Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sidebox content Hover

Sidebox content Hover

Locked

Views: 1,189

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
16 May 2009, 11:20 AM
#1
spiritus avatar

spiritus

New Zenner

Join Date:
Apr 2009
Location:
Slovenia
Posts:
58
Plugin Contributions:
0

Sidebox content Hover

Sidebox content box HOVER doesn't work.. Can anyone explaine me why?
Or am I doing something wrong.

Site is: https://www.spiritus.si

tnx

16 May 2009, 11:42 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Sidebox content Hover

in your stylesheet.css you have this

a:hover, .sideBoxContent { (line 37)
color:#EBDDE2;
}

it should be

.sideBoxContent a:hover {
color:#EBDDE2;
}

16 May 2009, 12:48 PM
#3
spiritus avatar

spiritus

New Zenner

Join Date:
Apr 2009
Location:
Slovenia
Posts:
58
Plugin Contributions:
0

Re: Sidebox content Hover

Tnx a lot.. It works :)

I have another question...
I want to put home link on my header picture. That visitor can with one click on it be on home page.. I try with Ez pages, but it doesnt work..

Can I put it direct in code somewhere?