Text not showing in IE7
I have 2 div's of text on my website and in IE7 they aren't showing up. The div's are called #cboxlink and #cboxname
In the attached image, you can see the top half of the picture is IE7 and the bottom half is Chrome to see what I mean.
If you go to http://www.directiongroup.com/#work- (on the 'Our Work' part) and click a por开发者_如何学运维tfolio item - this is where it is. The portfolio is using jQuery jquery.colorbox.js
Why would 2 simple bits of text not appear in IE? Where in my CSS or jQuery could this problem be?
Would love some help as I don't really know much about jQuery, many thanks.
In IE the computed display property is set to none, but in FF it's block. Try adding a rule to force display:block;
精彩评论