Marquee in Internet Explorer using CSS Property
I am trying to do a marquee to scroll from right to left in IE, but I cant
get it to work. Any ideas of what am doing wrong.
.marquee
{
width: 200px; height: 50px; white-space: nowrap;
overflow: hidden;
overflow-x:-webkit-marquee;
-ms-marquee-direction: forwards;
-ms-marquee-style: scroll;
-ms-marquee-speed: normal;
-ms-marquee-increment: small;
-ms-marquee-repetition: 5;
overflow-x: marquee-line;
marquee-direction: forward;
marquee-style: scroll;
marquee-speed: normal;
marquee-play-count: 5;
}
No comments:
Post a Comment