dolkand
-
Problem on Visited pseudo-class
The :visited selector is used to select visited links. In your css, only the class a:visited is valid.
-
Logo and search box is unclickable?
In the header there is a div without a name, probably created by a plugin, that include a min-width: 300px and position: relative to the headerimage.gif . Try to fix this div to solve your problem.