Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   CSS and HTML (http://www.udm4.com/forum/forumdisplay.php?f=8)
-   -   How do I place an image BELOW an expanding menu? (http://www.udm4.com/forum/showthread.php?t=996)

03-06-2008 05:46 PM

How do I place an image BELOW an expanding menu?
 
I am using an expanding menu in a frameset. I need to place some text and an image BELOW the menu, but I don't know how to do this. Any image I place on the page gets covered over by the menu. Any ideas?

07-30-2008 04:57 PM

Is your menu really expanding across the frameset? I didn't know anything could do that.

An alternate work around in pseudo-HTML/CSS:

<div class='master_container' style='width: 100%'>
<div class='my_menu_container' style='width: 100%; height: 50px;'>
<whatever class='my_menu' style='float: left'></whatever>
</div>
<div class='content' style='width: 100%; style='float:none'>
<img />
</div>
</div>

Without knowing what type of menuing or layout your seeking the code layout is likely not at all what you're after. That is just to give you the general idea of the a framework that would allow the effect you've described.


All times are GMT. The time now is 12:46 PM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.