Unread 03-06-2008, 05:46 PM
tcrabtree21
Posts: n/a
  #1  
Default 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?
Reply With Quote
Unread 07-30-2008, 04:57 PM
jtg
Posts: n/a
  #2  
Default

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.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:11 PM.


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