Trying to put together a little page to show off my PHP work and my CSS is giving me trouble...
First of all, here is the page and it's style sheet:
(the style sheet looks like crap because I've been playing with it so much but it does validate)
The problem I seem to be having is that the <divs> that I put within the <div class="block"> aren't displaying as inside that div in Netscape 7...looks fine in IE for whatever reason.
If you look at the page in Netscape you'll see what I mean. There is an empty rectangle with images and text that fall in below it. However if you view the page in IE you see the images and text within that rectangle, which is what I was going for.
I'll be the first one to admit that I don't fully understand CSS positioning yet. And for the life of me I can't figure out what rule I'm breaking or what property I'm leaving out that is causing this behavior. Does anyone have any ideas? Thanks.

First of all, here is the page and it's style sheet:
(the style sheet looks like crap because I've been playing with it so much but it does validate)
The problem I seem to be having is that the <divs> that I put within the <div class="block"> aren't displaying as inside that div in Netscape 7...looks fine in IE for whatever reason.
If you look at the page in Netscape you'll see what I mean. There is an empty rectangle with images and text that fall in below it. However if you view the page in IE you see the images and text within that rectangle, which is what I was going for.
I'll be the first one to admit that I don't fully understand CSS positioning yet. And for the life of me I can't figure out what rule I'm breaking or what property I'm leaving out that is causing this behavior. Does anyone have any ideas? Thanks.
Comment