C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Code Snippets » Html »

MARQUEE TAG MOUSE MOVE REVERSE MOVE


Posted Date: 08 Jun 2009    Resource Type: Code Snippets    Category: Html
Author: R.Jaya kumar (JK)Member Level: Diamond    
Rating: 1 out of 5Points: 8




< html >
< body onload ="document.all.test.direction ='right';" >
< style type ="text/css" >

.TxtName1
{
font-family :Arial , Arial Narrow , Tahoma ;
font-size:16px; font-weight:bold; color :Red ; font-style:italic;
background-color:Teal;
}
< /style >
< form id="form1" runat="server" >
< div >
< marquee id="test"
onmousemove="F2();"
onmouseout="F1();" >
Welcome
< /marquee >

< script >
function F1()
{
document.all.test.direction ="right";
document.all.test.className='TxtName1';
}

function F2()
{
document.all.test.direction ="left";
document.all.test.className='TxtName1';
}
< /script >

< /div >
< /form >
< /body >
< /html >

			


Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
MARQUEE TAG MOUSE MOVE REVERSE MOVE  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Favicon to your site
Previous Resource: Image Enlarge
Return to Discussion Resource Index
Post New Resource
Category: Html


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use