Posted by Jonathan N. Little on 11/09/07 16:29
VUNETdotUS wrote:
> Can anyone explain what IE 5 fudge from CSS below is? Why width? What
> about height?
No idea 'cuz...
>
> #right {
> position: absolute;
> top: 0px;
> right: 0px; /* Opera5.02 will show a space at right swhen there is no
> scroll bar */
what's a "scroll bar"? Invalid type selector
> 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 {
and what would this do for IE5? I think IE doesn't recognize child
selectors until version 7!
> width: 120px; /* ie5win fudge ends */
> }
>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|