![]() |
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 |
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.