I agree that CSS is how you should do presentation. That leaves html to
hold the document content. Seperating content & presentation is a good
thing. However, Toby used CSS only, you point your browser at a css file &
content apears on the screen. I was amaized that this worked.
However, we are now back to mixing content and presentation. Only now we
have in the CSS rather than in HTML. For some reason, you can add a
'content' label/value pair. This is fun stuff, but where can this be
used?
Perhaps it would be possbile to have 'boilerplate' content written into a
CSS file. You could then have this stuff cached on the client in the css
file. I know you can do this with (i)frames, but that introduces its own
issues.
I would like to understand why there are display & content label/value pairs
in CSS.
So, once again, thanks Toby! This is a strange little feature of CSS that I
never knew about.
>> Stay informed about: Pure CSS designs (Just for fun)