I use both IE6 and FireFox and with IE my forum user info header exceeds the right side boundary. I have narrowed it down to the cause, but am not sure why it does not work. In the index.template.php of my theme, this section is not doing it's job:
Code:
// Because of the way width/padding are calculated, we have to tell Internet Explorer 4 and 5 that the content should be 100% wide. (or else it will assume about 108%!) echo ' <div id="headerarea" style="padding: 12px 30px 4px 30px; width: 100%', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' width: 100%;' : '', '">';
If I manually edit it to add "width: 100%;" then it works great with IE but causes the same problem to FireFox. It just seems that it should do it for IE6 as well. Could this be caused by not having a fully XHTML compliant template in either SMF or Mambo that then kicks IE6 out of compliance mode?
None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved. TERMS OF USE