#199224, patch by Darren Oh, modified by me, fix IE6/7 display issues
This commit is contained in:
parent
5ef33d2fa2
commit
f55e651074
@ -30,6 +30,12 @@ jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/
|
||||
|
||||
--- CHANGELOG --------------------------------------------------------
|
||||
|
||||
4.1, 2008-Jan-26
|
||||
----------------------
|
||||
|
||||
- #199224, fix display issues in IE6/7
|
||||
|
||||
|
||||
4.0, 2007-Nov-22
|
||||
----------------------
|
||||
- new CHANGELOG to keep track of changes
|
||||
|
@ -12,12 +12,12 @@ body.simplemenu-enabled {
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:9999;
|
||||
text-align:left;
|
||||
}
|
||||
#simplemenu a {
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
padding:3px 12px 5px 12px;
|
||||
height:13px;
|
||||
width:auto;
|
||||
}
|
||||
#simplemenu li {
|
||||
|
@ -13,6 +13,7 @@ body.simplemenu-enabled {
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:9999;
|
||||
text-align:left;
|
||||
}
|
||||
#simplemenu a {
|
||||
color:#333;
|
||||
@ -21,7 +22,6 @@ body.simplemenu-enabled {
|
||||
border-right:1px solid #999;
|
||||
border-left:1px solid #eee;
|
||||
padding:2px 6px 3px 6px;
|
||||
height:15px;
|
||||
width:auto;
|
||||
}
|
||||
#simplemenu li {
|
||||
|
Loading…
x
Reference in New Issue
Block a user