marquee not working in IE. Please help
-
hi all, i have created a site, in which i used marquee to roll my text from left to right. it is working fine in the firefox. but it is not at all coming in IE. below is my code <marquee behavior="scroll" direction="left" scrollamount="3" <font face="Andalus" size="5" color="Cyan"> This is my text </font></marquee> Please help me what mistake i did. thanks in advacne
-
hi all, i have created a site, in which i used marquee to roll my text from left to right. it is working fine in the firefox. but it is not at all coming in IE. below is my code <marquee behavior="scroll" direction="left" scrollamount="3" <font face="Andalus" size="5" color="Cyan"> This is my text </font></marquee> Please help me what mistake i did. thanks in advacne
Hello Hema you try this code.It will work properly..... write the text here I think you r mistaken in your code you forget to close your marquee starting tag close with '>' tag..........
-
hi all, i have created a site, in which i used marquee to roll my text from left to right. it is working fine in the firefox. but it is not at all coming in IE. below is my code <marquee behavior="scroll" direction="left" scrollamount="3" <font face="Andalus" size="5" color="Cyan"> This is my text </font></marquee> Please help me what mistake i did. thanks in advacne
Hema Bairavan wrote:
This is my text
You have not closed the opening marquee tag try this -
<marquee behavior="scroll" direction="left" scrollamount="3"><font face="Andalus" size="5" color="Cyan"> This is my text </font></marquee>
-
Hema Bairavan wrote:
This is my text
You have not closed the opening marquee tag try this -
<marquee behavior="scroll" direction="left" scrollamount="3"><font face="Andalus" size="5" color="Cyan"> This is my text </font></marquee>
Thanks all.. it works fine. actually i didnt noticed that as it works fine in mozila. thanks again
-
Thanks all.. it works fine. actually i didnt noticed that as it works fine in mozila. thanks again
hi , its strange but it also works in IE 8 and mozilla . only the color in Ie is not set ..