You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
213 B
CSS
19 lines
213 B
CSS
16 years ago
|
/* CSS hacks for IE versions 5,6 */
|
||
|
|
||
|
img
|
||
|
{
|
||
|
behavior: url('skins/default/pngbehavior.htc');
|
||
|
}
|
||
|
|
||
|
ul.toolbarmenu li
|
||
|
{
|
||
|
width: 130px;
|
||
|
}
|
||
|
|
||
|
#messagemenu li a
|
||
|
{
|
||
|
background-image: url('images/messageactions.gif');
|
||
|
}
|
||
|
|
||
|
|