CSS on table - difference FF en IE

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Sandernekeman
Forum Members
Forum Members
Posts: 22
Joined: Sun Feb 08, 2009 8:34 pm

CSS on table - difference FF en IE

Post by Sandernekeman »

Hi all,

I got this template for a table straight from design programme Artisteer  ;D:

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
Attachments
CMSMS, in IE.jpg
CMSMS, in IE.jpg
No CMSMS.jpg
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CSS on table - difference FF en IE

Post 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?...
Webmist

Re: CSS on table - difference FF en IE

Post 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.
Sandernekeman
Forum Members
Forum Members
Posts: 22
Joined: Sun Feb 08, 2009 8:34 pm

Re: CSS on table - difference FF en IE

Post 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
Webmist

Re: CSS on table - difference FF en IE

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CSS on table - difference FF en IE

Post by Dr.CSS »

I tried to get them to post more info, kind of hard to help with such limited input, good luck...
Post Reply

Return to “Layout and Design (CSS & HTML)”