gleb Posted June 24, 2010 Share Posted June 24, 2010 I was having problems with ie8 with the thickbox. It was showing on the bottom of the screen in ie8 and just half of the image. I have 1.3.1 installed. In firefox and all other browsers it was showing in the center. Since I couldn't find any answers on the forums how to fix this, I played around with the css and found a solution. I'm not sure if this is the best way to fix this problem but it works. So I wanted to share this with the community. You have to change thickbox.css in the root/css folder.Change this: #TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; Into this: #TB_window { position:fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; bottom:6%; left:50%; Link to comment Share on other sites More sharing options...
dominik Posted June 28, 2010 Share Posted June 28, 2010 Thanks,this is a very fast and good solution! Link to comment Share on other sites More sharing options...
Medicina33 Posted September 26, 2010 Share Posted September 26, 2010 This works only with IE8 but screws up Firefox and Co.The definitive fix is this one: http://www.prestashop.com/forums/viewthread/18532/discusin_general/problemas_lightbox__thickbox_con_iexplorer_8 Link to comment Share on other sites More sharing options...
vic1 Posted April 19, 2011 Share Posted April 19, 2011 Thanx a lot Gleb!Для всех перевожу, тк сам искал долго этот пост! Все гениальное просто - убрать top и вписать bottom!Как отцентрировать картинку, при просмотре товара, в IE8. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now