Results 1 to 4 of 4

Thread: A marquee for my logo
      
   

  1. #1
    leggy80 is offline Corporal
    Join Date
    Jan 2007
    Location
    Korea
    Posts
    17

    Question A marquee for my logo

    Hi,
    I created a logo for my site, and i want the image to marquee across my page like my title does...so how do i get my image to marquee? LOL
    Thanks,
    Leggy

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

    Default Re: A marquee for my logo

    Hi, you can try this. Change the parts in the code below! 51 64 for width & hight of your image.
    And change the url to your own. http://www.collectors-info.com/boymag%20smalestleft.gif
    Then paste into a html box & preview.

    <marquee scrollamount="4" direction="left" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=4"><img width="51" heigth="64" src="http://www.collectors-info.com/boymag%20smalestleft.gif"></marquee>
    Good luck.
    PS. You can have some fun with this one as well. If you leave the scroll amount onMouseover to =0 , when you put the mouse over the image it will stop. If you set this to say 14? Try the preview and put your mouse over the image. See what happens.

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: A marquee for my logo

    Or, follow these steps:

    1. Insert the marquee in your page, using the usual marquee tool of BV.
    2. Insert the image in your page. Resize it (either in the page, or outside the page) so that it fits in the marquee. Right Click on the image, select HTML, and when the code appears, copy it.
    3. Now go back in the marquee, double click it, and in the place of the text, that normally would scroll in the marquee, paste the image code that you have pasted.
    4. Save the page and publish it, WITH the image.
    5. When done, delete the image.
    6. Save and PUBLISH again.

    You can avoid steps 5 and 6, and delete the image already from step 4, but you will need to upload the image on the server using FTP or File Manager.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    leggy80 is offline Corporal
    Join Date
    Jan 2007
    Location
    Korea
    Posts
    17

    Talking Re: A marquee for my logo

    Wow,
    That's great! Thanks for your help! This is so much fun!
    Leggy

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