Hello to all,

I am trying to create a layout for the site and I run into the following 
problem:

I want to use div (or other elements) to create the same effect as using 
this table structure:

<table>
    <tr>
      <td width="50%"> Something </td>
      <td width="50%"> Something else</td>
   </tr>
   <tr>
     <td colspan="2"> Large box </td>
   </tr>
</table>

I have tried to use to floating divs, one to the left and one to the 
right both with width 50%, and a static div. While this look OK on IE, 
is messed up on Mozzilla :(

Do you have any suggestions?

Also do you know on an example of "display: inline-block" I was expecing 
that 2 inline-block divs with a width of 50% will solve my problem... 
but it didnt. The width is simply ignored.

Thank you all :)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to