When I look at your code I see this:
I don't see the thin. One thing you could do is simplify your css and use this instead
Although I have never seen thin anywhere, but I am still a newb. Also, you haven't added a width for it, so I don't know if that has anything to do with it. I see Dark Gray on FF and Gray on IE, could be me though.
I haven't dug into the code, and the following is pure conjecture on my part but it probably has to do with cascading, specificity or default values.... or a combination of any of the above or even the way you have written the html or the css.
Using FF web developer if I change your bdr class to border:1px solid green... it changes the line border below Personel and Sam Sexton to green. If I change the bdr class to td with the values as above it changes all borders to green. I can make additional changes to the page just by playing with various table elements.
If it were me... I would do a CSS reset of table values and then target your specific tables and their display characteristics using id's.
Your html code isn't valid, so your table is being rendered in quirks mode; both IE and FF are guessing as to what you really mean by the line
<table width="100%" border="1px "class="bdr">
Which, with the movement of a single space, should be...
<table width="100%" border="1px" class="bdr">
HTH,
Pete.
<table width="100%" border="1px "class="bdr">
Which, with the movement of a single space, should be...
<table width="100%" border="1px" class="bdr">
HTH,
Pete.
fixed this error, but in FF 3 the table still looks orange to me, maybe its just me...
For some reason, this style rule is causing the border to be the same colour:
(fire.css (line 99))
I recommend you getting Firebug! http://getfirebug.com/releases/ It is great for seeing where style rules are and what effect they have.
On this page http://northjacksonfd.com/personnel.html the table color in IE is a light gray, In Firefox 3 its orange. Any idea as to why?
Here is the css for that table.
.bdr {
border-style:solid;
border:#D2D2D2;
border:thin;
}
http://christiangamers.net
One Love, One God, One Way
"Allow me to live today, To give you the praise"