[css-d] relative positioning / z-index / render order--?

2006-08-25 Thread Jon Henderson
http://fbc.walknorth.com Ok the 's are ordered like this in the html. = menu_left menu_right menu_center = the css looks like this: = #menu_container { position: static; float: left; width: 30%; } #menu_left {

Re: [css-d] need help to get rid of my table (newbie)

2006-08-14 Thread Jon Henderson
Pat, It looks like you have one (1) block repeated eight (8) times. (the big square, the text without border and the rectangle). i would enclose each one of these in a larger . so you'll end up having 8 s of the same thing. then float them left (or right) defining the width of each to be 25% (o