I'm working on a layout at
wlbluestars. I had everything working how I wanted but then I went and tried to clean up the code a little bit. Now I'm having a problem where if there is a link directly below another one you won't be able to click on the one on top. The click area is to big and covers the other link. It's not really noticeable except on the links
(
Read more... )
Comments 2
.entryLinkbar a, a:visited {
font-weight: bold;
padding: 20px 5px;
}
to
.entryLinkbar a, .entryLinkbar a:visited {
font-weight: bold;
padding: 20px 5px;
}
Reply
Reply
Leave a comment