Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 6th, 2005, 3:59 PM   #11
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old Apr 6th, 2005, 5:15 PM   #12
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
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).
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Apr 6th, 2005, 7:46 PM   #13
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Quote:
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).
It's not exactly hard to work around this. Just float the navigation bar to the side and set a main div which is not floated to have a margin in the same direction and size of the menu bar.
Cerulean is offline   Reply With Quote
Old Apr 10th, 2005, 3:21 PM   #14
LoneWulf16
Newbie
 
LoneWulf16's Avatar
 
Join Date: Apr 2005
Location: Earth
Posts: 3
Rep Power: 0 LoneWulf16 is on a distinguished road
Send a message via AIM to LoneWulf16
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.
LoneWulf16 is offline   Reply With Quote
Old Apr 10th, 2005, 4:19 PM   #15
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old Apr 11th, 2005, 6:42 AM   #16
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 6 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
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.
Berto is offline   Reply With Quote
Old Apr 13th, 2005, 5:57 PM   #17
dmorales
Programmer
 
Join Date: Feb 2005
Posts: 74
Rep Power: 4 dmorales is on a distinguished road
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...
dmorales is offline   Reply With Quote
Old Apr 13th, 2005, 11:01 PM   #18
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
good call
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:59 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC