> I have an odd off-by-one problem with Safari 1.3.1 in this page:
> 

> The menu links that contain sublists hover out and line up 
> precisely with
> the border of the filedset box in Firefox and Opera, but 
> Safari draws the
> sublist box 1 pixel to the left and with a broken left border.
> 
> Jeff

Jeff-

Can't test anything here as I don't have a Mac available, but upon quick
glance, I noticed your border shorthand is in the wrong order. You have:

div#navigation li:hover ul {
border: solid 1px #c02d1b;
}

it should be

border: 1px solid #c02d1b;

I doubt that makes any difference but perhaps worth a try.

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to