I am working on creating a unique table layout for a web page that resembles the design linked below:
Click here to view the image http://kelostrada.pl/upload/test.png
Your assistance in achieving this would be greatly appreciated.
Currently, I have implemented a solution that functions properly in Firefox. However, in Chrome and Internet Explorer, the entire table shifts down:
<div style="width: 1000px;">
<img src="magnifier.png" style="z-index: 10; border-width: 0px; width: 200px; top: 30px; right: 30px; position: relative; float: right;" />
<table style="width: 100%; border-color: #6788bb; border-style: solid; border-width: 1pt; border-spacing: 0; border-collapse: collapse;">
<tbody>
<tr style="background-color: #6788bb;">
<td style="padding: 40px; color: #FFFFFF; font-family: calibri; font-size: 18pt;">Interview of the Month
</td>
</tr>
<tr style="background-color: white;">
<td style="padding: 20px;">
<div style="width: 200px; height: 100px; float: right"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris dictum urna justo, in mattis libero hendrerit sit amet. Nullam ac ultricies felis. Proin pulvinar nulla sapien, in molestie augue pharetra vel. Nam et elit quam. Donec non erat lobortis, ornare ligula a, blandit nisl. Vivamus ut pulvinar tortor, eget scelerisque sem. Quisque faucibus rutrum neque, at dapibus enim feugiat id.</p>
<p>
Morbi vel justo ultrices, fermentum lectus eget, condimentum arcu. Nullam commodo, neque eget fringilla fringilla, purus velit pretium nulla, vel bibendum augue enim ut lorem. Vivamus feugiat augue lorem, tempus pharetra sapien blandit id. Vivamus orci neque, laoreet vitae convallis id, malesuada et sem. Vestibulum tincidunt in mi eu ultrices. Praesent quis purus mattis, facilisis elit a, congue sapien. Nullam arcu nisi, sagittis eget nisi sed, posuere tempor odio. Aliquam vitae lorem nunc. Fusce ante libero, aliquam vel sollicitudin quis, pellentesque at mauris. Suspendisse quis arcu at odio gravida porttitor et at felis.
</p>
</td>
</tr>
</tbody>
</table>
</div>
If you have any ideas on how I can achieve the desired outcome without encountering these issues, please feel free to share them.
To test how the webpage behaves in your browser, you can access it using the following link: