Results 1 to 7 of 7

Thread: Scroller not in Frame...please help
      
   

  1. #1
    Aminiasi is offline Sergeant
    Join Date
    Jun 2008
    Posts
    23

    Default Scroller not in Frame...please help

    Hi guys,

    Am trying to get my scrolling news section into a frame and for some reason am not doing it right. My site is http://www.tickasports.com.au/mainpage.html.

    Any help would be highly appreciated. Thank you and kind regards,

    Aminiasi

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Scroller not in Frame...please help

    Hi, could you not use the BV Marquee facility? As this can be re-sized to fit any space by using the blue handles on the outside of the marquee box.
    It hasn't got a start stop mouse over, but this can be added.

  3. #3
    Aminiasi is offline Sergeant
    Join Date
    Jun 2008
    Posts
    23

    Default Re: Scroller not in Frame...please help

    Hi Chris,

    Mate, Can you point me in the right direction as I am very very new to this programming thing but have got a creative head. Its a shame though.

    I'll start reading and re read about how to try this with the marquee that BV have got.

    Thank you for responding to my post. Very much appreciated. Kind regards,

    Aminiasi

  4. #4
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Default Re: Scroller not in Frame...please help

    You will find a scroller that "pauses" and allows you to use hyperlinks in the scrlled text here > http://www.dynamicdrive.com/dynamici...mikescroll.htm

    .... and one that pauses/stops text on mouseover here > http://www.dynamicdrive.com/dynamici...ller/index.htm

    ... and quite a few others to choose from here > http://www.dynamicdrive.com/dynamicindex2/index.html


    Very simple to install on a BV-created webpage: you do this by COPY/PASTE the script in a "HTML Box" and adding the small Tag Script where indicated. Just do it by the numbers...
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  5. #5
    Aminiasi is offline Sergeant
    Join Date
    Jun 2008
    Posts
    23

    Thumbs up Re: Scroller not in Frame...please help

    Hi guys
    Thank you for your response on my postings. I have taken Chris advise in using the marquee via BV. Have done the scrolling thing, will try and work on the mouse-over-pause with link thing next. Once again thank you Vasili and Chris and everyone in here. Anymore help would be very much appreciated with "Ticka".

    Am just excited about creating a site.

    Go you good thing!!!!

    Aminiasi......
    I would always say "The difference between a dream and a goal, are the written words".

  6. #6
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Scroller not in Frame...please help

    Hi, if you want to add a stop start on mouse over to your marquee?
    Make your marquee as you want & then right click on your marquee & select HTML & then select inside tag. Paste the code below in this area & press ok. You should now have the start stop mouse effect.
    Notice that there are two numbers in the code "0" & "3". The "0" means stop & the "3" means the speed. Set the 3 to the same as you would of set the movement speed (Amount) in the marquee properties area.

    Code:
     onMouseover="this.scrollAmount=0"onMouseout="this.scrollAmount=3"
    Good luck.

  7. #7
    Aminiasi is offline Sergeant
    Join Date
    Jun 2008
    Posts
    23

    Default Re: Scroller not in Frame...please help

    Chris,
    Mate thank you so much for your help. I have done everything that you have iinstructed me to do and its amazing mate. Amazing!!! Have got my front page going will be adding some pictures soon.

    Thank you and kind regards,

    Aminiasi

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49