PDA

View Full Version : lightbox needs tweaking


marlinspike
Jun-06-2006, 05:34 AM
If you've scrolled down to see the entire image (as I have to do on my site...I need to make my header shorter), then click lightbox, you don't see the entire image, and you can't scroll up because lightbox is on top of everything.
Try it here and see http://davidson.smugmug.com/gallery/1532016
So, something needs to be tweaked.
Richard

Mike Lane
Jun-06-2006, 08:02 AM
If you've scrolled down to see the entire image (as I have to do on my site...I need to make my header shorter), then click lightbox, you don't see the entire image, and you can't scroll up because lightbox is on top of everything.
Try it here and see http://davidson.smugmug.com/gallery/1532016
So, something needs to be tweaked.
Richard

Looks to me like you've got some oddness going on (at least in IE7 anyhow). I see 2 scroll bars on the right which tells me that you've got an extra overflow:auto on some element that you don't need (maybe the body tag?) Anyhow, I can't replicate your problem on IE7. Also I can't properly diagnose it (easily) since I don't have firefox/webdev right now.

bwg
Jun-06-2006, 08:05 AM
everything looks fine to me in firefox. not sure what you are describing.

Andy
Jun-06-2006, 12:00 PM
everything looks fine to me in firefox. not sure what you are describing.
That makes 3 of us :dunno

marlinspike
Jun-06-2006, 03:06 PM
Well, I see it in IE6, and most of the planet still uses that so I would hope it would work with IE6.

Andy
Jun-06-2006, 06:16 PM
Fixed.

Mike Lane
Jun-06-2006, 07:09 PM
what'd ja do eh?

Andy
Jun-06-2006, 07:11 PM
what'd ja do eh?
Took out that position static thing.

Mike Lane
Jun-06-2006, 07:24 PM
Which means it now has crazy jumpies. There's got to be a way to fix that IE6 suckage. I'll look into it.

marlinspike
Jun-06-2006, 07:58 PM
What crazy jumpies?

Mike Lane
Jun-06-2006, 10:20 PM
Make your browser narrow (like 800px wide or so) and then view the lightbox in IE6. Then hover your mouse over the lightbox image. That's crazy jumpies.

marlinspike
Jun-07-2006, 09:40 AM
Where's JT when you need him :rofl

flyingdutchie
Jun-07-2006, 02:15 PM
Where's JT when you need him :rofl

I have a fix for this issue: I kept the position:static and the scrolling-problem does not appear.
The fix involves JavaScript though. I've posted about this a couple of times in other threads. I asked that this fix could be incorporated in the javascript of Smugmug, but i have not had an answer yet.

See post #13 and #21 in this thread about problem:
http://www.dgrin.com/showthread.php?t=34287

See post #4 in this thread for the JavaScript fix:
http://www.dgrin.com/showthread.php?t=33987

Update:
I reported this bug in the bug-thread.

marlinspike
Jun-08-2006, 09:28 AM
I have a fix for this issue:

Too complicated for me...I'm just going to do some searching in the forums and see what needs to be done to disable lightbox. IIRC it was pretty simple.