5 replies [Last post]
thatsgame1
thatsgame1's picture
Offline
Enthusiast
Tallahassee, FL
Last seen: 15 years 21 weeks ago
Tallahassee, FL
Joined: 2004-11-06
Posts: 69
Points: 0

Hi guys,

I really need your expertise. I have a version of the vertical drop down. When the menu's sub menu extends over an IFrame (in Mozilla, FireFox, Netscape, and Opera - that I know of) the vertical drop down menu diappears when the mouse hovers over both the IFrame and the vertical drop down menu.

My page code:

<iframe name="Alumni" src="index.asp" align="center" width="100%" height="600"> 
   If you can see this, your browser doesn't understand IFRAMEs.  However, can still view the pages within this section below:<br> 
      <a href="index.asp">Home Page</a> 
      <a href="Alumni.asp">Alumni</a> 
      <a href="Contact.asp">Contact</a> 
      <a href="Details.asp">Details</a> 
      <a href="JoinAlumni.asp">Join Alumni</a> 
      <a href="Officers.asp">Officers</a> 
      <a href="Events.asp">Events</a> 
      <a href="WebPages.asp">WebPages</a> 
</iframe>

My css:
http://www.fsus.fsu.edu/FSUSNew/includes/fsus2.css

My menu:
http://www.fsus.fsu.edu/FSUSNew/includes/top.asp

The page:
http://www.fsus.fsu.edu/FSUSNew/SchoolInformation/SchoolRelations/Alumni/IndexIFrame.asp

Thank you. Andrew

Tags:
Orisis
Orisis's picture
Offline
Regular
Gold Coast
Last seen: 16 years 45 weeks ago
Gold Coast
Timezone: GMT+10
Joined: 2005-02-17
Posts: 15
Points: 0

Vertical Menu hover over IFrame Question

OK Andrew,

IFrames appear to take precidence over CSS as the ':hover' pseudo-class loses its effect when the IFrame gains focus in the browser.

Javascript can overide the IFrame's need for attention, but I don't think you wanted to hear that. Nothing is wrong with your coding, but it's just 'one of those things' that we all tend to curse at after hours of mindless debugging.

Sorry I couldn't be much help.

thatsgame1
thatsgame1's picture
Offline
Enthusiast
Tallahassee, FL
Last seen: 15 years 21 weeks ago
Tallahassee, FL
Joined: 2004-11-06
Posts: 69
Points: 0

Vertical Menu hover over IFrame Question

Aww man,

Well thanks for letting me know. I appreciate your help.

seb
Offline
Enthusiast
Last seen: 16 years 18 weeks ago
Joined: 2003-09-20
Posts: 208
Points: 0

Vertical Menu hover over IFrame Question

I have a site I did at work where the dropdown menu does overlay the iframe with no problems.

There WERE issues in getting it working though, but I can't remember what they were, sorry, have a play around and I'll try to remember to come back to look at this thread tomorrow when I can look at my code - it can be done!

thatsgame1
thatsgame1's picture
Offline
Enthusiast
Tallahassee, FL
Last seen: 15 years 21 weeks ago
Tallahassee, FL
Joined: 2004-11-06
Posts: 69
Points: 0

Vertical Menu hover over IFrame Question

Hi seb.

Thanks, I could really use the help.

Andrew

pierot
Offline
newbie
Last seen: 18 years 13 weeks ago
Joined: 2005-03-07
Posts: 1
Points: 0

Vertical Menu hover over IFrame Question

the answer to this question would be very helpful, but I'm afraid it' just a bug
or .. maybe there are some nasty solutions to this one ? Smile