Rounded Corners: FireFox vs. IE
Rounded Corners: FireFox vs. IE
am 07.08.2007 00:07:54 von Matt White
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.
Test
Re: Rounded Corners: FireFox vs. IE
am 07.08.2007 00:37:19 von Neredbojias
Well bust mah britches and call me cheeky, on Mon, 06 Aug 2007 22:07:54
GMT Matt White scribed:
> 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.
>
>
>
> Test
>
>
>
> align="center">
>
>
>
> |
>
> |
>
>
> |
>
>
>
>
No doctype. Quirks mode. Quirky behavior.
--
Neredbojias
Half lies are worth twice as much as whole lies.
Re: Rounded Corners: FireFox vs. IE
am 07.08.2007 16:45:23 von Matt White
On Aug 6, 4:37 pm, Neredbojias wrote:
> Well bust mah britches and call me cheeky, on Mon, 06 Aug 2007 22:07:54
> GMT Matt White scribed:
>
>
>
> > 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.
>
> >
> >
> > Test
> >
> >
> >
> > align="center">
> >
> >
> >
> > |
> >
> > |
> >
> >
> > |
> >
> >
> >
> >
>
> No doctype. Quirks mode. Quirky behavior.
>
> --
> Neredbojias
> Half lies are worth twice as much as whole lies.
Thanks Neredbojias. I hate IE.
Re: Rounded Corners: FireFox vs. IE
am 07.08.2007 17:53:13 von Matt White
Ok, I've tried several different DOCTYPEs as documented at
http://msdn2.microsoft.com/en-us/library/ms535242.aspx and IE still
won't work properly. Firefox works fine with all of them. Any ideas as
to why? Thanks.
New HTML:
Test
Re: Rounded Corners: FireFox vs. IE
am 07.08.2007 18:59:50 von Matt White
On Aug 7, 9:53 am, Matt White wrote:
> Ok, I've tried several different DOCTYPEs as documented athttp://msdn2.microsoft.com/en-us/library/ms535242.aspxand IE still
> won't work properly. Firefox works fine with all of them. Any ideas as
> to why? Thanks.
>
> New HTML:
>
>
>
>
> Test
>
>
>
>
>
>
>
> |
>
> |
>
>
> |
>
>
>
>
Ok, I got it. In case anyone runs into this silly IE only problem, it
treats the extra whitespace on either side of the img tag as literal
and thinks that you've entered text into the table, so it puts that
into the cell. Retarded. Basically, you have to have |
for it to work right.
Re: Rounded Corners: FireFox vs. IEam 07.08.2007 22:20:16 von Neredbojias
Well bust mah britches and call me cheeky, on Tue, 07 Aug 2007 16:59:50
GMT Matt White scribed:
> On Aug 7, 9:53 am, Matt White wrote:
>> Ok, I've tried several different DOCTYPEs as documented
>> athttp://msdn2.microsoft.com/en-us/library/ms535242.aspxand IE still
>> won't work properly. Firefox works fine with all of them. Any ideas
>> as to why? Thanks.
>>
>> New HTML:
>>
>>
>> "http://www.w3.org/TR/html4/loose.dtd">
>>
>> Test
>>
>>
>>
>>
>>
>>
>>
>> |
>>
>> |
>>
>>
>> |
>>
>>
>>
>>
>
> Ok, I got it. In case anyone runs into this silly IE only problem, it
> treats the extra whitespace on either side of the img tag as literal
> and thinks that you've entered text into the table, so it puts that
> into the cell. Retarded. Basically, you have to have |
> for it to work right.
Good ol' ieieieio... Ya know, I knew that but forgot. You put it into
words very well.
--
Neredbojias
Half lies are worth twice as much as whole lies.
| |