Log in

View Full Version : div order



stevedc
05-18-2008, 06:29 PM
Hi all,

I'm new to the site and new to CSS as well. I recently built a small site for a school that hopefully will be used. I'm trying to learn how to properly use CSS, so when defined styles are disabled, the site still has hierarchy in terms of headings and text. I use firefox's web developers toolbar to aid in my work.here (http://www.stevencasedesign.com/sites/bridgespcs/html/index.html) is the website. If one were to disable the styles, you would see the logo, then a list navigation, then welcome to bridges public charter school. However, the first paragraph should be directly under "welcome to bridges etc." and "philosophy" would be under the first paragraph. Is their a way to specify which float div's are read first (z-index?). Again, I'm new to this and apologize for the beginner questions.

~ Regards
Steve

techno_race
05-18-2008, 07:32 PM
The z-index should not matter in this case. How are you using it?