1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How create a Scrolling logo like Adbrite homepage!

Discussion in 'HTML & Website Design' started by Dollar, Jan 20, 2008.

  1. #1
    On Adbrite.com on the homepage there is scrolling logos.
    How to make this?
     
    Dollar, Jan 20, 2008 IP
  2. dnbox

    dnbox Peon

    Messages:
    108
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    using marquee. example htmlcodetutorial.com/_MARQUEE.html
     
    dnbox, Jan 20, 2008 IP
  3. tushardhoot1

    tushardhoot1 Active Member

    Messages:
    3,013
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    90
    #3
    <marquee><img src=firstimg.gif /><img src=secondimg.gif /></marquee>
    Code (markup):
    You can add as many images as you want, and you can customize speed, size, etc of marquee.
     
    tushardhoot1, Jan 20, 2008 IP
  4. jmdirc

    jmdirc Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    When I first searched for the Marque tag it said it would only work in IE. Nope, I've tested it in Safari, Opera and FireFox and all three/4 work fine. This sure will beat out using javascript. However, don't expect your page to validate, the W3C don't list the tag anywhere I looked.

    But, someone did tell me once that as long as it works who cares - its up to you.

    If I wasn't a stickler for validation, I think I could figure a place to use the marque sooner or later. Have at it.

    Oh, note: it will be coming in CSS3, check this out: http://www.w3.org/TR/css3-box/#marquee
     
    jmdirc, Jan 20, 2008 IP
  5. tushardhoot1

    tushardhoot1 Active Member

    Messages:
    3,013
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    90
    #5
    I've used <marquee> since I started learning HTML, way back when I was 8. Worked great on everything then, still works great now.
     
    tushardhoot1, Jan 20, 2008 IP
  6. kuzuryu

    kuzuryu Guest

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    use flash!!
     
    kuzuryu, Jan 20, 2008 IP
  7. Dollar

    Dollar Active Member

    Messages:
    2,598
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    90
    #7
    I figured it out.
    Just kept looking at adbrite html source and found the .js & .css files for it.
    and got it too work.
     
    Dollar, Jan 20, 2008 IP
  8. tushardhoot1

    tushardhoot1 Active Member

    Messages:
    3,013
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    90
    #8
    It would have been easier with html but I'm glad you got it to work.
     
    tushardhoot1, Jan 21, 2008 IP