View Single Post
  #11 (permalink)  
Old 04-16-2008, 06:09 PM
eugen eugen is offline
Member
 
Join Date: Apr 2008
Posts: 42
iTrader: 0 / 0%
Thanks: 1
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
eugen is on a distinguished road
Default

first solution that comes in mind it's to set a min height for the sidebar.

you can do this by adding the following code to #contentright or #sidebar:
Code:
height:auto !important;
height:{value}px;
min-height:{value}px;
another tip: install IE Developer Toolbar for future debugs.
Reply With Quote