CSS newbie here, in the beginning stages of working on a site for my dad...

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

Here is pertinent CSS:

.nav {
  background-color: #d1b180;
}
.nav img {
  border:  none;
}
.nav a:hover {
  border-bottom: thin dotted #006600;
}

Complete CSS file:  home.comcast.net/~mschaller/dad/techtransfer.css

I've only been on the list for a couple days, but have already gleaned a 
lot from reading the various posts.  Thanks to all of you who share your 
knowledge and expertise!

Marcy





______________________________________________________________________
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