There are better and worse ways to do things, some people choose to do things to web standards and others dont.
I am interested in seeing just how vaired these styles can be. Ive had a couple of dissagreements with another member on the board because we both have very contrasting views on how to code CSS and the appropriate methods. While we are both right with our own merits it is an eye opener for me to see someone as passionate about things I wouldnt do as I am about things I do do!
I always use a CSS reset, not * { margin0; padding:0; } but a modified version of the eric meyer reset. When it comes to cross browser issues I have found the CSS reset prevents alot of these problems occuring from the start.
What is your opinion on CSS resets? Is the space they take up an issue for you? Do you find it better to just declare everything when you get to the element itself?
I am also a patron of the float, I will, unless absolutly necessary, always float aposed to position. I find again, it has less cross browser issues. They page also tends to degrade in a readble state more often than a positioned page. It also leaves your CSS file cleaner and less puffed out with code.
Dont get me wrong, there is a time and place for both, I am not saying I never use position or that it is wrong to however I do feel it is bad practice to use position for general site structure when a float does the job cleaner and more efficiently.
Do you prefur to position everything? Do you have issues with float? or maybe you just dont understand it?
I am hoping to spark a nice debate on this subject, please leave attitudes at the door

New Topic/Question
Reply



MultiQuote









|