Compatibility with other browsers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My website has some tables into it. However when a visitor uses any browser
other than IE, the borders of the tables show up. In IE the borders of the
tables doesnt show up. Do you have any idea as to why? The website is
www.rahamajaa.com If you'd like to see for yourself.
 
Remove all your inline styles from tables and cells (unsupported by all browsers)
like:
style="border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none;
border-bottom-width:medium" height="177" bordercolor="#D9FB8D" bordercolorlight="#D9FB8D" bordercolordark="#D9FB8D"

If you want those styles use an external style sheet and assign a style class to the table / cell
--




| My website has some tables into it. However when a visitor uses any browser
| other than IE, the borders of the tables show up. In IE the borders of the
| tables doesnt show up. Do you have any idea as to why? The website is
| www.rahamajaa.com If you'd like to see for yourself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top