X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   background fixed (https://forum.x-cart.com/showthread.php?t=34742)

hrothbeorht 10-19-2007 06:44 AM

background fixed
 
Hi there,

I'm trying to get my background to be fixed

here is a clip from my home.tpl
Code:

<body{$reading_direction_tag}{if $body_onload ne ''} onload="javascript: {$body_onload}"{/if} BGCOLOR="#000000" BACKGROUND="skin1/images/bg_p.gif">

I've tried:
behavior="fixed"
background="fixed"
bg properites="fixed"

none have worked

(I added them in the body tag after BACKGROUND="skin1/images/bg_p.gif")

-hroth

balinor 10-19-2007 07:12 AM

Re: background fixed
 
You are using a depreciated method of calling backgrounds and colors, you need to use css. Simply add this to your body class in skin1.css:

background: url(images/bg_p.gif); background-repeat: no-repeat;


All times are GMT -8. The time now is 03:06 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.