Reply
Is CSS all it's cracked up to be?
Old 02-21-2005, 12:39 AM Is CSS all it's cracked up to be?
Experienced Talker

Posts: 36
CSS is "all-the-rage" it seems in web design but having just done a bit of reading on it at http://www.w3.org it seems like its still in development. In fact, CSS 3 is being worked on right now and it seems as if not all browsers support CSS.

Confused....

-Ryan
ryan.small is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 02-21-2005, 04:10 AM
Ultra Talker

Posts: 377
Not all browser support every CSS properties. For example Netscape doesn't support such property as "text-decoration".
__________________
andrews_john
www.softwareforhosting.com
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 02-21-2005, 06:59 AM
ParasHaria's Avatar
Extreme Talker

Posts: 155
Location: London, UK
CSS and xHTML definately seem to be the way forward in the web design arena. CSS is much more flexible than using tables, etc... and most of the main CSS tags are supported across the board. To date I have found CSS very useful and pretty easy to use. Especially because you can make aesthetic changes through just one file - rather than having to edit each file.
__________________
ParasHaria.com
Design | Development | Hosting | SEO
ParasHaria is offline
Reply With Quote
View Public Profile Visit ParasHaria's homepage!
 
Old 02-21-2005, 12:27 PM
Experienced Talker

Posts: 36
The use of CSS to control the presentational aspects of a page make sense especially in light of what you said about making "aesthetic changes" but I do have a couple of quick questions:

1) Most WYSIWG editors allow you to define a "style" (aka "Theme") to the site which much like CSS allows you to easily control the overall appearance by simply editing the site style. So is CSS a benefit to people using graphical editors?

2) The use of CSS to control positioning instead of using tables really confuses me. My understanding was that the addition of tables to HTML was revolutionary and now along comes CSS and it sounds like tables are "subpar". What's the deal? With CSS are tables not necessary? If so, why?

Thanks for helping a newbie
ryan.small is offline
Reply With Quote
View Public Profile
 
Old 02-21-2005, 01:13 PM
Extreme Talker

Posts: 158
Tables are still necessary for what they were originally intended for - the presentation of data in tabular format.
Using tables for page layout was at the time a useful spin-off, however, semantically, using tables in this way is not a good idea - layout and formatting are best done using CSS.

CSS makes it much easier to maintain and develop a site without interfering with the semantics of the content.
CSS is not 'subpar' - it allows for formatting effects that no HTML tag has been able to achieve in the past.

The browser companies have commited to the W3C ideas but some are better than others at implementing them. CSS was introduced in 1996 and no browser yet supports it in full.

PS Netscape does support text-decoration and in fact Gecko-based browsers such as Netscape, Firefox and Epiphany support the W3C spec better than one or two others I could mention
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Is CSS all it's cracked up to be?
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13166 seconds with 13 queries