Bug#116 - IE6 style fix

This commit is contained in:
Kevin
2008-09-05 15:00:56 +00:00
parent c7f5e50e30
commit e1cb52e56d

View File

@@ -131,9 +131,9 @@ border-bottom: 1px solid #90bade;
border-left: 7px solid #6ACEFF; border-left: 7px solid #6ACEFF;
} }
* html #portal-navigation li a{ /*IE only */ /* IE6 FIX */
width: auto; /*IE 5*/ * html .portal-navigation ul li{
w\idth: auto; /*185px minus all left/right paddings and margins*/ border-bottom: 1px solid #6ACEFF;
} }
.portal-navigation li a:hover { .portal-navigation li a:hover {