Hi! I'm having an issue with a design that's making me age quickly and keeping me up at night. If you visit www.rimrockcomputer.com/site/ and hover over the main navigation, you'll see that when you hover on a new link, the wording moves a bit. WHY??? I've researched and tried all sorts of CSS code but nothing seems to stop the links from shifting when you hover over them. Please, there has to be a guru out there that can tell me why. Thank you!
its the size of the text when u hover if size is more than normal then movement will happen Regards Alex
I've tried changing the font size and it still does it. Am I missing a place to change this? I might not be in the right area. Thanks for the quick reply!
It doesn't seem to be a text issue as the size doesn't change when you hover over it... just the position changes.
It's probably the padding within the menu. In www.rimrockcomputer.com/site/templates/yoo_nano/css/style.css line #24-28, compare the red to the blue phrases. When I set the blue to have the same value as the red, your menu item won't move. .menu-dropdown a.level1, .menu-dropdown span.level1 { [SIZE=4][COLOR="#FF0000"]padding: 1px;[/COLOR][/SIZE] } /* Set Hover and Active */ .menu-dropdown li.level1:hover .level1, .menu-dropdown li.remain .level1, .menu-dropdown li.active .level1 { [SIZE=4][COLOR="#0000FF"]padding: 0[/COLOR][/SIZE]; ... Code (markup): This is strange, since both seem to be not related to each other. Well, you might want to first fix your CSS first, because I get quite a lot of CSS warning seeing your site in FF.
You're welcome Chowderhound, Honestly, I haven't tested the solution through all of my Windows browsers. I got that by debugging your site through Firefox's DOM Inspector plugin. So really, the true fix is to get all those warnings gone first, or at least get them reduced in numbers. I believe that it will bring your site "well behaved" in FF, Chrome, IE, Safari, and etc. Hendra