2
votes
IE6 and XML prolog
Adding an XML prolog before the doctype will throw IE6 into quirks rendering mode. (See here.) In fact, any space before t …
1
vote
CSS UL Menu in IE 6
I don't have a solution to the main issue, but you could change your code formatting to look nicer and still work in IE 6.
<div class="nMenu">
<ul>
<li> …
0
votes
sIFR 3: IE6 Extra Spacing
You are trying to set the line-height in your sifr-config.js, but I don't think that will have any effect. Try setting the leading instead. It takes a value i …
1
vote
Relative positioned divs height added up in IE6 before the negative top
It's not the fact that the heights are added up beforehand that's messing you up---all browsers do this. It's the fact that IE 6 has a different idea of what to do when the height of …
