473,513 Members | 2,601 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE problem with A:hover

3 New Member
Gidday guys,

I'm currently trying to write up a CSS navigation menu, and I'm having a little problem in IE 6.

Problem can be viewed at:

http://www.johnbayne.com/hiclone1/1.html

The problem is with the 2 menu items in the top-right corner. In Firefox, everything works fine. In IE6, "A:hover" works when the mouse is rolled over the menu item, but when the mouse rolls off, hover stays active.

Any ideas most appreciated.

Cheers,
- JB
Aug 30 '06 #1
2 1808
ronverdonk
4,258 Recognized Expert Specialist
You show the site, why don't you show the CSS in question?

Ronald :cool:
Aug 30 '06 #2
supergrover1981
3 New Member
You show the site, why don't you show the CSS in question?

Ronald :cool:
:)


Expand|Select|Wrap|Line Numbers
  1.  /* CSS Document */ 
  2.  
  3. #mainbox {
  4.     background: #FFFFFF;
  5.     width: 765px;
  6.     height: 1200px;
  7.     margin-left: auto;
  8.     margin-right: auto;
  9.     margin-top: 10px;
  10.     margin-bottom: 0px;
  11.     border-style: solid;
  12.     border-color: #666666;
  13.     border-width: 2px;
  14.     padding: 0px;
  15.     }
  16.  
  17. #headerbackground {
  18.     background: url(topbg.jpg);
  19.     background-repeat: repeat-x;
  20.     float: left;
  21.     width: 759px;
  22.     height: 80px;
  23.     margin: 3px;
  24.     border: 0px;
  25.     padding: 0px;
  26.  
  27.     }
  28.  
  29. #headermenu {
  30.     background: url(topmenubackgroundtp.gif);
  31.     width: 101px;
  32.     height: 80px;
  33.     padding: 0px;
  34.     margin: 0px;
  35.     float: right;
  36.     border: 0px;
  37.     text-align: center;
  38.     vertical-align: bottom;
  39.     background-color: #0000FF;}
  40.  
  41. A:link #headermenu {
  42.     background-color: #0000FF;
  43.     }
  44.  
  45. A:visited #headermenu {
  46.     background-color: #33CC33;
  47. }    
  48.  
  49. A:active #headermenu {
  50.     background-color: #CCCCCC;
  51.     }
  52.  
  53. A:hover #headermenu {
  54.     background-color: #FF0000;
  55.     }
  56.  
  57. #headermenu p {
  58.     font-family: Arial, Helvetica, sans-serif;
  59.     font-weight: bold;
  60.     font-size: 12px;
  61.     color: #FFFFFF;
  62.     margin-top: 55px;
  63.     }
  64.  
Aug 30 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

7
3369
by: LRW | last post by:
Below I'll paste my CSS and the HTML in question. But what's happening is, I'm trying to establish a link behavior for a class that's separate from the normal link class. I've established a: 's...
6
3177
by: AJBopp | last post by:
I'm wrestling with CSS variations between Firefox and IE. I'm trying to create rollover buttons in a menu frame. It is working perfectly in Firefox but in IE only the first button is properly...
6
16212
by: nishac | last post by:
Can anyone suggest me how to make my drop down menu work in IE7 too.Its working in other browsers.On mouse over the submenus should be displayed.Am attaching my css code hereby.Anyone please check...
1
2428
by: nicky77 | last post by:
Hi, I've created a nav bar using a background image for rollover effects. Everything works as I had hoped, however, for some reason it seems that an area of whitespace (the same size of the...
2
1947
by: stevemtno | last post by:
I've got a problem with a web page I'm working on. I have 4 modules - one of them has 2 tabs, two of them have 4 tabs. When the user clicks on the tabs, the content below them changes. However, when...
3
2057
by: rassklass | last post by:
HI all, I have designed a site found at www.pickupnewspapers.co.uk/nottinghamshire/index.html but I cant get the footer to sit stil on the page. It is because of the javascript ticker, everytime...
0
1171
victorduwon
by: victorduwon | last post by:
Hi Folks, i have a list based navigation menu with two tiers of navigation. The second tier displays when the tabs on the first tier are hovered over. The problem I have is that when the tabs are...
2
1196
by: dinky | last post by:
the menu are displayed properly in FF,i.e. below the header part, but in IE the menus are shifted to upwards beside the logo. and hence it goes out of the page. please help ..... here's the css ...
1
2277
by: crazy works | last post by:
hello guys, i have problem in the scroll bar on my css code , i am trying to use that css menu from that link http://www.cssplay.co.uk/menus/slide_fly.html it actually works very good but i want...
5
5824
by: jerry101 | last post by:
Hi, I've been working on a horizontal drop down menu today, and I can get it to display perfectly in everything bar IE6. Basically instead of them lining up horizontally, they line up...
0
7259
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7158
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7535
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7523
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5683
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
455
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.