Rounded Corners: FireFox vs. IE



I know the rounded corners question has been solved many times, but I
am working with some HTML that is already in place and needs some
fixing. The problem is that it renders fine in FireFox but IE refuses
to play nicely. Here is the code - the background colors are only
there to show the table data entries (they will all end up being
white). It seems as though the height of the row is too high, but no
matter how I change it, it won't go. If you open it in FireFox, it
looks perfect. Any ideas as to what I need to do to make IE render
this properly? Thanks.

The corner images can be obtained at http://clicksellgo.com/suppliers/suppliers.
They are the top left and right corners of the white table in the
middle of the page.

<html>
<head>
<title>Test</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="760" align="center">
<tr>
<td bgcolor="#ff00ff">
<img src="top_left.png">
</td>
<td width="740" bgcolor="#00ffff">
</td>
<td bgcolor="#ff00ff">
<img src="top_right.png">
</td>
</tr>
</table>
</body>
</html>

.



Relevant Pages

  • Re: Div rendering
    ... In IE it renders like 3 images in one row where as in Firefox it renders 3 images in 3 seperate lines.... ... browser to adjusts the rows and columns automatically...IE does it for me automatically but firefox not....Is the HTML syntax correct... ...
    (microsoft.public.scripting.jscript)
  • Re: Rounded Corners: FireFox vs. IE
    ... fixing. ... The problem is that it renders fine in FireFox but IE refuses ... Half lies are worth twice as much as whole lies. ...
    (alt.html)
  • Re: Div rendering
    ... In IE it renders like 3 images in one row where as in Firefox it renders ... Firefox gets it right, IE gets it wrong. ... Producing valid HTML would be a start. ...
    (microsoft.public.scripting.jscript)
  • Re: CSS
    ... following HTML works fine in Firefox, but renders very ugly in IE. IE ... but seem to have trouble correctly rendering the height: auto on the leftside bar if the screen height is changed. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Div rendering
    ... In IE it renders like 3 images in one row where as in Firefox it renders 3 ... automatically but firefox not....Is the HTML syntax correct... ...
    (microsoft.public.scripting.jscript)