website popup menus (making them cross-browser compatible)

blakerwry

Storage? I am Storage!
Joined
Oct 12, 2002
Messages
4,203
Location
Kansas City, USA
Website
justblake.com
Hey, I just found out that my popup menus aren't displaying correctly in some browsers (Opera, macintosh IE 5, Konqueror). When I designed the site I did so for IE and Mozilla (win/linux).

The problem with the popups is that they are displaying behind the content of the page. The content is in an iframe, while the rest of the page(side pic and menu) is in tables.

I tried using CSS layers, but these browsers are just stuburn and won't put the popup menus on top of the iframe...

I'm interested in getting things working in IE, Moz, AOL, Opera.... Windows, Mac and linux.


Here's my index.shtml if it helps.. im thinking the problem is related to the use of an iframe...but I need the iframe for scrolling and positioning, etc... would it be posible to use a DIV instead? how would I change the content of a div when someone clicks a link?

index.gif
 
Top