| HTML - PHP | HTML Scroller Script | | Print | |
HTML - PHP | HTML Scroller Script
To make a Scroller in your site, you can following script bellow:
1. First time you must creat links.html
2. Creat code in links.html :
<html>
<title>HTML - PHP Scroller</title>
<head>
<!-- Start: Css Code -->
<style type="text/css">
body {
background: transparent;
border: none;
color: #009999;
font-style: normal;
font-family: Tahoma, Arial, sans-serif;
letter-spacing: 1px;
text-shadow: #FF0066;
}
A:link,A:visited,A:active {
color:#F36034;
font-weight: 400;
text-decoration: none;
font-variant: normal;
font-style: normal;
}
A:hover {
color:#003366;
font-weight: normal;
background-color: #EBEBEB;
}
</style>
<!-- End: Css Code -->
</head>
<body leftmargin="0" topmargin="0">
<center>
<!-- Start: Scroller Code -->
<marquee height="200" width="157" behavior="scroll"
direction="up" scrolldelay="0" scrollamount="1" onMouseOver="stop()"
onMouseOut="start()">
<a href="http://www.g-excess.com/content/view/548/45/"
target="_self"> SEO - Search Engine Optimization (SEO Elite 4.0
)</a><br>
<a href="http://www.g-excess.com/content/view/547/34/"
target="_self"> Maintenance Deep Freeze -
Recovery<a/><br>
<a href="http://www.g-excess.com/content/view/545/" target="_blank"> Setting GPRS dan MMS</a><br>
</marquee>
<!-- End: Scroller Code -->
</center>
</body>
</html>
3. Save Your links.html
4. Upload to Webserver / Access Local Server links.html
Example:
If code not run, please open this content with Internet Explorer / Opera ; Thanks you
| Users' Comments (0) |
|
No comment posted






