![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#31 |
|
Programmer
Join Date: Jun 2007
Posts: 93
Rep Power: 2
![]() |
Re: Why is CSS such a mess?
if such a system was coded using un-obtrusive methods then there would be nothing to worry about, there are lots of ways to gracefully degrade a site; for example the XHTML should always be available.
|
|
|
|
|
|
#32 | |||
|
Hobbyist Programmer
|
Re: Why is CSS such a mess?
Quote:
Quote:
Quote:
Ever try using XHTML with IE? It degrades in the sense that the browser will render it, but if you try to send it as an XML document instead of text/html, IE will have a freaking heart attack, cut its wrist, and bleed like a hemophiliac. Even Gecko's support isn't complete yet. I always use HTML Strict for my documents. |
|||
|
|
|
|
|
#33 |
|
Programmer
Join Date: Jun 2007
Posts: 93
Rep Power: 2
![]() |
Re: Why is CSS such a mess?
Even still, part of the reason we use css is so we can easily position elements around the screen - and then when the style sheets are detached (by a screen reader or text based browser) it displays inline semantic html with no styles at all. All having a javascript framework to render pages would do is add another step into degrading the site:
(X)HTML -> (X)HTML with Style(CSS) (basic styling) -> javascript rendered css (depending on user agent) OR javascript rendered flash take for example - sifr which renders a custom font in flash, if the user does not allow javascript/flash then it gracefully degrades to a core font. http://www.mikeindustries.com/sifr These types of kits will be what render pages completely top to bottom, whilst keeping things accessible. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS file for Firefox | bigguy | HTML / XHTML / CSS | 7 | Aug 30th, 2007 9:20 AM |
| HElP !! My CSS skills STINK BIG TIME | woocha | HTML / XHTML / CSS | 23 | Aug 30th, 2007 8:04 AM |
| JScript CSS style switcher BY BROWSER | physicist | JavaScript and Client-Side Browser Scripting | 0 | Jun 11th, 2007 9:58 AM |
| CSS is lost when I change Dreamweaver html tag to accomodate Javascript | ccarter1971 | JavaScript and Client-Side Browser Scripting | 3 | Jun 1st, 2007 10:20 AM |
| Major IE6 issue + CSS | Kezzer | HTML / XHTML / CSS | 1 | May 29th, 2007 7:52 AM |