Pitch
Forum Replies Created
-
Forum: Plugins
In reply to: IE7 and NextGen Gallery IssueIt works found the fix, its posted here http://wordpress.org/support/topic/170320?replies=12#post-741557
by user voddie, it was a css problem in thickbox.css change this
/* Orginal install css*/#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
#TB_window { /* my IE7 Hack*/
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
bottom:10%;
left:50%;
}phew!!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] IE7 image problem displaying file names…voddie, well done, thanks alot
Forum: Plugins
In reply to: IE7 and NextGen Gallery IssueCould not get this to work. Even admin when thickbox is used to embed media in pages doesn’t work in ie7????? got problems in opera too. image does not load? aren’t plugins tested against multiple browsers? This must be a major issue right, but theres hardley anything about it except for jamazon, who’s patch still doesn’t work. Most likely its jquery prob, got no idea????? grrrrrrrrr
Forum: Plugins
In reply to: IE7 and NextGen Gallery IssueYep having the same problem too. checked the same in safari, ie6, ff works fine, centers the image, but like you say, ie7 loose half at the foot.
I’m not sure if its in the css the problem, if its in the thickbox css or nggallery css, there are ie6 hacks in there, but its strange, cause usually ie7 display more like ff which is good, so this got me worried. will post if i get something through with it.
theres another forum open with this issue i just found, gonna try it out, you can find it here http://jamazon.co.uk/web/2008/03/17/thickbox-31-ie7-positioning-bug/
laterz gonna check it out