i have a menu which i want to display vertically. This is the css im using:
#portmenu li
{
margin-top: 45px;
margin-left: -25px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform:rotate(-90deg);
padding-left:10px;
padding-bottom:5px;
border-left: 1px solid white;
}
But this doesn’t work in Internet explorer? It is fine in chrome and firefox?
I would say, don’t do it. It looks really bad (pixelated). Why not just do:
??