Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

voice-family hack problems

0 views
Skip to first unread message

CJM

unread,
May 13, 2003, 12:30:13 PM5/13/03
to
I'm working my way through 'Eric Meyer On CSS' - an all-round good book!

However, the code the book and supporting materials give for the
voice-family hack doesnt appear to work fully in IE6.

div#wrap
{
position:absolute;
margin: 0 80px 0 0;
padding: 0 0 2em 0;
left: 80px;
right: 80px;
top: 40px;
voice-family: "\"}\"";
voice-family:inherit;
right: 0;
}

According to the book:
IE5/Win should see the first 'Right:80px' and ignore the margin and 2nd
Right
IE5/Mac should see the margin but ignore both Rights
Mozilla should see the lot, with the resulting behaviour = desired effect.

However, I am using IE6 - and IT appears to...

...ignore the Margin as predicted
...probably see the 1st Right:80px
... but the hack doesnt work, thus it sees the Right:0.

The end result it that there is NO GAP between the div and the right screen
edge....

Have I missed something, or is there a IE6 hack addendum?

Thanks

Chris


0 new messages