Click here to Skip to main content
15,896,118 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 9:17
mvagggustafson21-May-18 9:17 
GeneralRe: W3.CSS Pin
Richard Deeming21-May-18 9:22
mveRichard Deeming21-May-18 9:22 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 10:01
mvagggustafson21-May-18 10:01 
GeneralRe: W3.CSS Pin
Richard Deeming21-May-18 10:04
mveRichard Deeming21-May-18 10:04 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 10:08
mvagggustafson21-May-18 10:08 
GeneralRe: W3.CSS Pin
Kornfeld Eliyahu Peter21-May-18 7:50
professionalKornfeld Eliyahu Peter21-May-18 7:50 
GeneralRe: W3.CSS Pin
gggustafson21-May-18 9:19
mvagggustafson21-May-18 9:19 
GeneralRe: W3.CSS Pin
Kornfeld Eliyahu Peter21-May-18 9:41
professionalKornfeld Eliyahu Peter21-May-18 9:41 
HTML have a group of elements called semantic elements (like TABLE) that by their name define for what they are there. DIV and SPAN are the anti-semantic elements and for that are perfect candidates for layout, especially if you are in need for responsive layout.
It is true that you can redefine the behavior of every element - if you are go deep enough - but even than you can't break the expected parent-child hierarchy of certain semantic elements, like TABLE.
While it is absolutely true, that building a TABLE based layout is very quick and clean, but it won't hold the moment you are moving to small screens (responsiveness)...
I have over 15 years of experience with these things, and tried every option - DIVs are the best for layout...
"The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge". Stephen Hawking, 1942- 2018

GeneralRe: W3.CSS Pin
gggustafson21-May-18 9:59
mvagggustafson21-May-18 9:59 
GeneralRe: W3.CSS Pin
dan!sh 21-May-18 16:40
professional dan!sh 21-May-18 16:40 
GeneralThought of the Day Pin
OriginalGriff21-May-18 4:49
mveOriginalGriff21-May-18 4:49 
GeneralRe: Thought of the Day Pin
jeron121-May-18 4:53
jeron121-May-18 4:53 
GeneralRe: Thought of the Day Pin
Ravi Bhavnani21-May-18 5:00
professionalRavi Bhavnani21-May-18 5:00 
GeneralRe: Thought of the Day Pin
jeron121-May-18 5:06
jeron121-May-18 5:06 
GeneralRe: Thought of the Day Pin
megaadam21-May-18 5:01
professionalmegaadam21-May-18 5:01 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer21-May-18 5:24
professionalDaniel Pfeffer21-May-18 5:24 
GeneralRe: Thought of the Day Pin
PIEBALDconsult21-May-18 6:16
mvePIEBALDconsult21-May-18 6:16 
GeneralRe: Thought of the Day Pin
W Balboos, GHB21-May-18 7:26
W Balboos, GHB21-May-18 7:26 
GeneralRe: Thought of the Day Pin
pkfox21-May-18 18:54
professionalpkfox21-May-18 18:54 
GeneralYou couldn't write this as fiction... Pin
Marc Clifton21-May-18 3:31
mvaMarc Clifton21-May-18 3:31 
JokeRe: You couldn't write this as fiction... Pin
RickZeeland21-May-18 4:26
mveRickZeeland21-May-18 4:26 
GeneralRe: You couldn't write this as fiction... Pin
raddevus21-May-18 4:34
mvaraddevus21-May-18 4:34 
GeneralRe: You couldn't write this as fiction... Pin
RickZeeland21-May-18 4:39
mveRickZeeland21-May-18 4:39 
GeneralRe: You couldn't write this as fiction... Pin
raddevus21-May-18 4:32
mvaraddevus21-May-18 4:32 
GeneralRe: You couldn't write this as fiction... Pin
theoldfool21-May-18 8:51
professionaltheoldfool21-May-18 8:51 

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.