View Single Post
  #1 (permalink)  
Old Jan 21st, 2007, 22:22
daygo140 daygo140 is offline
New Member
Join Date: Jan 2007
Location: NEPA
Age: 31
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Works in IE7 not in FF...

http://www.smartrealtyinfo.com/_TEMP.html

Expand the left navigation menu in IE7 and hover over the submenus/links. They get highlighted in green and an arrow appears.

Do the same in FF. No highlight or arrow.

How can I have FF highlight too?

Code: Select all
}

.sdmenu .submenu a:hover {
    background: #a8cc45 url(/images/linkarrow.gif) no-repeat right center;
    color: #FFF;
}


My css and js files reside here:

http://www.smartrealtyinfo.com/css/

Last edited by daygo140; Jan 21st, 2007 at 23:29.
Reply With Quote