Posted by VUNETdotUS on 11/09/07 15:43
Can anyone explain what IE 5 fudge from CSS below is? Why width? What
about height?
#right {
position: absolute;
top: 0px;
right: 0px; /* Opera5.02 will show a space at right swhen there is no
scroll bar */
margin: 20px;
padding: 10px;
border: 5px solid #ccc;
background: #666;
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]
|