PDA

View Full Version : [SOLVED] Chrome and Firefox fail. IE9 works 100%



bcz
October 17th, 2011, 09:21 AM
Joking of course, but this link shows a problem. For source see page source in a browser.

http://mips-erp.com/bug/bug1.php


Click to hide all three panes. Then click to show all three panes. IE9 works correctly.

Maybe I should use divs, rather than a table, but I found divs were not doing what I wanted.

Rgds Bill

ve4cib
October 17th, 2011, 09:24 AM
Try adding "float: left;" to the CSS for each panel. I tried that in Firebug (FF7) and that seemed to do the trick.

bcz
October 17th, 2011, 11:01 AM
All 3 browsers work with CSS

td.panel {float: left;}

Solved by following up on reply received within 5 minutes of posting on this forum.

Thanks again