View Single Post
  #9 (permalink)  
Old 08-02-06, 05:30 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
You could add
Code:
document.getElementById('Content1').style.width="";
document.getElementById('Content2').style.width="";
right after
Code:
SET_DHTML("Content2", "Content1");
But that would just be a hack to get it working in FF, and it might break it for other browsers.

I suggest you try the Validator and fix all the issues it reports first, that might fix the cause of the problem and not just the symptoms (hopefully).
__________________
[W3Schools - learn all about the standards.] [QuirksMode - Browser Quirks] [MS's Online Reference Docs] [DOM in Gecko.]
Please pay attention to stickys, announcements and forum rules, thank you.
Please also remember Code Wrappers and [SOLVED] Marking, this helps everyone.
Reply With Quote