Log in

View Full Version : Resolved CSS not working in IE6



calvinkwoo3000
04-08-2010, 03:42 AM
Hi All,

Can any expertist help in my CSS and JQuery coding which i downloaded from http://www.dynamicdrive.com/style/csslibrary/item/jquery_drop_line_tabs/P10/.

It work perfectly at IE7

http://picasaweb.google.com/lh/photo/cQ5LXdmPIjDHGzwbIzc08g?feat=directlink



but when i browse it from IE 6 the dropdown menu change in vertical orientation like image below:http://picasaweb.google.com/lh/photo/S4B8ug8kUnLP3HG-i8gv5Q?feat=directlink

can anyone help in this?

Thank you.

calvinkwoo3000
04-08-2010, 04:17 AM
Hi ALL,

I had solve the problem by adding display:inline; at


.droplinetabs ul li ul li a span
{
background: #CC0000; /*sub menu background color */
width:100%;
height:100%;
border-right:1px inset #ffffff;
white-space:nowrap;
display: inline;
}