View Full Version : Backgrounds Displays Incorrectly in Firefox
counterfeitjoys
07-25-2006, 04:28 PM
Hello everyone. Rae here. Alright, I've recently been informed that my website does not display correctly in Firefox servers. It works perfectly fine for IE users. I know many people have Firefox, and I'd like my layout to display properly. My website is http://urban-ducks.net .
One emailed me and said this is how it displays in Firefox: http://i30.photobucket.com/albums/c318/AestheticBlends/seewhatimean.jpg .
It displays this way in my browser: http://urban-ducks.net/screenshot.jpg
Can someone please point out a probably ridiculously obvious reason for this problem?
Thanks and if you need more information, just ask.
-Rae
-chris-
07-25-2006, 05:40 PM
Remove the height: 100px from #blog and #nav.
#blog {width: 383px;
margin-left: 141px;
margin-top: 432px;
position: absolute;
z-index: 1;
background: #F0F6F9;
}
#nav {width: 253px;
margin-left: 530px;
margin-top: 432px;
position: absolute;
z-index: 2;
background-color: #F0F6F9;}
counterfeitjoys
07-26-2006, 07:41 PM
Thanks so much :) I hope my Mozilla readers will be able to see it correctly now.
-chris-
07-26-2006, 08:05 PM
Glad to help.
counterfeitjoys
07-27-2006, 03:12 PM
I have to ask, please, does it view correctly now? I'm sorry, I need someone to check for me... I can't download Firefox yet... because I'm not an admin on my computer.
Thanks! :)
Dodge
07-27-2006, 03:22 PM
Nope - still looks like the screenshot (http://i30.photobucket.com/albums/c318/AestheticBlends/seewhatimean.jpg)
I see that you haven't removed the 100px from either div Chris recommended - I believe that is the issue.
This is from the current style sheet.
#blog {width: 383px;
height: 100px;
margin-left: 141px;
margin-top: 432px;
position: absolute;
z-index: 1;
background: #F0F6F9;
}
#nav {width: 253px;
height: 100px;
margin-left: 530px;
margin-top: 432px;
position: absolute;
z-index: 2;
background-color: #F0F6F9;}
Dodge
counterfeitjoys
07-28-2006, 05:46 PM
, I don't know what I must've changed... Maybe a different stylesheet? I'm so sorry for my stupid mistake.
Ahh, so does it display correctly now?
Arbitrator
07-28-2006, 09:18 PM
As far as the background goes, it displays correctly now.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.