CSS help

versello

2[H]4U
Joined
Nov 19, 2003
Messages
2,061
I'm making a hoempage and my navbar consts of pixel-width corners (left corner, right corner, both have a set width). Now, I need to add a liquid div in-between these two corners, so the nav bar will take up like, 75% of the screen.

I'm noticing liquid divs don't play nice with static divs, so I am at a loss... does anyone know how to conjure one up effectively?
 
Now are you talking liquid width or height? Width is one thing, usually not to difficult, but liquid height using css on anything but IE is basically an accident waiting to happen. When I'm using percent sizes I find myself nesting DIVs into Tables just because I find that tables tend handle them better.
 
Back
Top