Click here to Skip to main content
16,011,374 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Tables or DIVs? Pin
antbates29-Sep-03 6:24
antbates29-Sep-03 6:24 
GeneralRe: Tables or DIVs? Pin
theJazzyBrain29-Sep-03 11:37
theJazzyBrain29-Sep-03 11:37 
GeneralRe: Tables or DIVs? Pin
Blake Coverett29-Sep-03 14:23
Blake Coverett29-Sep-03 14:23 
GeneralRe: Tables or DIVs? Pin
theJazzyBrain29-Sep-03 15:19
theJazzyBrain29-Sep-03 15:19 
GeneralRe: Tables or DIVs? Pin
Blake Coverett29-Sep-03 18:41
Blake Coverett29-Sep-03 18:41 
GeneralRe: Tables or DIVs? Pin
theJazzyBrain29-Sep-03 21:38
theJazzyBrain29-Sep-03 21:38 
GeneralRe: Tables or DIVs? Pin
antbates1-Oct-03 4:14
antbates1-Oct-03 4:14 
GeneralRe: Tables or DIVs? Pin
Rocky Moore29-Sep-03 23:00
Rocky Moore29-Sep-03 23:00 
theJazzyBrain wrote:
I dont think that one is faster than the other in terms of rendering.
Obviously a table is more HTML code than just a DIV but provides better layout flexibility.


Actually, there are problems with tables not to mention the hassle of using those 1x1 gifs to blank out cells. Long tables in IE render slowly unless your table contains fixed widths. I just do not know if similar problems exist if you use nested DIVS.

theJazzyBrain wrote:
I personally find tables very usefull and I prefere them when it comes to layout.

I used to in my earlier days. But after being told enough times that tables are for data not layout it finally started to soak in. DIVs can be a pain to display the same in all late model browsers since they do not seem to have the same rules applied per the CSS standard. But if you stay clear of padding and use more nested DIVs many of the problems clear up. It is nice not to have the need of the 1x1 gif anymore Wink | ;)

My biggest headache has been Mozilla. The browser follows the standard on a couple of issues but does not display the same as Opera or IE. So I always question what the standard should be but code around the issues Wink | ;)

Also, as we move on to XHTML, this will become even a more serious point and I figure many will start to move away from tables.

theJazzyBrain wrote:
In addition, the table tag is older and is supported properly by all browsers. Of course, now, the DIV is also supported but not fully and properly by older browsers.

That part does not matter in my work anymore. I figure if a person cannot upgrade to a useable browser, there will be more problems than just the browser. I currently code for IE 5.0 or later, Opera 7.0 or later, Netscape 7.0 or later (do not even get me going on thier old garbage) or Mozilla 1.4 or later. Anything ealier than that, people will need to upgrade.


Rocky Moore <><
GeneralRe: Tables or DIVs? Pin
theJazzyBrain29-Sep-03 23:38
theJazzyBrain29-Sep-03 23:38 
GeneralRe: Tables or DIVs? Pin
Rocky Moore30-Sep-03 3:52
Rocky Moore30-Sep-03 3:52 
GeneralRe: Tables or DIVs? Pin
theJazzyBrain30-Sep-03 4:48
theJazzyBrain30-Sep-03 4:48 
GeneralRe: Tables or DIVs? Pin
Rocky Moore30-Sep-03 7:22
Rocky Moore30-Sep-03 7:22 
GeneralNeed DRM Solution Pin
Bud Mcfadin28-Sep-03 23:02
Bud Mcfadin28-Sep-03 23:02 
GeneralRe: Need DRM Solution Pin
Blake Coverett28-Sep-03 23:23
Blake Coverett28-Sep-03 23:23 
GeneralRe: Need DRM Solution Pin
Lionel Taylor8-Oct-03 6:01
Lionel Taylor8-Oct-03 6:01 
GeneralRe: Need DRM Solution Pin
Blake Coverett8-Oct-03 15:22
Blake Coverett8-Oct-03 15:22 
GeneralRe: Need DRM Solution Pin
Nathan Ridley28-Sep-03 23:26
Nathan Ridley28-Sep-03 23:26 
GeneralData transfer among web applications Pin
TPN28-Sep-03 19:17
TPN28-Sep-03 19:17 
GeneralRe: Data transfer among web applications Pin
theJazzyBrain29-Sep-03 1:28
theJazzyBrain29-Sep-03 1:28 
GeneralRe: Data transfer among web applications Pin
TPN29-Sep-03 16:53
TPN29-Sep-03 16:53 
Questionwould any of you be interested in this? Pin
Nathan Ridley28-Sep-03 3:01
Nathan Ridley28-Sep-03 3:01 
AnswerRe: would any of you be interested in this? Pin
Blake Coverett28-Sep-03 23:19
Blake Coverett28-Sep-03 23:19 
AnswerRe: would any of you be interested in this? Pin
Rocky Moore29-Sep-03 23:10
Rocky Moore29-Sep-03 23:10 
AnswerRe: would any of you be interested in this? Pin
Bullschmidt30-Sep-03 16:52
Bullschmidt30-Sep-03 16:52 
GeneralRe: would any of you be interested in this? Pin
chr36812-Oct-03 9:50
chr36812-Oct-03 9:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.