Quote:
Originally Posted by parabat
Just as a side.. the scrollbar appears in IE6 & IE7 (without a long posting), but not in Firefox.
-PB
|
I noticed the horizontal scroll initially in IE6, it was on all the time.
I made an edit in forumhome_vbshout template to chang the table width to 95% as per the original hack which seems to have fixed it.
Code:
Shouts.innerHTML = '<table cellpadding="1" cellspacing="0" border="0" width="95%" align="left">' + formatMe + '</table>'
seems to be working in IE6 and IE7. Haven't tested Firefox yet...