New Zenner
- Join Date:
- May 2009
- Posts:
- 2
- Plugin Contributions:
- 0
sidebox & center box images slow displaying
I am new to zencart.
I changed the stylesheet so that the sideboxes & centerboxes have a different filename for background image.
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back1.gif);
padding: 0.5em 0.2em;
}
The boxes display with the background colour and then after a delay the background image displays.
When I change the image name back to tile_back.gif everything works quickly.
I would be greatful for any help