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;