Sidebox content box HOVER doesn't work.. Can anyone explaine me why?
Or am I doing something wrong.
Site is: www.spiritus.si
tnx
Sidebox content box HOVER doesn't work.. Can anyone explaine me why?
Or am I doing something wrong.
Site is: www.spiritus.si
tnx
in your stylesheet.css you have this
a:hover, .sideBoxContent { (line 37)
color:#EBDDE2;
}
it should be
.sideBoxContent a:hover {
color:#EBDDE2;
}
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?