(Untitled)

May 04, 2008 05:02

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... )

text

Leave a comment

Comments 2

babyelefant May 4 2008, 10:26:02 UTC
change

.entryLinkbar a, a:visited {
font-weight: bold;
padding: 20px 5px;
}

to

.entryLinkbar a, .entryLinkbar a:visited {
font-weight: bold;
padding: 20px 5px;
}

Reply

writing_layouts May 4 2008, 10:28:37 UTC
Oh man, I can't believe I missed that! Thank you so much. I feel a bit like an idiot now.

Reply


Leave a comment

Up