A
Adamus01
hey,
how do i create a scrolling text box within my current website table, which
i can type news headlines for people to read, and scroll through? but i don't
want a text box that people write in (like a comment box)... what i need is a
text box that i can create and edit using frontpage, and then publish it to
the web for people to read.
and also, it it possible to using HTML code, ie.
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #FF3300;
scrollbar-track-color: #000000;
}
-->
</STYLE>
on the text box, so that it has a certain look, that differs to the rest of
the website?
i don't know if this will make much sense, but hopefully you can get at what
i mean.
do you need to use javascript to achieve this?
in which case, what is a good website for me to learn how to create an
interactive javascript website?
thanks,
adam.
how do i create a scrolling text box within my current website table, which
i can type news headlines for people to read, and scroll through? but i don't
want a text box that people write in (like a comment box)... what i need is a
text box that i can create and edit using frontpage, and then publish it to
the web for people to read.
and also, it it possible to using HTML code, ie.
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #FF3300;
scrollbar-track-color: #000000;
}
-->
</STYLE>
on the text box, so that it has a certain look, that differs to the rest of
the website?
i don't know if this will make much sense, but hopefully you can get at what
i mean.
do you need to use javascript to achieve this?
in which case, what is a good website for me to learn how to create an
interactive javascript website?
thanks,
adam.