Results 1 to 4 of 4

Thread: Help Aligning pic and scrolling text

  1. #1
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help Aligning pic and scrolling text

    Need help please with Cross Browser Marquee II. I am new to all this.

    http://www.dynamic%20drive.com/dynam.../cmarquee2.htm

    I have a picture to the left and I want the scroll bar to the right aligned to the top of the pic. Can someone please help with the code. Sorry if this question is stupid.
    Thanks

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I need to see the page:

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.rankmonster.com/ladders/index.rmp?lid=25 Sorry for the delay in posting the url .. busy weekend.

    Thanks for any help you can give me.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I don't see a scroll bar. To move the scroller up or down on the page, set a top value here:

    #marqueecontainer{
    position: center;
    width: 200px; /*marquee width */
    height: 270px; /*marquee height */
    background-color:<body background="http://i24.photobucket.com/albums/c22/Nancy445/Homefireburgundy.jpg";
    overflow: hidden;
    border: ;
    padding: 2px;
    padding-left: 40px;
    top=5px;
    }

    It can be positive or negative, the higher the value, the farther down the page it will be.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •