|
Hello. I was wandering through some old posts (after all, that is the very purpose of a SEARCH function, innit?), and there's aplenty about why not to use TABLEs anymore, etc.
There was lot of talking of how not to "think tables" any more. And so--
If I have a simple table, like:
+ + + + + + + + +
+ CELL 1 + CELL 2 +
+ + + + + + + + +
+ CELL 3 + CELL 4 +
+ + + + + + + + +
done by HTML TABLEs.
To do it "a CSS way", that would mean put everything in DIVs or something, but then it would be all display one under another, even if I put two DIVs side-by-side, so the "table" will look like
+ + + + +
+ CELL 1 +
+ + + + +
+ CELL 2 +
+ + + + +
+ CELL 3 +
+ + + + +
+ CELL 4 +
+ + + + +
(Rather obvious, but I imagine, that the "table thinking" is all about. Am I right?)
So if I got it right, all the story is about "tinkering" the DIVs with some positioning. And the big question is...
HOW to do it?
__________________
Please login or register to view this content. Registration is FREE
home of senemedar
|