PDA

View Full Version : [vB] Minor Skin Update: quote bubble in IE


CustomerService
01-15-2008, 07:06 AM
Issue: the triangle attribution graphic thinger of the quote bubble in the postbit was showing as having a few pixels cut off in IE6 and IE7

Resolution: Added IE conditional with some extra padding to quote CSS

Manual Fix: add the lines below to the very bottom of the headinclude template.

<!--[if IE]>
<style type="text/css">
.quoting {
padding-top:5px;
}
</style>
<![endif]-->