Re: [css-d] IE sprite image menu positioning

2010-04-06 Thread David Hucklesby
On 4/6/10 7:44 AM, alka wrote: > Hello everyone > > I'm trying to use image sprites for a horizontal navigation menu on a > new site and getting a layout issue in most browsers that has me a > little demented. I'm very new to sprite menus but love the idea. It's > great. Except for one thing... > >

Re: [css-d] IE sprite image menu positioning

2010-04-06 Thread Troy Harshman
Set the padding to zero for ul#menu. For lists, IE uses margin by default, while Firefox uses padding. So in order to make it look correct in all browsers, you want to set values for both margin and padding. Also, when you set values to zero, you don't need to include px. __

[css-d] IE sprite image menu positioning

2010-04-06 Thread alka
Hello everyone I'm trying to use image sprites for a horizontal navigation menu on a new site and getting a layout issue in most browsers that has me a little demented. I'm very new to sprite menus but love the idea. It's great. Except for one thing... *Problem*: In IE 8 the positioning of the ba