View Single Post
  #8 (permalink)  
Old Sep 7th, 2006, 02:06
deesto deesto is offline
Junior Member
Join Date: Jul 2006
Location: NY, USA
Age: 39
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: questions about column and row div layouts

Quote:
Originally Posted by ryanfait View Post
I'm not sure what you're trying to do. A div is a cell of sorts, but each div is independent. There is no way to get a div to respond to the dimensions of another.
That is indeed what I'm trying to do: organize content into "cells" without using labels. I think I need to shift gears and visualize the layout in another way.

Quote:
Originally Posted by ryanfait View Post
When you migrate to CSS from tables, you need to overcome the mentality that websites should be divided into cells.
Yes, I do. I most easily visualize a layout as a collection of rows and columns. Again, I need to rethink this approach.

Quote:
Originally Posted by ryanfait View Post
Oh, and if you're using CSS to display raw data, it should be in a table. I've seen some people so thoroughly disgusted with tables that they used groups of unordered lists to simulate a table. Tables aren't evil, they just don't have a place in website layouts.

I'm probably going on a stray tangent with this post...
No, not really. "table" is a valid HTML element and has a valid purpose. But then there could be a discussion on the definition of "raw data", and why some people include a series of links (i.e., a navbar) among this category.

By the way, I'm not sure why, but the "instant email notification" feature of this forum seems to work sporadically at best: I was notified of only one of your replies, even though I read the reply immediately afterward. In any case, I'm very glad for the help.
Reply With Quote