Hi all

i am facing some issues on unordered lists when i use the following css

body { font-family:Arial, Helvetica, sans-serif; font-size:12px;
width:200px;}
ul li {display:inline-block; margin-bottom:5px;}

these styles when applied on <body> <li>

in IE the lists are getting aligned bottom
in Opera the lists are disappearing
in Firefox it is working fine

i am much concerned about IE issue.

I know that IE wont support *display:inline-block* and knocking off *width*from
*body* or *display* from *li* will rectify the issue. But i am in such a
situation that i cant knock off any of these.

Can anyone help me in finding out a solution and also i would like to know
the reason for the issue.

Thanks
Saravanan
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to