I am using dotted borders as underlined link text. On most the pages I'm creating it works fine but when I have a list of multiple links either some don't show up OR they disapear when I scroll down over them, yet reappear if I scroll back up?
How do I fix this?
http://www.kaleochurch.com/welcome.php (disapear and then reappear)
http://www.kaleochurch.com/preaching/topical.php (don't appear)
Thanks.
dissapearing borders links
Sometimes it helps if you set your line-height: property. Something greater than 1em.
At first glance, that's my guess?
dissapearing borders links
For example:
Try adding line-hight:16px; to #content selector
div#content {
font-size: 10px;
line-height:16px;
}
dissapearing borders links
line-hight:16px;
was added, still having trouble. I'm assuming it isn't random because it effects things similarly.
For example: http://www.kaleochurch.com/teaching/library.php All the title ones have the border, all listed results do not. Or on this page: http://www.kaleochurch.com/preaching/topical.php all the results that are two lines work, the rest don't.
Weird...
dissapearing borders links
I think there's a typo on the word height, missing e
line-hight:16px;
http://www.kaleochurch.com/css/kaleobody.css
see if that makes a difference?