---[snip]---

In short, there are many differences between browsers with respect 
how they display html. If you don't like the size of a disc displayed 
in one browser as compared to another, then you have two choices: 1) 
live with it; 2) or browser sniff and change the code accordingly. 
However, browser sniffing brings it's own set of problems to the 
table and is generally frowned upon as bad practice.

---[/snip]---

Hi Ted,

What I do is develop my HTML/CSS to Firefox and the other browsers, then use IE 
conditional comments to make things display properly in IE. Browser sniffing 
javascript is not usually preferred -- it adds significant page weight and 
opens the page slower. My recommendation is to get an application that will let 
you test how things look across the IE browsers (I use IETester). 

Good luck and feel free to email me directly if you have any questions. 

Kevin
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to