lalo
10-03-2004, 11:58 AM
I've seen this in some websites, specially in css examples and tutorials websites, but none of them actually explains it (or at least I havent seen any), they just put it there and I dont understand it.
Here it is:
#content {
padding: 160px 50px 40px 50px;
margin-top: 30px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
border: 1px solid #ccc;
text-align:left;
width: 600px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 498px;
}
html>body #content {
width: 498px; /* ie5win fudge ends */
}
Could someone please explain the commented part about the "ie5win fudge"? whats is that? :eek: and how exactly does it works (if I wanted to use it) ?
Here it is:
#content {
padding: 160px 50px 40px 50px;
margin-top: 30px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
border: 1px solid #ccc;
text-align:left;
width: 600px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 498px;
}
html>body #content {
width: 498px; /* ie5win fudge ends */
}
Could someone please explain the commented part about the "ie5win fudge"? whats is that? :eek: and how exactly does it works (if I wanted to use it) ?