|
|||||||
New to SitePoint Forums? Register here for free!
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
SitePoint Articles
Join Date: Apr 2001
Posts: 0
|
Discussion thread for HTML Utopia: Designing Without Tables Using CSS
This is a dedicated thread for discussing the SitePoint article 'HTML Utopia: Designing Without Tables Using CSS'
|
|
|
|
|
|
#2 |
|
SitePoint Community Guest
Posts: n/a
|
Awsome primer thanks for the boost in a new directions
|
|
|
|
#3 |
|
SitePoint Wizard
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2000
Posts: 2,564
|
maybe in a few years... I still find that some browser on some platform that really messes up the css. More often that not it's IE on either Mac or PC.
|
|
|
|
|
|
#4 |
|
Team SitePoint
![]() Join Date: Jun 2000
Location: Melbourne, Vic, Australia
Posts: 34
|
It's already been a few years!
I run our Melbourne based Web Dev division and I've found that our clients are more impressed with forward compatibility than backward compatibility. We actually charge extra if the client insists on designing for Netscape4. We are now coding the majority of our sites without tables for layout. As a result we've enjoyed faster development times. By using the XHTML 1.0 Strict DTD (and validating our code), we are spending less time chasing down idiosyncratic bugs in each browser. The key is to clearly understand the 'box model' and the workarounds required for IE5 and 5.5. You must also remember to leave out the xml prolog to prevent IE6 behaving like IE5. See tantek's box model hack for a great explanation and work around. Sadly, there can still be a lot of frustration with IE6 who is now the worst performing of the current browsers but I guess we wouldn't be web developers if we were not good problem solvers! |
|
|
|
|
|
#5 |
|
“He won’t leave me alone...”
![]() ![]() ![]() ![]() Join Date: May 2002
Location: Relative
Posts: 452
|
Jules is right, dethfire. “Live in the now, man!”
|
|
|
|
|
|
#6 |
|
SitePoint Wizard
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2000
Posts: 2,564
|
well maybe the problem is that I work on a mac, but develop for IE6
|
|
|
|
|
|
#7 |
|
SitePoint Community Guest
Posts: n/a
|
I found Dan Schafer's writing style very enjoyable. He doesn't write over your head, in my opinion. I was able to follow and understand what he wrote.
- Gerry |
|
|
|
#8 | |
|
“He won’t leave me alone...”
![]() ![]() ![]() ![]() Join Date: May 2002
Location: Relative
Posts: 452
|
Quote:
Actually, this is a Perfect World scenario. What I do is test my site in Mozilla and Opera because of their excellent CSS support. I then find that any tweaking required to get the site to work in IE is very minimal, as opposed to coding just for IE and trying to fix problems in Mozilla and Opera; which usually turns out to be a nightmare. The bottom-line is faster development times, compatibility across browsers, and accessibility to internet devices other than browsers. |
|
|
|
|
|
|
#9 | |||
|
SitePoint Wizard
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2000
Posts: 2,564
|
Quote:
Quote:
Quote:
I just wish these darn browsers would have full css support. is it really that damn difficult? I mean christ we can put someone on the moon, but can't get COMPLETE css support in browsers. |
|||
|
|
|
|
|
#10 | |||
|
killall -9 lusers
![]() ![]() ![]() Join Date: Oct 2002
Location: Cincinnati, Ohio, USA
Posts: 395
|
Quote:
Quote:
Quote:
|
|||
|
|
|
|
|
#11 | ||||
|
“He won’t leave me alone...”
![]() ![]() ![]() ![]() Join Date: May 2002
Location: Relative
Posts: 452
|
Quote:
Quote:
Code:
/* Get Mozilla & Opera to use IE’s non-W3C compliant CSS box-model */
html * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
Quote:
A project I completed recently works on all browsers I tested it with, including the mini-browser on a silly little PDA cell-phone. Quote:
They were also a single corporation working to their own specifications, rather than a whole mish-mash of companies that made browsers interpret proprietary tags until finally they started supporting W3C standards properly, and are still working towards this day. |
||||
|
|
|
|
|
#12 | |
|
because you gotta have beer!
![]() ![]() ![]() ![]() Join Date: Apr 2000
Location: Roxbury/Boston
Posts: 484
|
Quote:
![]() Great article. Gave me a whole new set of ideas to fool around with and gave me the excuse I need for a site re-design. ![]() |
|
|
|
|
|
|
#13 |
|
SitePoint Community Guest
Posts: n/a
|
Can't find the code described in the book
|
|
|
|
#14 |
|
Team SitePoint
![]() Join Date: Jun 2000
Location: Melbourne, Vic, Australia
Posts: 34
|
Code Archive: http://www.sitepoint.com/books/css1/code.php
|
|
|
|
|
|
#15 |
|
SitePoint Community Guest
Posts: n/a
|
Excellent!!
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 01:44.







They were also a single corporation working to their own specifications, rather than a whole mish-mash of companies that made browsers interpret proprietary tags until finally they started supporting W3C standards properly, and are still working towards this day.


Linear Mode
