Log in

View Full Version : Table Borders in IE and FF



Johnnymushio
07-16-2006, 03:47 AM
The page I will be referring to is japantown.awardspace.com/japantown.shtml

There are three tables on the right, each a different color.

They look completely different in FF than in IE.

I think they look better in FF than in IE.

How can I make them look like they are in FF in both FF and IE?

I notice that the colors are different and shadows are applied in FF.

Thanks.

jscheuer1
07-16-2006, 04:52 AM
1st table:


<table width="230" height="127" border="5" style="border:5px solid #d1b2ef;border-right-color:#390071;border-bottom-color:#390071;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="230" height="21"> <div align="center"><font color="#CC0000" size="2">What's
open? </font></div></td> . . .

2nd table:


<table width="230" height="159" border="5" style="border:5px solid #efb2b2;border-right-color:#710000;border-bottom-color:#710000;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="287" height="21" align="center"><font color="#CC0000" size="2">Current
News (Newer . . .

3rd table:


<table width="230" height="92" border="5" style="border:5px solid #b2d8b2;border-right-color:#004700;border-bottom-color:#004700;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="230" align="center"><font color="#CC0000" size="2">Latest
Polls (Newer on T . . .

Notes: Basically, you replace each table's bordercolor attribute with the above style attribute statements shown for each.

Johnnymushio
07-16-2006, 04:52 PM
Thanks!!

How did you know the color codes that were in FF?

jscheuer1
07-16-2006, 05:21 PM
I used this FF extension:

http://www.iosart.com/firefox/colorzilla/

Johnnymushio
07-16-2006, 05:26 PM
Okay, thanks for your help.