Posted by Jim Higson on 06/07/06 11:27
Ian Rutgers wrote:
> Please take a look at http://www.taoofpeace.com/test/curriculum/index.php
> ... specifically the "Main Menu" Currently in IE 6.0 there is no gap
> between the "Main Menu" label and "curriculum/schedule" but in Mozilla
> browsers (FireFox for example) there is a slight gap. I actually like the
> idea of the small gap and thought I could control it with the Voice Family
> Hack ala
>
> #first{
> padding-top:.5em;
> margin-top:.3em;
> voice-family: "\"}
> \"";
> voice-family:inherit;
> margin-top:.20em;
> }
>
> However it appears that IE 6 doesn't recognize the hack any more ... what
> is the nouveau way to deal with how IE and Mozilla handle the space?
My favourite is:
* html #first
{
/* rules for just IE here */
}
This is matched on IE6 and below.
--
Jim
Navigation:
[Reply to this message]
|