| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Apr 2006
Posts: 267
![]() | stupid IE bumping links up and down on hover This is driving me nuts. If you view the following page on IE ... http://bornwild.info/new/index.php ... and hover over the navigation, you'll notice the darn thing jumping around. Why is this? Even if I just change the background color on hover it still jumps around so it's not the relative positioning screwing it up. Help pleeeeeeeease. |
| |
| | #2 (permalink) | ||||
| Senior Member Join Date: Jul 2004 Location: Florida
Posts: 1,492
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Code: #navblock .menu a:hover
{
position:relative;
top:1px;
left:1px;
border-color:#0099FF #B2D9F8 #B2D9F8 #0099FF;
} ????: NamePros.com http://www.namepros.com/programming/273300-resolved-stupid-ie-bumping-links-up.html Code: #navblock .menu a:hover
{
position:relative;
top:0px;
left:0px;
border-color:#0099FF #B2D9F8 #B2D9F8 #0099FF;
}
__________________ All offers are valid for 12 hours unless otherwise stated. | ||||
| |