Results 1 to 5 of 5

Thread: Table Borders in IE and FF

  1. #1
    Join Date
    Jul 2005
    Posts
    223
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Question Table Borders in IE and FF

    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.
    My Web Site
    Japan Town

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    1st table:

    HTML Code:
    <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:

    HTML Code:
    <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:

    HTML Code:
    <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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2005
    Posts
    223
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Thanks!!

    How did you know the color codes that were in FF?
    My Web Site
    Japan Town

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I used this FF extension:

    http://www.iosart.com/firefox/colorzilla/
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jul 2005
    Posts
    223
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Okay, thanks for your help.
    My Web Site
    Japan Town

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •