|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IE Navigation Rollover problem
i have set up my navigation menu like so:
PHP Code:
the above works perfectly in Firefox, but doesnt in IE. IE seems to keep around the fact that the <a> tag only encapsulates the text: Page 1, so the rollover effect only works in IE when the user hovers over the text and not anywhere in the row. Does IE not understand the display:block? as i think this is whats causing it... |
|
#2
|
||||
|
||||
|
Quote:
cheers, gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing. My html and css workshop, demos and tutorials. Ask a better question, get a better answer. |
|
#3
|
|||
|
|||
|
i tried using an unordered list:
PHP Code:
and what actually happened with IE was that it kind of worked, but was buggy, so sometimes it would and others it wouldn't. im going to do some surfing, see if i can find anything. for low bandwidth usage, what do you think of trying to use a blank image behind the text to fill out the whole area? |
|
#4
|
||||
|
||||
|
I wouldn't bother. Folks using IE would be used to the behavior, and folks using a modern browser will see the proper block effect on hover.
If you're really adamant about a fix, you might try using javascript to change the style of the li element onmouseover. cheers, gary |
|
#5
|
|||
|
|||
|
ive noticed that people who just go on the internet to browse, check emails and maybe a little instant messaging tend to click on the text, so i think your right, probobly best just to leave it.
IE gives a buggy type responce when you set the width of the <a> tags, just remembered thats what it was. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > IE Navigation Rollover problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|