Web Design and Implementation (Winter 04-05)


Readings on CSS Positioning (13 December 2004)

--

And a late addition:


Links From Other Weblogs (Trackbacks)
(Trackback link: http://www.it.rit.edu/~ell/mt/mt-tb.cgi/1197)
Trackback link from Sudha's Weblog

Excerpt: This week's readings...
Read More: Boxes

Posted Dec 8, 2004 6:36 PM
Comments

I saw the "Why Tables for Layout is Stupid" link awhile back, but one advantage I didn't pick up on is better search engine result placement. Working for a webdesign firm, one thing we have been really big on is getting the best placement for our clients within search results.

I must say that I am still guilty of using nested tables and the glorious spacer.gif for my designs still, so I'm thinking that using CSS positioning will be a great thing to incorporate within my personal website redesign.

Posted by: Kevin Sweeney on December 12, 2004 6:54 PM | Permalink to Comment

Another great advantage of CSS over nested tables and spacer GIFs is if you want to make a major change in the layout of your page, it's easy to do it with a new stylesheet, rather than completely changing the HTML for every page.

Posted by: Liz Lawley on December 12, 2004 8:02 PM | Permalink to Comment