Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

marquee in panel

Asked Modified Viewed 3,388 times
N
Nowroozi
N
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Newbie

hi
what is problem in this code . i can't move text in panel by marquee .


openside("name");
echo "
<p alain='center'>
<marquee direction='left' scrollamount='2' scrolldelay='1' behavior='scroll' width='%100' >
  Wellcome to my site
</marquee><br>";
closeside();
0 replies

7 posts

B
BloodySpeed
B
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Shouldn't it be:
<p align='center'>
? And i don't remember, if it needs </p> ...
0 replies
N
Nowroozi
N
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Newbie

i wonder .!?
i use this code with up direction and it work . but with direction left or right it dont work .

openside("name");
echo "
<p align='left'>
<marquee behavior='scroll'  align='top' direction='up' width='620' height='60' scrollamount='4' scrolldelay='1' >
Wellcome to my site   
</marquee></p><br>
";
closeside();


what 's the bug .:o
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Don't know really. This shuld work just fine (maybe lower the scrollamount to 1, but that's not issue here).
0 replies
D
Daemon-X
D
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

You can try this way. It worked for me and i think it works for you too.

openside("name");
echo "
<marquee Behavior='scroll' Direction='left' ScrollDelay='100' width='100%' onmouseover='this.stop()' onmouseout='this.start()'>
<span>Wellcome to my site</span>
</marquee>";
closeside();


---
Edited by Daemon-X on 31-08-2006 20:09,
0 replies
N
Nowroozi
N
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Newbie

thanks a lot .
it work .
0 replies
Q
Quartzkyte
Q
www.php-fusion.co.uk/../../images/smiley/cool.gif

Mike
---------------------------------------
Quartzkyte, admin @ French N.S.S.
  • Senior Member, joined since
  • Contributed 404 posts on the community forums.
  • Started 40 threads in the forums
answered
Senior Member

Won't validate W3C (marquee) for your information...
0 replies
P
Puma
P
Puma 10
RESISTANCE IS FUTILE EARTHLINGS !!!
  • Member, joined since
  • Contributed 142 posts on the community forums.
  • Started 22 threads in the forums
answered
Member

Could i also include an existing webpage this way en set the height and width please?

I tried

openside("name");
echo "
<marquee Behavior='scroll' Direction='up' ScrollDelay='100' width='100%' onmouseover='this.stop()' onmouseout='this.start()'>
<iframe>http://www.pumake.be/welkomstekst2.htm</iframe>
</marquee>";
closeside();


but doesnt seem to work..
Edited by Puma on 01-09-2006 02:09,
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

N
N
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
Q
Q
www.php-fusion.co.uk/../../images/smiley/cool.gif

Mike
---------------------------------------
Quartzkyte, admin @ French N.S.S.
  • Senior Member, joined since
  • Contributed 404 posts on the community forums.
  • Started 40 threads in the forums
B
B
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
D
D
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
S
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
P
P
Puma 10
RESISTANCE IS FUTILE EARTHLINGS !!!
  • Member, joined since
  • Contributed 142 posts on the community forums.
  • Started 22 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet