Results 1 to 5 of 5

Thread: I think its css hover over adverts

  1. #1
    Join Date
    Nov 2007
    Posts
    39
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default I think its css hover over adverts

    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.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    I am not seeing what you are talking about. Or I don't understand what you mean exactly.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Nov 2007
    Posts
    39
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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.
    heres the css for the table which is in the head of the front page.
    Code:
    
    <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>

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    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.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Nov 2007
    Posts
    39
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I dont know why that happens think its my ftp client doing it. I'll get rid of the white space and reply back.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •