Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
XML
<marquee behavior="scroll" direction="down" scrollamount="6" style="position:absolute; left:200px; top:-240px; width:75px; height:1000; z-index:1;">
<span class="falling1"><img src="sign.jpg"></img></span>
</marquee>






not worked
Posted
Comments
Nirav Prabtani 12-Feb-14 4:13am    
what is problame, you have faced???
neeraj_ 12-Feb-14 4:17am    
sir paste above code in div
and the error is flashed that marquee is not supported
Maarten Kools 12-Feb-14 4:21am    
Marquee is not a standard tag. Microsoft introduced it a long, long time ago but it's never been part of the standard. If you really want a marquee effect, I'd look into a JavaScript solution.
Ahmed Bensaid 12-Feb-14 4:23am    
It works : just replace <img src="sign.jpg"></img> by <img src="sign.jpg" /> ;)
neeraj_ 12-Feb-14 4:38am    
<marquee> tag not supported

try this,

XML
<marquee id="mq" direction="right" loop="true" onmouseover="this.stop();" önmouseout="this.start();">
   <span class="falling1"><img src="filter.bmp"></img></span>
   </marquee>
 
Share this answer
 
v3
Comments
neeraj_ 12-Feb-14 4:23am    
sir actually i paste simple <matquee> </marquee> tag and error is flashed marquee is not supported
Bojjaiah 12-Feb-14 4:24am    
are you using asp.net or ?
neeraj_ 12-Feb-14 4:26am    
asp.net
Bojjaiah 12-Feb-14 4:27am    
see my code is updated just copy and paste your aspx page and run it. image should be in your web site.

let me know working or not?
neeraj_ 12-Feb-14 4:30am    
pre> ?
try this.. :)

HTML
<marquee behavior="scroll" direction="down" scrollamount="6">
<img src="desert.jpg"></img>
</marquee>
 
Share this answer
 
Comments
neeraj_ 12-Feb-14 5:07am    
this have been done
Nirav Prabtani 12-Feb-14 5:10am    
thnx...reffer this...

http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm
neeraj_ 12-Feb-14 5:13am    
ok
neeraj_ 12-Feb-14 7:15am    
a msg marquee not supported during the use <marquee> tag
but its worked properly
Nirav Prabtani 12-Feb-14 7:16am    
:) enjoy.. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900