Studying CSS properly this time
Wednesday, July 30th, 2003Cascading Style Sheets, Level 2 revision 1
I’m reading about syntax and basic data types at the moment. This time I really am going to work out all the nitty-gritty details of the box model and relative and absolute positioning and floating and…
I had some understanding already - such as to relatively position something (but out of the flow), create a relatively positioned block, and then inside that place an absolutely positioned one. But I have to make sure that kind of thought comes naturally, or I’ll never give this site the sort of overhaul it deserves!
Some interesting things so far: elements generally inherit the computed value of attributes rather than the relative value, something one might miss if one skipped over the “boring” syntax bit of the document. And it’s only now that I see exactly what the “computed value” means in the context of CSS…