Quote:
Originally Posted by SmokeyTheBear
 no it won't because none of the browsers agree on what 100% proper is. You can downgrade your site so it looks similar on all browsers.
|
you can code in strict and there is certain ways of adjusting CSS to fit in all browsers.
there is multiple ways to do code. when you use different combos you end up with a perfect site in all browsers.
even for ie6 (i would rather pull in another style sheet) you can use padding instead of margins and it should be the same. <<this part i am not 100% as i said i normally call in a seperate style sheet to changes parts because its easier if i do ie6 at all.
its small things like margin bottom not working in IE so you add padding top to the element below.
what do you do you mean "downgrade"?