#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 --------------------------------------------------------
|
--- CHANGELOG --------------------------------------------------------
|
||||||
|
|
||||||
|
4.1, 2008-Jan-26
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
- #199224, fix display issues in IE6/7
|
||||||
|
|
||||||
|
|
||||||
4.0, 2007-Nov-22
|
4.0, 2007-Nov-22
|
||||||
----------------------
|
----------------------
|
||||||
- new CHANGELOG to keep track of changes
|
- new CHANGELOG to keep track of changes
|
||||||
|
@ -12,12 +12,12 @@ body.simplemenu-enabled {
|
|||||||
top:0;
|
top:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
|
text-align:left;
|
||||||
}
|
}
|
||||||
#simplemenu a {
|
#simplemenu a {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
padding:3px 12px 5px 12px;
|
padding:3px 12px 5px 12px;
|
||||||
height:13px;
|
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
#simplemenu li {
|
#simplemenu li {
|
||||||
|
@ -13,6 +13,7 @@ body.simplemenu-enabled {
|
|||||||
top:0;
|
top:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
|
text-align:left;
|
||||||
}
|
}
|
||||||
#simplemenu a {
|
#simplemenu a {
|
||||||
color:#333;
|
color:#333;
|
||||||
@ -21,7 +22,6 @@ body.simplemenu-enabled {
|
|||||||
border-right:1px solid #999;
|
border-right:1px solid #999;
|
||||||
border-left:1px solid #eee;
|
border-left:1px solid #eee;
|
||||||
padding:2px 6px 3px 6px;
|
padding:2px 6px 3px 6px;
|
||||||
height:15px;
|
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
#simplemenu li {
|
#simplemenu li {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user