View Single Post
  #7 (permalink)  
Old 08-02-06, 04:16 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
The page works fine in IE and Opera. I noticed a problem in FF where the left table moves when you click on the right one.
This comes down to a problem with the <div> elements not having the correct widths.
It's easy to see if you have the Dev Toolbar in FF and outline all Absolutely positioned elements.

I corrected this by setting style.width to "" (which forces a recalculation of it) on the divs. Then the container divs shrank to the correct size.
I'm not sure if this problem is a side effect of some other error (it doesn't pass the W3C Validator), or what. I doubt it is a problem with the actual script since all the examples on http://www.walterzorn.com work in FF.
__________________
[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.

Last edited by TwoD; 08-02-06 at 04:19 PM.
Reply With Quote