Wed, 2010-03-10 20:44
Hello all,
I have a compatibility issue with 3 of the majors browsers and i'm looking for help.
I stipped my webpage to the simplest example of what i'm trying to do and it looks like this
<html> <head> <style type="text/css"> .div1 { width:100%; height:100%; border : 1px solid red; } .class1 { width:100px; height:100px; border:1px solid blue; } </style> </head> <body> <table class="class1"> <tr> <td> <div class="div1"></div> </td> </tr> </table> </body> </html>
As you will see in the attached picture, the result of this page is different in all 3 browser. I'm looking for a result similar to IE in firefox and chrome but i can't seem to find a way.
Could someone point out to me my obvious rookie mistake please 
thanks a lot
