Posted by VUNETdotUS on 11/09/07 16:45
On Nov 9, 11:29 am, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
> VUNETdotUS wrote:
> > Can anyone explain what IE 5 fudge from CSS below is? Why width? What
> > about height?
>
> No idea 'cuz...
This is the part that fixes width/height in IE5 but I though someone
who is familiar with it can explain:
See what I found: http://www.tantek.com/CSS/Examples/boxmodelhack.html
width: 150px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
html>body #right {
width: 120px; /* ie5win fudge ends */
}
Navigation:
[Reply to this message]
|