Hi Guys,
I'm currently completing my new website on
http://www.fydro.nlAs you can see on this site my read more buttoms disapear on mouseover.
I only have this problem when I position the buttoms inside the textarea. When I place the buttoms in the left bottom of my news-items the work fine.
Can anybody help me out please? i'm getting really frustrated..
i use the following css code for placement of the readon links:
Quote:
.readon:link, a.readon:link, .readon:visited, a.readon:visited, .blogmore {
float:left;
text-decoration:none;
padding-left:230px;
margin-top:-15px;
color: #999999;
font-weight: bold;
font-size: 9px;
}
a.readon:hover,.readon:hover, .blogmore:hover {
float:left;
text-decoration:none;
padding-left:230px;
margin-top:-15px;
color: #000000;
font-weight: bold;
font-size: 9px;
}