Jump to content

Easy One - Drop-down Menu And Html Frame


Guest htmlfreakazoid

Recommended Posts

Guest htmlfreakazoid

Awright, total newbie here with what I think is an easy one. I have a drop menu that expans with sub-menus. I also have a frame border. I want the drop menu/sub-menus to expand across the fram border. My current HTML/code does not allow this. When the drop-menu expands, it is hidden behind the frame border. I want it to expand through or on top of the frame border so I can see it.Any quick advice/hints?And I do realize that I am not providing the full description of my code, etc. but there is a long story there and I can probably get more info as it is requested. Much thanks in advance for any help.

Link to comment
Share on other sites

Try giving your menu a CSS z-index of 10. That should put it in front of everything. Usually these things need to be absolutely positioned. It probably is already. If it's not, try that. (But try one thing at a time, so you'll know which one worked.)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...