Results 1 to 2 of 2

Thread: Cross Browser Marquee II

  1. #1
    Join Date
    Apr 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cross Browser Marquee II

    http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm

    I'm using Visual Web Developer with a master.page and I'm desperately trying to place the Cross Browser Marquee II in a table on a contentplaceholder page default.aspx without much success. Is there anyone out there can help

  2. #2
    Join Date
    Apr 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Just to follow up

    The problem now is that although I have a font size of 12px and padding of 4px as you can see on the web site it is not responding to my code.

    Here is my site and code;
    http://www.biomagscience.org/
    #marqueecontainer{
    position: absolute;
    font-size 12px;
    width: 272px; /*marquee width */
    height: 359px; /*marquee height */
    background-color: white;
    overflow: hidden;
    border: 2px solid black;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    }

Bookmarks

Posting Permissions

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