Posted by Bergamot on 11/10/07 16:15
VUNETdotUS wrote:
> Can anyone explain what IE 5 fudge from CSS below is?
>
> #right {
> right: 0px; /* Opera5.02 will show a space at right
I think you can stop right there. Anything that even mentions Opera 5 is
too ancient to take seriously any more. Find a more modern example.
> voice-family: "\"}\"";
> voice-family:inherit;
The infamous Tantek hack. Don't use it. I wouldn't even bother trying to
get styling similar in IE 5.x anyway. As long as the page is usable,
little differences in the visuals are completely acceptable.
You can bet anybody still using browsers that old have long since
discovered that a lot of sites look a little "off". They have learned to
deal with it, so you don't have to.
--
Berg
[Back to original message]
|