# Table size dun match in ie and firefox

**URL:** https://forum.kirupa.com/t/table-size-dun-match-in-ie-and-firefox/208395
**Category:** Uncategorized
**Created:** [November 28, 2006, 9:31am UTC](https://forum.kirupa.com/t/table-size-dun-match-in-ie-and-firefox/208395 "2006-11-28T09:31:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mistdreamz](https://avatars.discourse-cdn.com/v4/letter/m/a8b319/32.png) [@mistdreamz](https://forum.kirupa.com/u/mistdreamz)
#### Post date: [November 28, 2006, 9:31am UTC](https://forum.kirupa.com/t/table-size-dun-match-in-ie-and-firefox/208395/1 "2006-11-28T09:31:52Z")

</div>

hi i have a table alignment problem as it works well with firefox but not my ie

the table height displays correctly in firefox as u can see from the attachement

heres the table source code

```html

<table id="borderTable" width="155px" height="300px">
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';">
What's New</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';"><blockquote>
  Promotions
</blockquote>
</td>
</tr>
<tr>

<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';">
The Story of Louise</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';">
The Choices</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';"><blockquote>
For Fun
</blockquote>
</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';"><blockquote>

At Work
</blockquote>
</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';"><blockquote>
Get Active
</blockquote>
</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';"><blockquote>
Be Classy
</blockquote>
</td>
</tr>
<tr>

<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';"><p>Accessories</p>
</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';">
Our Shop
</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';">
Feedback
</td>
</tr>
<tr>
<td class="col1" onmouseover="this.className='col2';" onmouseout="this.className='col1';">
Career with us

</td>
</tr>
</table>

```

any way to solve this problem instead of converting the navigation to a jpeg?

thanks
