Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-24-2007, 05:41 PM   PM User | #1
edisont999
New to the CF scene

 
Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
edisont999 is an unknown quantity at this point
Drop down menu

Hi, I'm attempting to create a drop down menu with css and javascript and the effect are very different between browsers. When I hover over a form in Firefox, it highlights the menu perfectly. However, when I hover over a form in IE, it does not highlight. I was wondering if anybody can help me with this. Thanks so much.

Here's the css:
Code:
#dd li form.menu
{   display: block;
    
    background: #5970B2;
    padding: 4px 10px;
    margin: 0 1px 0 0;
    color: #FFF;
    
    text-decoration: none}

#dd li form.menu:hover
{   background: #49A3FF}
edisont999 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:19 PM.


Advertisement
Log in to turn off these ads.