+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: coded Horizontal News scroller help....

  1. #1
    rufussweetwater's Avatar
    rufussweetwater is offline x10Hosting Member rufussweetwater is an unknown quantity at this point
    Join Date
    May 2009
    Location
    IN, USA
    Posts
    56

    Question coded Horizontal News scroller help....

    i have been searching for months trying to find a good horizontal news/text scroller coded with any kind of code i could find, javascript, actionscript, php, html, what have you. so now i come to this forum for help. i would really like it if someone could create, find, or link me a good horizontal news/text scroller Please.

    :hahano: Don't Laugh, I'm not a hard gamer... :hahano:

    ................I Know................
    :wavey: $====> CYK Studios <====$ :lockd:
    Movies, Games, Reviews, & More...

  2. #2
    zapzack is offline x10 Elder zapzack is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    606

    Re: coded Horizontal News scroller help....

    erm.. try <marquee> </marquee>

  3. #3
    sourfacedcyclop's Avatar
    sourfacedcyclop is offline x10 Sophmore sourfacedcyclop is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    221

    Re: coded Horizontal News scroller help....

    the marquee tags are depreciated, so I would avoid using them.

    This site may be of some help.
    http://www.latenight-coding.com/moot...qscroller.html
    "Sanity is nothing but our interpretation of reality"

    http://tswebvisions.com - Portfolio

  4. #4
    rufussweetwater's Avatar
    rufussweetwater is offline x10Hosting Member rufussweetwater is an unknown quantity at this point
    Join Date
    May 2009
    Location
    IN, USA
    Posts
    56

    Re: coded Horizontal News scroller help....

    thanks, ill check it out right now...

    :hahano: Don't Laugh, I'm not a hard gamer... :hahano:

    ................I Know................
    :wavey: $====> CYK Studios <====$ :lockd:
    Movies, Games, Reviews, & More...

  5. #5
    ecks919 is offline x10Hosting Member ecks919 is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    4

    Re: coded Horizontal News scroller help....

    Here is an interesting one that works for text and images, and will change scrolling based on where you place your mouse: http://www.dynamicdrive.com/dynamici...wler/index.htm

    Dynamic drive usually has a few cool ones you can check out. That's just one of a long list. The instructions are pretty good too.

  6. #6
    rufussweetwater's Avatar
    rufussweetwater is offline x10Hosting Member rufussweetwater is an unknown quantity at this point
    Join Date
    May 2009
    Location
    IN, USA
    Posts
    56

    Re: coded Horizontal News scroller help....

    I just ended up using the <marquee>...</marquee> tags cause it was the easiest and I didn't have to worry about the BGcolor and I just had to apply a span class to get my text format right. so I'm good for now.

    Although i would like to know this; say i have a link in my scrolling marquee, how do i change the color of that link to look like the rest of the text and only have an underline signifying that its a link?

    :hahano: Don't Laugh, I'm not a hard gamer... :hahano:

    ................I Know................
    :wavey: $====> CYK Studios <====$ :lockd:
    Movies, Games, Reviews, & More...

  7. #7
    zapzack is offline x10 Elder zapzack is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    606

    Re: coded Horizontal News scroller help....

    Just use CSS to do it..

  8. #8
    sourfacedcyclop's Avatar
    sourfacedcyclop is offline x10 Sophmore sourfacedcyclop is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    221

    Re: coded Horizontal News scroller help....

    Quote Originally Posted by rufussweetwater View Post
    I just ended up using the <marquee>...</marquee> tags cause it was the easiest and I didn't have to worry about the BGcolor and I just had to apply a span class to get my text format right. so I'm good for now.

    Although i would like to know this; say i have a link in my scrolling marquee, how do i change the color of that link to look like the rest of the text and only have an underline signifying that its a link?
    Try somthing like this for the html

    Code:
    <a class="scrolllink" href="whereever.html"> Link Text </a>
    and this for the css

    Code:
    a.scrolllink {
    font-size:whatever;
    font-color:whatever;
    text-decoration:underline;
    }
    BTW, you should know that the marquee tags are no longer considered valid, so you may find yourself with browser problems with it.
    Last edited by sourfacedcyclop; 07-22-2009 at 01:10 PM.
    "Sanity is nothing but our interpretation of reality"

    http://tswebvisions.com - Portfolio

  9. #9
    rufussweetwater's Avatar
    rufussweetwater is offline x10Hosting Member rufussweetwater is an unknown quantity at this point
    Join Date
    May 2009
    Location
    IN, USA
    Posts
    56

    Re: coded Horizontal News scroller help....

    well i really dont mean to be rude or snoody, far from it really, but i am now currently testing all the recently used web browsers [Internet explorer, mozilla firefox, safari, opera, maxthon, and google chrome] and the marquee works [so far] on all of them.

    but i will copy and paste your instructions just in case something goes wrong with the marquee tags...

    :hahano: Don't Laugh, I'm not a hard gamer... :hahano:

    ................I Know................
    :wavey: $====> CYK Studios <====$ :lockd:
    Movies, Games, Reviews, & More...

  10. #10
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: coded Horizontal News scroller help....

    From the original "Top Ten Mistakes in Web Design", way back in 1996:
    3. Scrolling Text, Marquees, and Constantly Running Animations

    Never include page elements that move incessantly. Moving images have an overpowering effect on the human peripheral vision. A web page should not emulate Times Square in New York City in its constant attack on the human senses: give your user some peace and quiet to actually read the text!
    Of course, <BLINK> is simply evil. Enough said.
    Personally, I find that marquees usually don't move fast enough. We've got these wonderful rectus and oblique muscles that let us move our eyes, so text can stand still. A news box is a more usable design than a news ticker.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 19
    Last Post: 06-14-2009, 10:11 PM
  2. CuteNews News Installation
    By WoWChat in forum The Marketplace
    Replies: 0
    Last Post: 10-16-2007, 05:12 PM
  3. Need photoshop coded layout re coded
    By SEŅOR in forum The Marketplace
    Replies: 8
    Last Post: 08-29-2006, 10:13 PM
  4. Hiring PHP Coder, and Template Designer($$)
    By Arucard98 in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 02-06-2006, 02:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers