|
| Author |
Message |
Bobsnox
Joined: 17 Aug 2005
Posts: 20
Location: Shannara Forums
|
Posted: 12/24/2005, 3:11 am Post subject: css issue with IE and Firefox |
|
|
My site has a black background and a certain css which works fine on my browser (I use IE). However, on my other computer it shows up white and nothing follows the css. Also, on firefox it appears as it does in the latter case. Any suggestions to make them all like the first one? _________________ [Bobsnox Forums] [Shannara Forums] |
|
| Back to top |
|
 |
Keith
Moderator
Joined: 28 Jan 2004
Posts: 433
Location: Dublin, Ireland
|
|
| Back to top |
|
 |
Bobsnox
Joined: 17 Aug 2005
Posts: 20
Location: Shannara Forums
|
Posted: 12/24/2005, 3:31 pm Post subject: |
|
|
| Keith wrote: |
| Post your code. |
The css?
| Code: |
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #000000;
scrollbar-face-color: #212121;
scrollbar-highlight-color: #404040;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #616161;
scrollbar-arrow-color: #4d7bc1;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
color: #FFFFFF;
}
th,td,p { font-family: Sylfaen; font-size: 11pt;}
a:link,a:active { color : #4d7bc1; text-decoration: none; }
a:visited { color : #d79100; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
hr { height: 1px; border: solid #4d7bc1 0px; border-top-width: 1px;} |
_________________ [Bobsnox Forums] [Shannara Forums] |
|
| Back to top |
|
 |
Keith
Moderator
Joined: 28 Jan 2004
Posts: 433
Location: Dublin, Ireland
|
|
| Back to top |
|
 |
Bobsnox
Joined: 17 Aug 2005
Posts: 20
Location: Shannara Forums
|
|
| Back to top |
|
 |
Patrick
Administrator
Joined: 08 Feb 2003
Posts: 1380
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
Bobsnox
Joined: 17 Aug 2005
Posts: 20
Location: Shannara Forums
|
Posted: 12/27/2005, 3:34 pm Post subject: |
|
|
Awesome - I accidentally had the style sheet link set to my hard-drive's copy of the css file...That's why my browser showed it perfectly, but no one else's on Earth did...
Thanks for your time guys! _________________ [Bobsnox Forums] [Shannara Forums] |
|
| Back to top |
|
 |
Keith
Moderator
Joined: 28 Jan 2004
Posts: 433
Location: Dublin, Ireland
|
|
| Back to top |
|
 |
|