| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2005
Posts: 1
|
Div Background Images
hey all, i have a slight problem with background images for <divs>. IE works fine, and the site looks all sweet, but when veiwed in mozzila, the backroudn images arnt there. Is there some way to fix that. The website is HTML Code:
Thanks for your help, SquishyB |
|
|
|
|
|
#2 (permalink) |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,527
|
Delete all the z-index values to see what's happening. I would start again. The design is really simple, but you've got all kinds of css going on. You only need one background image. Make a container div and stick the background in this - forget z-indexes. Then put your content (other divs if you need them) inside the container. Have a look at floats and so much more... |
|
|
|
#3 (permalink) |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,527
|
Some layouts here: http://css-discuss.incutio.com/ |
|
|
|
#4 (permalink) | |
|
dt immigrant
|
You have negative z-index values. Quote:
Edit: oh, and what stickman said, too |
|
|
![]() |