Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

memco

macrumors 6502
Original poster
May 1, 2008
261
21
Ok, so I'm getting a weird -12px right margin on the nav menu (sub menus) here. There are no negative margins set anywhere so this is strange. Any ideas?
 
Not seeing the negative margin on sub-nav. Using FF3.

There is a typo in your print.css file though (unrelated to your problem).
Code:
#wraper {

	margin [B][COLOR="Red"];[/COLOR][/B] .5in;

}
 
I'm not seeing anything weird Everything looks good to me...
Running Safari 4 Developer Preview, Opera 9.5, and Firefox 3. (I'm thorough with browser testing. ;) )
 
I figured it out. I had the width of the <a> set to 11em, and had padding inside, this caused a break. By shrinking the width down to accomodate the padding, the <a> fit inside the 11em <li>s and everything works ok.

Thanks Angelwatt, fixed.
 
Before I fixed it, it was occurring in IE6, Safari/Webkit nightly and FF3. The math wasn't right so the a tag inside the li was bigger than the li or ul. This led to some wonky behavior, which I fixed by ensuring the numbers played nicely together.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.