I've found a layout inconsistency in a page I designed that is definitely caused by rendering differences between IE6 (6.0.2600 or 6.0.2800) and IE6 on a WinXP w/SP2 machine (6.0.2900). Any options?
beetle a.k.a. Peter Bailey blogs: php | prophp | security | design | zen | software refs: dhtml | gecko | prototype | phpdocs | unicode | charsets tools: ide | ftp | regex | ffdev
You can look for "SV1" in the user-agent string and send down different CSS based on that. A little more info: http://blogs.msdn.com/ie/archive/2004/09/02/224902.aspx A server-side solution isn't the most elegant way of dealing with something like this, but then again a CSS hack probably wouldn't be either.
Forum Rules
Bookmarks