Keyword

close button/instructions far below image (i.e. off the screen at the bottom)

  • swichman
  • swichman's Avatar Topic Author
  • Offline
  • New Member
More
16 years 6 months ago #8078 by swichman
When I first downloaded and installed SIG (10/20/2007), it worked great. However, in FF 2.0 and IE 7.0, when I clicked on an image to enlarge it, the box with the CLOSE button and instructions was far below the larger image. I knew it was supposed to be right below it.

After some investigation and playing with css, I fixed it by moving some of the #lbBottom styles to the #lbBottomContainer.

Here's the original two lines in mambots/content/plugin_jw_sig/sig.css:
#lbCenter, #lbBottom {
background-color:#FFFFFF;
left:50%;
overflow:hidden;
position:absolute;
}
#lbOverlay, #lbCenter, #lbBottom, #lbPrevLink, #lbNextLink {
z-index:999;
}

Here's my changes to just the two lines shown above:
#lbCenter, #lbBottomContainer {
background-color:#FFFFFF;
left:50%;
overflow:hidden;
position:absolute;
}
#lbOverlay, #lbCenter, #lbBottomContainer, #lbPrevLink, #lbNextLink {
z-index:999;
}

I hope that helps someone if they come across the same problems. I haven't investigated what other plugins interfered, or if it was just a typo in this distro of SIG, but there's the fix and I hope it helps.

STEVE

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum