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
Views: 1,189
New Zenner
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
Totally Zenned
in your stylesheet.css you have this
a:hover, .sideBoxContent { (line 37)
color:#EBDDE2;
}
it should be
.sideBoxContent a:hover {
color:#EBDDE2;
}
New Zenner
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?
Tell staff why this post should be reviewed.