Posts: 202
Location: Santa Monica, CA
|
I see CSS is only very rudimentary as for now.
Whenever you combine things that are not in the book, you get unpredictable results.
I am working on a design using the outside-in box model.
A wrapper div defines the width in percentages, and the float.
An inner div defines all margins, padding, etc.
I tried to tile the sidebar, to have it look the same length as the main column.
Does not work. I checked my CSS and HTML. Validation without mistakes.
I checked the line of code doing the tiling: I got perfect tiling on the background putting it into the body CSS.
I hope CSS 3 will make CSS more logical and give us more predictable results than those endless trial and errors, browser hacks, etc.
|