Wordpress shifting down?

Discussion in 'WordPress' started by shiftline, Sep 19, 2007.

  1. #1
    On the new site im working on, when ever you go over a links the whole page shifts down (only in firefox) I thought it might of had to do with the bold cc tag but i removed it and its still happening..

    any ideas why?

    http://www.allmymexico.com/
     
    shiftline, Sep 19, 2007 IP
  2. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #2

    Maybe your problem is here? i would replace this:
    
    #navigator ul li a:hover {
    	display: block;
    	float: left;
    /*          font-weight: bold;  */
    	padding-right: 15px;
    	padding-left: 15px;
    	height: 25px;
    	margin: 3px;
    	line-height: 25px;
    	color: #FFFFFF;
    	text-decoration: none;
    	background: #fc8241;
    	border: 1px solid #f55a07;
    }
    HTML:
    And put this there:
    #navigator ul li a:hover {
    	display: block;
    	float: left;
    	padding-right: 15px;
    	padding-left: 15px;
    	height: 25px;
    	margin: 3px;
    	line-height: 25px;
    	color: #FFFFFF;
    	text-decoration: underline;
    	background: #f55a07;
    	border-top: 1px solid #f55a07;
    	border-right: 1px solid #f55a07;
    	border-left: 1px solid #f55a07;
    	border-bottom: 1px solid #f55a07;
    }
    HTML:
    And see what happens.
     
    bschneider5, Sep 19, 2007 IP
  3. shiftline

    shiftline Active Member

    Messages:
    255
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Thanks for the help.. I tried replacing it and it is still doing it.. It dose it when once you put your mouse over any link on the page anywhere.. I dont understand what would cause it to happen globally like that...

    any other ideas?
     
    shiftline, Sep 19, 2007 IP
  4. bschneider5

    bschneider5 Active Member

    Messages:
    1,009
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Well if all else fails, I would comment out anything in CSS with a hover in it until I found exactly which was doing it.
     
    bschneider5, Sep 19, 2007 IP
  5. shiftline

    shiftline Active Member

    Messages:
    255
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #5
    It was due to a tool tip addon! yay! fixed
    thanks again for your help!
     
    shiftline, Sep 20, 2007 IP