PDA

View Full Version : Html Problem



Marius24
11-28-2003, 09:29 PM
can someone tell me what is wrong with my website, i have added the script for the scrollbar in the right place and it isnt working :huh:


any ideas?


<head>
<title>home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
color: #CCCCCC;
}
body {
background-color: #000000;
}
body {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}
-->
</style>
</head>

site (http://www.angeltowns.com/members/zeromarius/home.htm)

ObiWan
11-28-2003, 09:43 PM
where did you get the code

Marius24
11-28-2003, 10:57 PM
i got it from guistuff (http://www.guistuff.com) and i merged it with the background colour style and the text colour style

[B][O][T]
11-28-2003, 10:58 PM
What isnt working?
You want to change colors on the scrollbar? It's all black now....

BOT

ZaZu
11-28-2003, 11:16 PM
Originally posted by Marius24@28 November 2003 - 14:29



<HTML>
<head>
<title>home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
color: #CCCCCC;
}
body {
background-color: #000000;
}
body {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}
-->
</style>
</head>
</HTML>


site (http://www.angeltowns.com/members/zeromarius/home.htm)
I think you need the html tags

[B][O][T]
11-28-2003, 11:25 PM
:huh: :blink: His site is already up (that means that the HTML tags is already there, but He didnt post them in the code)

BOT