View Single Post
  #5 (permalink)  
Old Jul 15th, 2006, 10:43
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Expanding div moving other div

Yes you can. The css code is:
Code: Select all
min-height: 400px;
The only problem is the this doesn't work in IE, at least it is supposed to in IE 7 which is still in Beta, but it doesn't in earlier versions.

Try having the following sequence of css inplace.
Code: Select all
height: navheightpx;
overflow: visible;
Reply With Quote