| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Why some images on my site do not display on the page | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I have some images on my site but some of them do not want to load when I go to the page and then when I start clicking around my site, they appear/disapear?
Is their something I can do. style="background: url('{$ImagesDir}/top.jpg')
__________________
x-cart 4.0.16v linux server |
|||||||
#2
|
|||||||
|
|||||||
![]() A url would help....
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() Site: http://www.michaelmoskva.com/xcart/home.php
On the right hand side thie is a grey culumn. it should dislpay like this: Link: http://www.michaelmoskva.com/image20/image.htm The top and bottom of the image doesnt not always display on the page?
__________________
x-cart 4.0.16v linux server |
|||||||
#4
|
|||||||
|
|||||||
![]() Doesn't appear at all for me. Try this, instead of setting the style in the element itself, try creating a class and adding the class to skin1.css. THis would be the correct way to call the class in skin1.css:
.newclass {background: url(images/top.jpg);} Then call the class in whatever element you want that background image to appear in: class="newclass" Make sure the image is in the skin1/images directory.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() Can you tell me how I can apply the classes to the three below images?
<TABLE cellspacing="0" cellpadding="0" border="0" width="100%" height="100%"> <TR valign="top"> <TD valign="top"> [img]{$ImagesDir}/topimage.gif[/img]</TD> </TR> <TR> <TD width="126" height="100%" style="background: url('{$ImagesDir}/middleimage.jpg')"> [img]{$ImagesDir}/spacer.gif[/img] </TD> </TR> <TR valign="bottom"> <TD valign="top"> [img]{$ImagesDir}/bottomimage.jpg[/img] </TD> </TR> </TABLE>[/b]
__________________
x-cart 4.0.16v linux server |
|||||||
#6
|
|||||||
|
|||||||
![]() Replace this:
<TD width="126" height="100%" style="background: url('{$ImagesDir}/middleimage.jpg')"> with this: <TD width="126" height="100%" class="newclass">
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
|||
X-Cart forums © 2001-2020
|