Results 1 to 2 of 2

Thread: Translucent scroller - IE

  1. #1
    Join Date
    Oct 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Translucent scroller - IE

    1) Script Title: Translucent scroller

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...centscroll.htm

    3) Describe problem:
    Works fine using Firefox. When using IE (and I have a very wide screen that I'm looking at) I can see the defined scroller area but the script is disappearing off the right edge. Why? (See at www.cincinnaticc.org )

    Larry@basketbasics.com

  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

    It has to do with the use of centering in the layout. In IE, things often get centered within centered elements if you are not careful. The best approach is to apply the minimum amount of centering to your scroller. If you want its contents centered, use a centered division for each entry. And it might even be necessary to have a:

    HTML Code:
    <div align="left">
    scroller here
    </div>
    around the scroller itself to nullify any higher level elements with centering.
    - 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
  •