View Full Version : I think its css hover over adverts
torrent
12-21-2007, 04:06 AM
You'll notice hover over cells below the "torrent sites" list on ads which shouldnt be there. :(
http://www.plentyoftorrents.com/
Anyone know why this is doing this? Im sure I closed all my divs.
Heres the link to the css.
http://www.plentyoftorrents.com/front.css
Thanks for any help.
BLiZZaRD
12-21-2007, 04:01 PM
I am not seeing what you are talking about. Or I don't understand what you mean exactly.
torrent
12-21-2007, 04:44 PM
Its the ad area in between General Full List... | Anime Full List...
and the feather. at the bottom of the front page.
http://www.plentyoftorrents.com
Im just trying to figure out why its doing that because I closed the div tags for the above table. So I dont see why it should be showing up. :confused:
heres the css for the table which is in the head of the front page.
<style>
.hideFromScreen {display:none;}
A { text-decoration:none }
a:link {
color: #000000;
}
a:visited {
color: #607ec5;
}
a:hover {
color: #3366FF;
text-decoration: none;
}
a:active {
color: #99ccff;
}
table {
text-align: left;
font-size: 12px;
font-family: book antiqua;
background: #606060;
}
table thead {
cursor: pointer;
}
table thead tr,
table tfoot tr {
background: url(images/tablemenu.png) repeat-x;
}
table tbody tr {
background: #FFFFFF;
}
table tbody tr:hover {
background:#F0F0F0;
}
td, th {
border: 1px solid black;
}
th {
color:#ffffff;
}
</style>
BLiZZaRD
12-21-2007, 05:01 PM
It couldn't be the 8 pounds of white space you have in the page, could it? I can't even follow what's going on in there when I have to scroll to finish an anchor tag!
If you clean that up it may be easier to spot the problem.
torrent
12-21-2007, 10:11 PM
I dont know why that happens think its my ftp client doing it. I'll get rid of the white space and reply back.:o
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.