What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » CSS help!

CSS help!
Author: Message:
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: CSS help!
quote:
Originally posted by Sunshine
Why don't you use tables instead of DIVs?

Tables are easy, you can set the width to a percentage of the totall width of the table....

Let's say you want 3 columns...then the widths would be 33%, 34% and 33%......4 columns is even easier...simple 25%

The reason people tend to move away from that is because of the fact that tables are designed to contain tabular data and fboth accessibility and usability issues (especially with screen readers) they're not liked for laying out a page. It come under semantics.

Like I said though, tables are the easiest way for you to do something like this and not have to worry about how it is going to appear in 10+ different browsers and browser versions.

You can also "set the width to a percentage of the total width" using a DIV approach however you still have to worry about getting floating and positioning correct in different browsers.
07-21-2006 01:07 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
CSS help! - by welshboy222 on 07-21-2006 at 12:39 PM
RE: CSS help! - by surfichris on 07-21-2006 at 12:56 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 12:58 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:00 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:02 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:04 PM
RE: CSS help! - by lordy on 07-21-2006 at 01:05 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:06 PM
RE: CSS help! - by surfichris on 07-21-2006 at 01:07 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:08 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:19 PM
RE: CSS help! - by ShawnZ on 07-21-2006 at 02:14 PM
RE: CSS help! - by RaceProUK on 07-21-2006 at 02:49 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 03:32 PM
RE: CSS help! - by hmaster on 07-21-2006 at 03:41 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On