PDA

View Full Version : PhotoBar problems in IE


Tomkirk23
Jul-02-2008, 12:04 PM
Hi -

I am trying to clean up an elusive bug in my interface...

When using IE: In SmugMug view, when hovering on the large photo, the PhotoBar pops-up and works just fine.... however the background portion of the photobar is only about half the width it should be. Everything is A-OK in Firefox.

You can see at this link: http://www.kirkpatrick.smugmug.com/gallery/4394645_EDAP2#258056108_bREQg

I don't think I have any CSS or Javascript code that should be affecting this....???

Any thoughts?

Thanks,

Tom Kirkpatrick
kirkpatrick.smugmug.com

Tomkirk23
Jul-05-2008, 08:25 AM
bump... any thoughts on this?

Tom Kirkpatrick
kirkpatrick.smugmug.com

Tomkirk23
Jul-09-2008, 01:23 PM
Hi -

Having downloaded the Microsoft IE Developer toolbar, I figured out a fix to this problem.

Not sure why, but adding the following CSS fixes the problem:

#photoBarBg.right div.first {_left:0px; ~left:0px;}
#photoBarBg.right div.middle {_left:0px; ~left:0px;}
#photoBarBg.right div.last {_left:0px; ~left:0px;}

The value for "left" had been (I guess been defaulting to) "auto"

Thanks,

Tom Kirkpatrick