Erik Visser wrote:
> Then a question on my menu. It looks quite good. Hoovering is ok. But
>  when clicked the border of #header disappears.......
> 
> I think this was brought up earlier on the list. Something to do with
>  dotted line when selected. But is this correct and is there a 
> solution?

In Firefox?
The dotted outline is that browser's way to show "selected link", and
you should rather not try to override such browser-specific "styles".

The '#nav {overflow: hidden;' I posted earlier keeps the border on
#header intact - only the side-borders on the selected link becomes
dotted. That's how your updated page behaves also, and I think you
should leave it like that.

Of course, the addition of...
#nav li {overflow: hidden;}
...will hide that outline.
This addition will also make the link expand to fill the list-item in
IE6 - all other styles being the same, so maybe you can use that as an
excuse for using it :-)

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to