Results 1 to 4 of 4

Thread: Pausing RSS Scroller Not visible with overflow hidden

  1. #1
    Join Date
    Oct 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pausing RSS Scroller Not visible with overflow hidden

    1) Script Title: Pausing RSS Scroller

    2) http://www.dynamicdrive.com/dynamici...ller/index.htm

    3) The RSS feed is positioned correctly on my page, it's just not visible . I can see the feed is I disable the inline overflow:hidden for pscroller1 but of course the list displays outside that div.

    Sorry I can't share a link to my work. Has anyone encountered this?

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    I think we really need to see your page to be able to offer suggestions

    I've used the scroller on quite a few sites and even have one syndicated across 15 or so external websites and have never experienced it being hidden.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. #3
    Join Date
    Oct 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, I figured out a way to host it where you can see it.

    http://dev.fidelissecurity.com/

    Inspect element on the eyes in the blue bar opposite the Threat Geek logo and look in the "tg_feed" div. When I take the overflow hidden away I see the list.

    Thanks

  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

    It has no height. Put this in your stylesheet:

    Code:
    #pscroller1 {height: 100%;}
    - John
    ________________________

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

Similar Threads

  1. Overflow: hidden .... ah, really???
    By suction cup in forum CSS
    Replies: 1
    Last Post: 01-05-2011, 04:14 PM
  2. Replies: 0
    Last Post: 03-05-2010, 08:01 AM
  3. Replies: 0
    Last Post: 06-16-2008, 01:41 AM
  4. Scroll java mouseover <div> visible / hidden ?
    By blurra in forum JavaScript
    Replies: 1
    Last Post: 03-09-2007, 07:21 PM
  5. Overflow hidden not hiding in IE...
    By J Garside in forum CSS
    Replies: 0
    Last Post: 09-05-2006, 02:23 PM

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
  •