FRIHOST • FORUMS • FAQ • TOS • BLOGS • DIRECTORY
You are invited to Log in or Register a Frihost Account!

HTML

 


aceventura2225
Does anybody know any HTML markup language? Im looking for a code for a scrolling bar. Thanks
Bluedoll
Not sure if you mean this or not but you can use this in your pages if you use frames.


******************
<IFRAME
SRC="your page.html"
WIDTH=450 HEIGHT=150
SCROLLING=YES
>
<A HREF="your page.html">The
link to your page</A>
</IFRAME>
****************************



or just let the browser do it with


******************************



<IFRAME
SRC="your page.html"
WIDTH=450 HEIGHT=150
SCROLLING=Auto
>
<A HREF="your page.html">The
link to your page</A>
</IFRAME>


*************************


If you are putting a text box into your page you can use a form for processing later


*************************************

<FORM>
<TEXTAREA COLS="10" ROWS="10"
STYLE="scrollbar-base-color:blue;scrollbar-arrow-color:white;">
Any text you want to put into the box
</TEXTAREA>
</FORM>

*********************************


Hope this helps.
YaRaMazZzZz
bluedol thank you Very Happy Very Happy ŭt will make a good use
oliveiraw
SCROLLBAR-FACE-COLOR: #c6d7ff;
MARGIN: 0px 10px 10px;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #7b9ed6;
SCROLLBAR-ARROW-COLOR: #4a6184;
BACKGROUND-REPEAT: no-repeat;
FONT-FAMILY: Comic Sans MS;
SCROLLBAR-DARKSHADOW-COLOR: #bebebe"
bgProperties=fixed bgColor=#f8f0e0
sonam
The body scrollbar (oliveiraw) colors are working only in IE. Iframe is not very popular for SEO and if you need scrollbar on some div then you can define overflow: auto; for this div.

Sonam
ftv_flung
You probably won't have much luck with the whole scrollbar thing Sad

It only really works in IE... pretty much all of the others ignore it.

The previous posts have covered what you could mean by your description though - good luck! Smile
Diablosblizz
You can also use a online generator:

http://www.myspacemaster.net/scrollbar

But yes, like ftv_flung said, it's pretty pointless due to others browsers other than IE ignoring them.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.