SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Oct 15, 2007, 03:05 #1
- Join Date
- May 2006
- Posts
- 448
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
Div scrollbars visible through Lightbox on FF Mac
I'm using Lightbox on a site; on Firefox (on Mac only, it's fine on Linux and Windows) I can see the scollbars on a div with overflow when lightbox is overlaid. Any ideas why and how I can fix it?
P.S. It's nothing to do with z-index, I've tried that.
-
Oct 15, 2007, 03:40 #2
- Join Date
- Nov 2005
- Location
- The Netherlands
- Posts
- 808
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Seems to me like it's a Mac OS related issue (in other words; not a browser quirk).
I'm not sure how you can circumvent this problem, but if you're Javascript savvy, maybe you can add a click event to lightbox links that sets the overflow to "hidden" before firing up the Lightbox. (and reverse that process when Lightbox gets closed of course)
-
Oct 15, 2007, 03:42 #3
- Join Date
- May 2006
- Posts
- 448
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
If I don't get any other solution I'll do just that; Lightbox has a start and end function so I can stick a line of code in to toggle the overflow on the div.
Bookmarks