Closed (works as designed)
Project:
Thickbox
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2007 at 19:27 UTC
Updated:
7 May 2007 at 11:43 UTC
#TB_iframeContent{
clear: both;
border: none;
margin-bottom: -1px;
margin-top: 1px;
-margin-bottom: 1px;
}
should be (i think)
#TB_iframeContent{
clear: both;
border: none;
margin-bottom: -1px;
margin-top: 1px;
margin-bottom: 1px;
}
check it with firebug to see the error
Comments
Comment #1
frjo commentedIt's not a hyphen but a underscore like this:
The underscore is a common IE 6 hack.
Comment #2
ica commentederrr.. problem is when you check a Drupal site on a mac Firefox or Flock Firebug and webdev extensions for debugging it gives error, so it seems a hack for IE gives error on the other browsers.
check a site with thickbox installed on mac firefox or flock with firebug to dublicate the error
Comment #3
frjo commentedYes, it doesn't validate so it's not a pretty solution but it does work. I prefer the "* html" hack myself or the best thing, give IE a special CSS file via conditional comments.
I'm hesitant to start hacking away at the Thickbox files, I want to keep them as original as possible to make it easy to update in the future.
The Thickbox developers might be interested in your input, http://jquery.com/demo/thickbox/.