| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
CSS & background images | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I'm currently trying to get my CSS working here:
http://www.xtrememotions.ca/customer/home.php It is attaching the CSS file because the text is changing color, but the images for the backgrounds and such never work. Here's some sample code from the skin1.css file: .rightside { background-image: url({$ImagesDir}/d1-6__04.jpg); background-repeat: repeat-y; background-position: left top; } the images in the home.tpl file work fine though, for example: <td width="168" align="left" valign="top" background="{$ImagesDir}/d1-6__07.jpg"> That works fine. I can get the CSS above to work just fine is don't use $ImagesDir and put in: http://www.xtrememotions.ca/skin1/images/d1-6__04.jpg in the place of {$ImagesDir} Any ideas...??? |
|||||||
#2
|
|||||||
|
|||||||
![]() don't quote me on this, but I don't think Smarty tags can be rendered from within .CSS files. I was adding some background images to my css file and I had to put in the name of the image folder i.e. images/myimagename.gif rather than the varialbe {$ImagesDir}/myimagename.gif
You might want to try using the following in your css file: background-image: url(images/d1-6__04.jpg); *where 'images' is the name of the folder containing your site images
__________________
X-Cart Gold Version: 4.0.17 X-Configurator X-AOM X-FancyCategories X-RMA X-Offers |
|||||||
#3
|
|||||||||
|
|||||||||
![]() definantly makes sense ... the css is not actually a smarty template ... its loaded in as a stylesheet when the page is viewed !!
e.g. Code:
__________________
Darren Kierman Carlisle Glass (http://www.carlisleglass.co.uk/) ... running X-Cart Gold 4.4.5 [unix] |
|||||||||
#4
|
|||||||
|
|||||||
![]() That's correct you must put the relative location of the image in the the CSS file.
|
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|