Hi friends,in this article I will explain about Marquee tag or How to Scroll Text From left to right or How to Move the Text in HTML.
In previous articles i already explained about How to Bind Nested Gridview from Database in asp.net with C#/VB.NET,JSON: Create Cascading DropDownList from Database using JQuery in MVC 4 Razor and How to Bind Data to DropDownList from Database using Stored Procedure in MVC 4 Razor.
Marquee tag or How to Scroll Text From left to right or How to Move the Text in HTML
In previous articles i already explained about How to Bind Nested Gridview from Database in asp.net with C#/VB.NET,JSON: Create Cascading DropDownList from Database using JQuery in MVC 4 Razor and How to Bind Data to DropDownList from Database using Stored Procedure in MVC 4 Razor.
Marquee tag or How to Scroll Text From left to right or How to Move the Text in HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>How to
Scroll Text From left to right or How to Move the Text</title>
</script>
</head>
<body>
<form id="form1" runat="server">
<marquee
style="color:red; position:absolute;margin-top:120px;"
behavior="scroll"
direction="left"
onmouseover="this.stop();"
onmouseout="this.start();">
Hi Welcome to
Aspdotnet-Kishore.Blogspot.com
</marquee>
</form>
</body>
</html>
|
The output of the above page as shown below.actually it is moving from right to left because i put direction="left",if i put direction="right" then it moves from left to right.
"If you like my blog or articles, you can appreciate by leaving your comments or Liking my Facebook pageAspdotnet-kishore, following on Google+ Aspdotnet-Kishore, Twitter on AspdotnetKishore, Linked in Aspdotnet-Kishore, stumbling my posts on stumble upon and subscribing on RSSfeed Aspdotnet-Kishore for free updates directly to your Email inbox . Watch my blog for more articles."
No comments:
Post a Comment