| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Background image not showing in Firefox, but looks ok in IE | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Hi there, this is my first post to this forum.
I hope someone here can help me with this little problem. My homepage looks ok in Internet Explorer, but looks goofy in Firefox 3, problem is I added an background image in Skin1.css, looking like this: } HTML,BODY { HEIGHT: 100%; MARGIN: 0px; PADDING: 0px; BACKGROUND-COLOR: #000000 } BODY {background: url(images/homepage01.jpg); } The idea is that the image is to show over the whole page like it does in IE, but when using Firefox, it only shows the background image halfway over the pages. Anyone plz help. Thnx VWD
__________________
X-Cart Version: 4.4.5 GOLD |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Quote:
Try use this code: PHP Code:
If that does not help, give a link to your site. |
|||||||||
#3
|
|||||||
|
|||||||
![]()
__________________
X-Cart Version: 4.4.5 GOLD |
|||||||
#4
|
|||||||
|
|||||||
![]() You need to tell the background to repeat:
background-repeat: repeat-y;
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() Thank you very much Balinor, it solved my problem
![]()
__________________
X-Cart Version: 4.4.5 GOLD |
|||||||
#6
|
|||||||||
|
|||||||||
![]() Quote:
I would have done so (without background repeat): PHP Code:
|
|||||||||
#7
|
|||||||
|
|||||||
![]() Thanks to both of you, it works either way.
But If I put the code underneath the image, it doesn╢t work. //Working code } HTML,BODY { HEIGHT: 100%; MARGIN: 0px; PADDING: 0px; BACKGROUND-COLOR: #FFFFFF background-repeat: no-repeat; // or background-repeat: repeat-y; } BODY {background: url(images/homepage01.jpg); } FORM { MARGIN: 0px; }
__________________
X-Cart Version: 4.4.5 GOLD |
|||||||
#8
|
|||||||||
|
|||||||||
![]() Quote:
!!!!!!!!!!!!!!!!! BACKGROUND-COLOR: #FFFFFF; background-image: url(images/homepage01.jpg); |
|||||||||
#9
|
|||||||
|
|||||||
![]() Ok, thank you, tried it, but for some reason doesn╢t work for me, firefox looks funny when I add -image to background. So I╢m sticking with the code I have already. Thank you for your help, we can close this thread now.
__________________
X-Cart Version: 4.4.5 GOLD |
|||||||
|
|||
X-Cart forums © 2001-2020
|