Quote:
Originally Posted by LadynRed
Hint: get rid of the tables !!! You don't need them and tables for layout should be avoided.
Vertical-align does NOT apply to divs, you need other solutions, but the first is getting rid of the tables. 
|
I know, everyone says that, but I cant get divs to do just what I want, when tables do.
Maybe you could help me by answering some questions:
1.When making the layout, should I put each row in a div? Or just leave things separate and line break or whatever at the end of a row.
2.How do I make certain things stretch correctly? My site needs to stretch vertically horizontally and vertically. With tables it does. How do I make sure some divs stretch, and some stay on the correct sides where they're supposed to be?
3.Why won't my divs even stay on the same line?
@tsiger: Thanks, i'll be sure to do that.
EDIT:
Okay, I tried to redesign my site completely with css.
http://skeddles.com/v4/
The problems are:
I still don't know how to fix the original problem: Two divs inside another div, one should be at the top, one at the bottom.
Also, it doesn't stretch. At all. I just don't know how to do it.
EDIT2:
I just realized the site gets completly destroyed in IE(I use FF). Any tips?
Last edited by Skeddles; 11-23-2008 at 01:58 AM..
|