Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Marquee


15 replies to this topic

#11 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 12 February 2008 - 02:24 PM

two differnt marquee from different direction stop at the same time when mouse on first or second marquees
Marquee

By using marquees one marquee direction is from right to left and second marquee direction from left to right...I want when I mouse on first marquee it will stop and at the same time second marquee also stop and also when I mouse on second marquee it will stop and at the same time first marquee also stop

-question by nishit

#12 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 13 February 2008 - 05:46 PM

Gratitude
Marquee

Just want to thank you for the time and effort you put into this page. For us "amatuers" it is a great help and building block. Thank you.

-feedback by Shipless

#13 ultraviolet_66

    Newbie

  • Kontributors
  • Pip
  • 3 posts

Posted 22 February 2008 - 11:16 AM

never seen a marquee like that and thnx....

#14 ashxu

    Newbie [Level 1]

  • Kontributors
  • Pip
  • 18 posts
  • Gender:Male
  • Location:Nintown

Posted 18 May 2008 - 12:49 AM

Yeah, i use Marquee on my website. It's pretty useful for announcments.

#15 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 21 July 2008 - 01:54 PM

scrolling marquee
Marquee

Fantastic!! I agree with ultraviolet.



Is there any way I could let my visitors scroll to the left and right? maybe theres an onmouseover function that does more than just stop and start? I appreciate it.



-reply by jentino

#16 Guest_NY_*

  • Guests

Posted 13 May 2011 - 10:37 PM

View PostFaLgoR, on 10 April 2005 - 09:04 PM, said:

Thee HTML tag <marquee> is used to make an text move on html pages. It's very simple, you will need only one line of html, but it's really cool and very usefull :)
Here we go.

<marquee behavior="scroll">Text here</marquee>

The code above will make the text move from the left side to the right side of the page. Behavior is what the text will do. It can be scroll to make the text scroll from the left side to the right side, alternate make thetext do the same thing, but instead of the text get hide when it is on the limit of the page, it will go back to the left side, and when it is on the limit of the left side, it will go to the right side... Let's make another marquee style:

<marquee behavior="scroll" direction="up">Your<br>Text<br>Here</marquee>

With the code above, the text will move from the bottom to the top. Cool, huh? :ph34r:
I'll show you something you can do with this code. Make an simple table in html:

<table border="1">
<tr>
<td>My other sites</td>
</tr>
<tr>
<td>
<marquee behavior="scroll" direction="up" OnMouseOver="this.stop()" OnMouseOut="this.start()">
<a href="http://mysite.com"><img src="button.jpg" width="88" height="33"></a><br>
<a href="http://mysite.com"><img src="button.jpg" width="88" height="33"></a><br>
<a href="http://mysite.com"><img src="button.jpg" width="88" height="33"></a><br>
</marquee>
</td>
</tr>
</table>

Its one of my favourites html effects. In the code above, you will show an table with your other sites or allied sites. The 88x33 buttons will go up, and, when someone try to click them, the text will stop moving, and the visitor will easilly click the button. When (s)he move the cursor out the table, it will start moving again. I just love this effect =D
Here is an example: http://falgor.trap17.com/xgames

The site is in portuguese, but it doesn't matter. Look at the right side, you will see a table with 3 buttons moving up, when you put the cursor on it, it will stop :)

Hope you liked it as I liked to write it :D

By FaLgoR


I CAN'T SAY HOW HAPPY I AM TO SEE THIS. I HAVE BEEN LOOKING FOR WAYS AND HOW TO DO THIS FOR MONTHS NOW. THANK YOU THANK YOU THANK YOU....




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users