I was going to post this in "How Do I?" but it doesn't allow file uploads...
I'm not really sure what's going on with IE here, but as usual it's screwed up while things display properly in Firefox and Safari.
It seems
quoted text follows the rules below (max-height: 400px), but
code doesn't in IE. Quoted text -- and code blocks -- should both follow the same rules, no? Because in IE the code block has scrollbars well before the max-height setting. And shouldn't quoted text and code have separate CSS anyway?
.ubbcode-block
margin: 5px 2em;
background: #FFFFFF;
border: 1px solid #AAAA11;
padding: 0px;
border-spacing: 0px;
.ubbcode-body
margin: 4px;
max-width: 100%;
max-height: 400px;
overflow: auto;
font-size: 10pt;
display: block;
I've tried playing around with this to no avail (I'm no CSS expert), so does anyone have any ideas about why
code wouldn't be following the rules while
quoted text seems to in IE? Any changes I can make here to correct this?
Thanks
