|
-
Mar 15th, 2006, 12:40 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] scrolling
Hi,
I searched for a "scrolling background" but could not find any so I
had a brilliant idea as to use "a marquee" instead...But ....please tell me that it is possible to
use a marquee inside a function...If you do I will be able to do lots of things...
any help...
PHP Code:
<html>
<head>
<script>
<function run()
{
document.getElementById("aaa").innerHTML='<marquee direction=left scrollamount=8><img src="res1.gif"></marquee>';
}
</script>
</head>
<body onload="run()" bgcolor="pink">
<div id="aaa"></div>
</body>
</html>
-
Mar 15th, 2006, 05:51 PM
#2
Re: scrolling
Marquee is non standard, so you have no guarantee it will work in any browser in the future.
You already have one thread on this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|