Welcome to css-d.

Marcy Schaller wrote:
> I have the navigation div set up so a green dotted border appears on 
> hover.  This works in Firefox, but not in IE7.  Both HTML and CSS 
> have passed validation.
> 
> Site posted at:  home.comcast.net/~mschaller/dad/index.html

A "thin dotted" border doesn't render identical across browser-land, so
I suggest you mask it to get some consistency and avoid jumping.

Here's one working solution...
<http://www.gunlaug.no/tos/alien/msc/test_08_0310.html>
CSS: <http://www.gunlaug.no/tos/alien/msc/test_08_0310_files/techtran.css>

The 'float: left' on .nav and anchor is for containing the image. Helps
all browsers and IE/win (7 and down) can't do without 'float' or some
other form of 'hasLayout'[1] trigger on those anchors.

regards
        Georg

[1] http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
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