> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of IceKat
> Sent: Wednesday, May 07, 2008 3:48 AM
> To: [email protected]
> Subject: [WSG] Centered Horizontal List in IE7
> 
> Hey,
> 
> Sent this out, wondering if anyone has any pointers???

Using a Conditional Comment for IE7, you could try:

#myList
{float:left;position:relative;margin-left:expression(-this.offsetWidth/2);le
ft:50%;}

Then you'll need to clear that float.

As a side note, CSS expressions are bad and should be avoided.


-- 
Regards,
Thierry | http://www.TJKDesign.com







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

Reply via email to