Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
im having some problems on my webpages using firefox. for some reason it doesnt understand some of the cs code for changing border colors on tables. my page looks exactly the way i ment to deisng it when i open it with IE, but with firefox the border colors are default. this is true with two of my pages. if any of you have any ideas on what i could do, that'd be appreciated.
FBI Agent
AIM: EliteAssassin187

here's a little more info...
this works:
input {
background-color: #000000;
border-color: #FF00FF;
border-top-color: #FF00FF;
border-left-color: #FF00FF;
border-bottom-color: #FF00FF;
border-right-color: #FF00FF;
color: #FF00FF;
padding-left: 5;
}these dont:
td {
font-family: comic sans ms, sans-serif;
font-size: 9pt;
color: #FF00FF;
border-color: #FF00FF;
}
table {
border-color: #FF00FF;
border-top-color: #FF00FF;
border-left-color: #FF00FF;
border-bottom-color: #FF00FF;
border-right-color: #FF00FF;
}
and on my more current page, i have this... and it doesnt work on firefox eithertable {
color: #FFFFFF;
background-color: #364132;
border: groove;
border-color: #858884;
border-top-color: #858884;
border-left-color: #858884;
border-bottom-color: #858884;
border-right-color: #858884;
}
FBI AgentAIM: EliteAssassin187

browsers are known to interpret html and css code in different ways
i think its just a case of get used to it

well the thing is, i cant change the border colors of the tables using css at all on the firefox browser. so if any of you know a way of doing that with css, that'd be great
FBI Agent
AIM: EliteAssassin187

try adding
border-stlye:solid
you may need to define what type of border you want before the colours take effect

afaik, scrollbar colors only works on ie
^o^
are you in Asia? do you watch Animax Asia? Please Vote

right, sorry wasn't paying close attention :D
here goes: http://broadband.or.id/border.htm
is that how suppose the 'groove' attribute works? - it looks the same both in IE & fireworks...
other properties (some of it might not w3c complient):
- solid
- dotted
- slashed
- double
- ridge
- inset
- outset^o^
are you in Asia? do you watch Animax Asia? Please Vote

to make each side differs in color:
http://broadband.or.id/borde2r.htm
^o^
are you in Asia? do you watch Animax Asia? Please Vote

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |