On 10 Jul 2008, at 15:12, kevin mcmonagle wrote:

I had tried that rick but i was putting the padding in the li not the li a.
Do i still need to make li's block elements for ie?

Sorry Kevin, I meant to say that the <a> *inside* the <li> should be set to display: block. list items are block level by default.

However, with reference to the IE part of your question, you might need some jiggery-pokery if you run into the IE bug where it inserts gaps between list items that contain block elements. The workaround is add two rules one after the other:

li a {display: inline-block;}
li a {display: block;}

See Berea street for further info:
http://tinyurl.com/ts8ye

Sorry for the bum steer earlier.
--
Rick Lecoat
www.sharkattack.co.uk



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to