Quote:
|
Originally Posted by freelancr
The main one is using valid xhtml and css, and getting IE out of quicks mode by putting the doctype on the first line.
If something doesnt work in IE6, use this:
Code:
* html #container {
rule: variable;
}
Thats about it really?
|
you shouldnt really be doing that anymore tbh. You should be using conditional comments instead

__________________