Zen Cart Logo

White line

Locked

Views: 1,729

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Jul 2006, 12:11 PM
#1
mistylynmouth avatar

mistylynmouth

New Zenner

Join Date:
May 2006
Posts:
8
Plugin Contributions:
0

White line

Hey
Im really new at this and this is my first try at a website, so far every thing is ok but ive noticed a white line under my side-boxes. Ive looked to try and find an answer but i cant, does anyone know how to fix this.
Thanks in advance
Samantha

My site --> https://www.snapshot-memories.com/store

10 Jul 2006, 1:01 PM
#2
gerard avatar

gerard

Zen Follower

Join Date:
Oct 2005
Location:
Qld Australia
Posts:
124
Plugin Contributions:
1

Re: White line

Using IE and firefox , those white lines under your sideboxes are actually images being called up

SRC
http://www.snapshot-memories.com/store/includes/templates/Sams/images/block_left_05.gif

File Size
103 bytes

SRC
http://www.snapshot-memories.com/store/includes/templates/Sams/images/block_left_06.gif

File Size
74 bytes

SRC
http://www.snapshot-memories.com/store/includes/templates/Sams/images/block_left_07.gif

File Size
103 bytes

If i remove your stylesheet from the equation, the images are still there. What version zen cart are u using and is this a modified template you have?

PS your images also need optimising

Gerard :smile:

10 Jul 2006, 1:06 PM
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: White line

It is an image that is being used for the bottom of the sidebox.

.sideBoxFooter, .centerboxfooter {
 background: #000000;
 background-image: url(../images/header_06.gif);
}

If you don't need or want it just delete the portion in red from your stylesheet.

One other thing I'd point out is that you should optimize your images; 94kb is a bit large for a web site and will really slow down page loading.