View Single Post
  #5 (permalink)  
Old 13-03-2008, 12:00 PM
Marc Marc is offline
Batfink
 
Join Date: Feb 2007
Location: Midlands
Gender: Male
Posts: 53
Default

You need to place #inside_menucard_bottom just above the closing div of #inside_menucard_main. Then set #inside_menucard_bottom to:

#inside_menucard_bottom{
clear:both;
}

i.e.

<div class="inside_menucard_main">
<div class="inside_menucard_list">
</div>
<div class="inside_menucard_bottom"></div>
</div>

I haven't tested it but it should do the job.....
__________________
benchmarc
Reply With Quote