Hello all
How place background image?
Look forward to any replies!
Thanks in advance
regards
BFGK
Hello all
How place background image?
Look forward to any replies!
Thanks in advance
regards
BFGK
It may call for a bit of experimentation on your part to get it right, depending on the image or tile background.
Here's an example declaration added into the 'body' selector code block:
That's a code snippet for a square tile.Code:background: url(../images/yourbackground.jpg) repeat; background-attachment: fixed;![]()
Decide where you want to place it.
Examine the HTML being generated by the your Zen Cart to see which HTML tag or div covers that place.
Add background-image: url(../images/background.gif); to the styling in your stylesheet for that tag or div.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)