| Thread | Last Post | Replies |
|
| body vs html | 01 Jul 2005 00:02 GMT | 11 |
If you display the styles in use at Yahoo.com, you can see some interesting things. For example, this: html>body{font:84.5%/122% arial;} I tried creating a sample page using this style and it didn't do
|
| Weird Opera float problem | 30 Jun 2005 21:31 GMT | 10 |
I'm developing a site using CSS layout. One of the main divs contains the content, another contains the side bar. I want the content next to the sidebar so the content is floated left and the sidebar is floated right. This looks fine is Firefox and IE but doesn't in Opera ( Opera 6
|
| REQ: Help with color inversion of background image... | 30 Jun 2005 16:17 GMT | 1 |
I have stumbled over this website <http://www.westciv.com/style_master/academy/css_tutorial/index.html> and I wonder how they manage to invert the colors of the fixed background image when scrolling downward and the blue header moves
|
| height problems | 30 Jun 2005 15:16 GMT | 3 |
i try to build a site in CSS and am new to this. Some things work, others do not. Now i have a problem with this page: http://www.groningenbevrijd.nl/colofon.asp
|
| Caring for yet-to-come media types | 30 Jun 2005 06:20 GMT | 11 |
I really hope I'm not hitting a frequently asked question here, because I think almost every author must have made that decision. Anyway, here goes: Would it be better to write one global stylesheet, then write
|
| Controlling size of div based on content | 29 Jun 2005 22:49 GMT | 1 |
I've created a div tag that has overflow set to scroll in my css file. Now I've embedded a table inside of that div. However, a div always expands to the size of it's container. Here the whole width of the browser. Thus, the scroll bar shows up way at the right and the data
|
| Body css tag doesn't do anything! | 29 Jun 2005 21:44 GMT | 8 |
I have the following in my css sheet: body { font-family: verdana, arial, sans-serif; font-size: 14px;
|
| CSS overlay and MSIE 6 | 29 Jun 2005 21:19 GMT | 2 |
Does somebody have an idea why MSIE 6 on this page http://www.nies.ch/switzerland/fauna/index.de.php/2 does not show the "New" icon in the lower right corner of the thumbnail like in any other browser?
|
| Why float? | 29 Jun 2005 15:49 GMT | 16 |
Although it might seem like I am firing out random posts in quick succession this matter is indeed one I thought about for quite some time without coming to a conclusion: Why is it that most professional CSS authors prefer /float/ing elements
|
| Style "fallback"? | 29 Jun 2005 10:24 GMT | 5 |
Apologies if the terminology isn't quite right here... say we have the following code: <SELECT NAME="p1_val" class=list-element> If the class "list-element" isn't defined, is it possible to specify an
|
| divs correctly aligned in IE and not in FF | 28 Jun 2005 14:13 GMT | 4 |
i have this page: http://www.foodtoknow.org/test.htm when i look at it in IE the red div's in the center of the screen are aligned as they should (leaving a white border to the left the same size as the border to the left of the top bar picture).
|
| Preparing to write a post that blasts CSS. | 28 Jun 2005 13:58 GMT | 10 |
I figure before I go and write my summary of why you should go back to tables and only use CSS for fonts and colors and stuff, I ought to make sure I've got my facts right. So, please tell me how I can get this: <div style="border:1px solid #000;width:100% ">
|
| inline float right, but not down? | 28 Jun 2005 08:04 GMT | 3 |
I've been playing with CSS inline floats of <span> elements and the results are not quite what I would expect. In the example attached at the end of this post, I would expect the floated span 2 to be on the same line as span 1, but instead it is on the same line
|
| <table> to CSS conversion problem | 28 Jun 2005 05:53 GMT | 4 |
On http://festest.hullin.net/index2.php?was=nurstruktur&ausklapp=,2, (make sure to add that last comma to the URL), you can see a basic example of a discussion board's tree structure. Right now, I'm doing the expanded text box as a table, such as:
|
| A div that tries to be 300px but is willing to compromise? | 27 Jun 2005 19:13 GMT | 3 |
Here is what I want to say in CSS: Dear div, please try to be 300px wide. If for some reason there's a table inside of you that's 400 px wide, go ahead and expand to envelop it, RATHER THAN A) holding your boundary and letting it spill over the
|