Click here to Skip to main content
15,883,883 members
Home / Discussions / Web Development
   

Web Development

 
QuestionJavascript Image Scroller Pin
Mridang Agarwalla6-Feb-07 3:52
Mridang Agarwalla6-Feb-07 3:52 
AnswerRe: Javascript Image Scroller Pin
Bradml6-Feb-07 19:53
Bradml6-Feb-07 19:53 
AnswerRe: Javascript Image Scroller Pin
blue_arc7-Feb-07 1:13
blue_arc7-Feb-07 1:13 
GeneralRe: Javascript Image Scroller Pin
badgrs7-Feb-07 1:16
badgrs7-Feb-07 1:16 
QuestionCSS tables Vs. HTML tables Pin
MayyMagdy6-Feb-07 1:39
MayyMagdy6-Feb-07 1:39 
AnswerRe: CSS tables Vs. HTML tables Pin
DavidNohejl6-Feb-07 4:07
DavidNohejl6-Feb-07 4:07 
AnswerRe: CSS tables Vs. HTML tables Pin
MatrixCoder6-Feb-07 7:39
MatrixCoder6-Feb-07 7:39 
AnswerRe: CSS tables Vs. HTML tables Pin
Guffa6-Feb-07 10:26
Guffa6-Feb-07 10:26 
Table based layouts works better in some old browsers from a specific era, that have partial css support that prevents css layouts from degrading gracefully. Netscape 4 is the most common example of a browser like that.

For other browsers, i.e. all modern graphical browsers and also browsers that doesn't support css at all, a css layout works best. This includes browsers without a graphical interface, for example how blind people experience the web.

Table based layouts was a revolution for the web, as it allowed for layout in web pages at a time when layout wasn't really supported by html. That time was in the middle of the 90's. That was then, and this is now, when we have real tools for layout so that we don't have to use tables to fake it.

---
single minded; short sighted; long gone;

QuestionRe: CSS tables Vs. HTML tables [modified] Pin
MayyMagdy7-Feb-07 1:26
MayyMagdy7-Feb-07 1:26 
AnswerRe: CSS tables Vs. HTML tables Pin
Guffa7-Feb-07 8:50
Guffa7-Feb-07 8:50 
AnswerRe: CSS tables Vs. HTML tables Pin
blue_arc7-Feb-07 1:17
blue_arc7-Feb-07 1:17 
QuestionASP email form Pin
alamb2005-Feb-07 3:04
alamb2005-Feb-07 3:04 
AnswerRe: ASP email form Pin
alamb2005-Feb-07 4:30
alamb2005-Feb-07 4:30 
QuestionPDF Signature Pin
Member 36510615-Feb-07 0:57
Member 36510615-Feb-07 0:57 
AnswerRe: PDF Signature Pin
Bradml5-Feb-07 19:17
Bradml5-Feb-07 19:17 
QuestionHow Can I make my web page as www.inbox.com ? Pin
Ahmed Fathy4-Feb-07 23:41
Ahmed Fathy4-Feb-07 23:41 
AnswerRe: How Can I make my web page as www.inbox.com ? Pin
Bradml4-Feb-07 23:47
Bradml4-Feb-07 23:47 
Questionhow to work with different browsers Pin
Amit Sk Sharma4-Feb-07 22:10
Amit Sk Sharma4-Feb-07 22:10 
AnswerRe: how to work with different browsers Pin
Bradml4-Feb-07 22:14
Bradml4-Feb-07 22:14 
GeneralRe: how to work with different browsers Pin
Guffa5-Feb-07 1:13
Guffa5-Feb-07 1:13 
JokeRe: how to work with different browsers Pin
DavidNohejl6-Feb-07 4:17
DavidNohejl6-Feb-07 4:17 
AnswerRe: how to work with different browsers Pin
Pradipta Basu6-Feb-07 8:36
Pradipta Basu6-Feb-07 8:36 
QuestionBasic template :-) Pin
john344-Feb-07 21:45
john344-Feb-07 21:45 
AnswerRe: Basic template :-) Pin
Bradml4-Feb-07 22:13
Bradml4-Feb-07 22:13 
GeneralRe: Basic template :-) Pin
john344-Feb-07 23:08
john344-Feb-07 23:08 

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.