Page 1 of 1
CSS on table - difference FF en IE
Posted: Mon Mar 23, 2009 7:46 pm
by Sandernekeman
Hi all,
I got this template for a table straight from design programme Artisteer

:
HTML:
Naam
Slogan tekst
and CSS:
table, th, td
{
font-size: 1em;
padding: 0;
border-collapse: collapse;
}
I have enclosed two screenshots - does anybody know why it;
1. Appears different in CMSMS then when I just open the script in either FF or IE?

2. In CMSMS, appears different in IE than FF?
(besides from location)
Hope someone can help me...
Regards,
Sander
Re: CSS on table - difference FF en IE
Posted: Tue Mar 24, 2009 10:58 pm
by Dr.CSS
Most likely because IE is a piece of crap and can't do transparent pngs, but still you give none of the actual css or anything else that would help see what the problem is like a link or?...
Re: CSS on table - difference FF en IE
Posted: Sun Apr 05, 2009 8:30 pm
by Webmist
Sander,
If you used the complete CSS from Artisteer the css class for the table and "logo" are clashing. They won't work together or play nice. If you need a template or css let me know. I have several up and running.
Re: CSS on table - difference FF en IE
Posted: Wed Apr 08, 2009 9:52 am
by Sandernekeman
Hi Webmist,
Thank you for your reaction! My website is almost ready, except for this tiny thing. Do you know what I can change to avoid it from clashing
Best Regards,
Sander
Re: CSS on table - difference FF en IE
Posted: Thu Apr 09, 2009 3:41 am
by Webmist
Sandernekeman wrote:
Hi Webmist,
Thank you for your reaction! My website is almost ready, except for this tiny thing. Do you know what I can change to avoid it from clashing
Best Regards,
Sander
Can you post what you have for the class .logo, .logo-name, .logo-text. Is what you posted the only elements you have relating to the table. Because the way you have it applies to all and any table you use.
It's usually combining them in the CSS stylesheet so the table elements won't overide the class element and vis versus.
Re: CSS on table - difference FF en IE
Posted: Thu Apr 09, 2009 4:38 am
by Dr.CSS
I tried to get them to post more info, kind of hard to help with such limited input, good luck...