Problem of display

13 posts by 2 authors in: Forums > CMS Builder
Last Post: May 8, 2008   (RSS)

By Djulia - May 8, 2008 - edited: May 8, 2008

Dave > That the field editor box is too low on the screen?
Yes, precisely.

I found this document:
http://www.stilbuero.de/2006/11/06/a-smoother-thickbox-with-less-code/

The example (smoother.gif) functions perfectly on my browser (IE7).

But the solution suggested is for an old version of ThickBox. [:(]

If you have an idea ?

Thanks,


http://jamazon.co.uk/web/2008/03/17/thickbox-31-ie7-positioning-bug/
http://wordpress.org/support/topic/170320


Djulia
Attachments:

smoother.gif 150K

By Djulia - May 8, 2008 - edited: May 8, 2008

I have just applied the solution proposed by Voddie (IE7 Hack), and that functions perfectly. [:)]

http://wordpress.org/support/topic/170320#post-741719

Hope it helps other users if need be.

Djulia


Around line 60, change allthe below

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}

To this (cut'n'paste it all) and the orginal one will still be there but highlighted out for reference.


#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
bottom:10%;
left:50%;
}

Attachments:

ie7-hack.gif 22K

Re: [Djulia] Problem of display

By Dave - May 8, 2008

Djulia,

Thanks! I've applied that to /css/thickbox.css for CMS Builder v1.16 (the next version in development).
Dave Edis - Senior Developer
interactivetools.com