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