![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programming Guru
![]() ![]() ![]() |
I agree that CSS is the best way from a maintenance perspective... also from a "reuse" perspective... but all in all, the HTML table gives me the layout I want to have... so I'm not too interested in changing it at the moment.
![]()
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#12 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Two problems with float: left; and float: right; - the text will wrap underneath them if they end before the main body (not ideal for a navigation bar), and it will be cut off in Internet Explorer if they end after it (not ideal at all).
|
|
|
|
|
|
#13 | |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Quote:
|
|
|
|
|
|
|
#14 |
|
Newbie
|
I found I had no problems using tables with CSS. In fact, I like using them with it a lot. Perhaps too much which is why some of my projects look similar.
|
|
|
|
|
|
#15 |
|
Programming Guru
![]() ![]() ![]() |
My philosophy is: "Use what works"... and in the case with CSS within tables... it seems to work just fine.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#16 |
|
Programming Guru
![]() |
problem is not all browsers use CSS properly and so therevfore uising CSS heavily will display pages differently on each browser.
Table are an old old standard and so IE even displays them correctly most of the time. And until IS is not the worlds most used browser we are at microsoft's whim. |
|
|
|
|
|
#17 |
|
Programmer
Join Date: Feb 2005
Posts: 74
Rep Power: 4
![]() |
Ive been playing around with my page layouts and I've personally found that css positioning works great, and if you add tables for additional help with layout(I used them on laying out my fomrs on my pages) they work great together.
As long as I don't have problems I guess I'll keep doing this.
__________________
Lorem ipsum dolor sit amet... |
|
|
|
|
|
#18 |
|
Programming Guru
![]() ![]() ![]() |
good call
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|