A Conversation for Website Developer's Forum
- 1
- 2
float up and down
DoctorMO (Keeper of the Computer, Guru, Community Artist) Posted Mar 5, 2003
I supose that could be quite powerfull for html only style sheets...
-- DoctorMO --
float up and down
Ion the Naysayer Posted Mar 5, 2003
Hmmm... I think if any style is used more than once on your site it should be stuck in an external stylesheet. Laziness is a virtue in this case as it allows you to change all the instances at once. Very similar to the idea behind Perl modules. You can then have a stylesheet for each section of your site (if they look different) that imports the appropriate styles for the section.
I just hope CSS3 adds an easier way to make divs line up horizontally because multi-column layout is a huge pain right now...
float up and down
DoctorMO (Keeper of the Computer, Guru, Community Artist) Posted Mar 6, 2003
yea I know how you feel, if you try and do positioning in JavaScript, forget about it working in all browsers, I've had to stick to Mozilla and IE, forget Opera, it won't even run at all...
-- DoctorMO --
float up and down
Bogie Posted Apr 17, 2003
Zeldman has just posted a link to a CSS column generator at:
http://www.fu2k.org/alex/css/layouts/3Col_NN4_FMFM.mhtml
Looks good...
B.
float up and down
Frankie Roberto Posted Apr 17, 2003
CSS doesn't do columns very well, despite these attempts. You have to use absolute or percentage positioning, which is less flexible than using tables where column widths can be adjusted depending on content (eg a long, non-breaking word likethisifyouseewhatiam).
I've resorted to using tables for columns, css for everything else. That gives the best results.
float up and down
DoctorMO (Keeper of the Computer, Guru, Community Artist) Posted Apr 17, 2003
Thats the same thing I did, I sometimes used css and inside tables to get some rather clever things to work, (you will not belive the pain to get corners to line up).
-- DoctorMO --
Key: Complain about this post
- 1
- 2
float up and down
- 21: DoctorMO (Keeper of the Computer, Guru, Community Artist) (Mar 5, 2003)
- 22: Ion the Naysayer (Mar 5, 2003)
- 23: DoctorMO (Keeper of the Computer, Guru, Community Artist) (Mar 6, 2003)
- 24: Bogie (Apr 17, 2003)
- 25: Frankie Roberto (Apr 17, 2003)
- 26: DoctorMO (Keeper of the Computer, Guru, Community Artist) (Apr 17, 2003)
More Conversations for Website Developer's Forum
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."