Compatibility with other browsers

S

Shumaes

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.
 
S

Stefan B Rusynko

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.
 
Top