This worked perfectly thank you so much for the hack.

On Feb 3, 2008 8:38 PM, Nancy E. Sosna Bohm <[EMAIL PROTECTED]> wrote:
> > ...Safari is displaying a tag differently than Firefox.  How would you
> embed a separate style sheet for Safari into a webpage?
> > ...
>
> The body:first-of-type hack works, for example:
>
> #leftmenu {position:absolute;top:189px; left:50px;}
> body:first-of-type #leftmenu {top:187px;}
>
> (The second line is read only by Safari.)
>
> But after I went through my code a few more times I wound up not needing it.
>
> Nancy
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to