Little css help please
Little css help please
Out of context: Reply #4
- Started
- Last post
- 15 Responses
- version30
ah well, in all my myspace time disabling ads and creating overlays etc i have come to love/hate writing painfully specific css dealing with similar issues, you may need a weird definition like
table tr td a:visited {
color: #000000;
background: #666666;
font-size: 9px;
line-height: 13px;
padding: 0px;
margin: 0px;
border: 0px;
text-decoration: none;
}or something along those lines
hard to tell without seeing it