Computing.Net > Forums > Web Development > firefox with css

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

firefox with css

Reply to Message Icon

Name: FBI Agent
Date: August 8, 2004 at 08:20:52 Pacific
OS: WIN XP
CPU/Ram: 1.79Ghz/ 384 RAM
Comment:

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



Sponsored Link
Ads by Google

Response Number 1
Name: FBI Agent
Date: August 8, 2004 at 08:23:12 Pacific
Reply:

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 either

table {
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 Agent

AIM: EliteAssassin187


0

Response Number 2
Name: Jamie_McCoy
Date: August 8, 2004 at 13:26:41 Pacific
Reply:

browsers are known to interpret html and css code in different ways

i think its just a case of get used to it

Jaymc.co.nr


0

Response Number 3
Name: FBI Agent
Date: August 8, 2004 at 16:01:12 Pacific
Reply:

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


0

Response Number 4
Name: Jamie_McCoy
Date: August 8, 2004 at 17:14:37 Pacific
Reply:

try adding

border-stlye:solid

you may need to define what type of border you want before the colours take effect

Jaymc.co.nr


0

Response Number 5
Name: Laler
Date: August 8, 2004 at 17:58:38 Pacific
Reply:

afaik, scrollbar colors only works on ie

^o^
are you in Asia? do you watch Animax Asia? Please Vote


0

Related Posts

See More



Response Number 6
Name: Jamie_McCoy
Date: August 9, 2004 at 07:23:14 Pacific
Reply:

this isnt for scroll bar colours... lol

Jaymc.co.nr


0

Response Number 7
Name: Laler
Date: August 9, 2004 at 10:36:59 Pacific
Reply:

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


0

Response Number 8
Name: Laler
Date: August 9, 2004 at 10:43:45 Pacific
Reply:

I mean "firefox" :D

^o^
are you in Asia? do you watch Animax Asia? Please Vote


0

Response Number 9
Name: Laler
Date: August 9, 2004 at 10:51:03 Pacific
Reply:

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


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

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


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: firefox with css

horizontal align with css? www.computing.net/answers/webdevel/horizontal-align-with-css/658.html

CSS Relative Positioning www.computing.net/answers/webdevel/css-relative-positioning/2265.html

css tables in firefox www.computing.net/answers/webdevel/css-tables-in-firefox/1608.html