TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Scroll-bar color?

Page: 1 2 Reply
Apr 9th 2001#1299 Report
Member since: Mar 24th 2001
Posts: 3734
OK....I've got the code for the colored scroll bar, but I can't seem to get it to work......

http://www.angelfire.com/on/newmuzic

I've tried putting it everywhere......I got it off pank's page.
Reply with Quote Reply
Apr 9th 2001#1328 Report
Member since: Mar 20th 2001
Posts: 671
Hi
A simple task this one. Just move the whole css code inside the <head></head> tags and that should do it.
If you should end up with lots of css code in the future, consider making a stylesheet.....

The css should always be inside the <head></head> tags telling the document what to do with it.....

Good luck !!
Reply with Quote Reply
Apr 10th 2001#1356 Report
Member since: Mar 24th 2001
Posts: 3734
Then the rest of page formatting disppears
Reply with Quote Reply
Apr 10th 2001#1377 Report
Member since: Mar 20th 2001
Posts: 671
Move the javascript code you put inside the <style> tags. The below code was somehow put inside that tag.....

<script language="JavaScript">
<!--
function launch(){
jukeBox=window.open("http://www.angelfire.com/on/newmuzic/hbindex.html","HighBandwith"," width=800,height=600,top=25,left=50,resizable=no,s crollbars=no,menubar=no,toolbar=no,status=no,locat ion=no")}

//-->
</script>

Move that part out off the style tags and you're set to go. The above code seem to be a popup window code....

Oh by the way.....to make the scrollbar style work, you'll have to add BODY before the { thingy.......

Good luck !!!!
Reply with Quote Reply
Apr 10th 2001#1378 Report
Member since: Mar 20th 2001
Posts: 671
Do this instead....Just copy the following codes and erase both the popup window scriptcode and the stylecode.....And the paste this:

<style type="text/css">

BODY {scrollbar-face-color: #2A314C; scrollbar-shadow-color: #2A314C; scrollbar-highlight-color: #2A314C; scrollbar-3dlight-color: #9AB6C4; scrollbar-darkshadow-color: #20253A; scrollbar-track-color: #20253A; scrollbar-arrow-color: #CCCCCC;}

</style>

<script language="JavaScript">
<!--
function launch(){
jukeBox=window.open("http://www.angelfire.com/on/newmuzic/hbindex.html","HighBandwith"," width=800,height=600,top=25,left=50,resizable=no,s crollbars=no,menubar=no,toolbar=no,status=no,location=no")}

//-->
</script>

This might also fix the popup problem that is now since the script ended up inside the styletags....
Hope this one works for ya.....It should...... :D
Reply with Quote Reply
Apr 10th 2001#1404 Report
Member since: Mar 24th 2001
Posts: 3734
Thanks a lot.....I was just about ready to give up.
Reply with Quote Reply
Apr 10th 2001#1407 Report
Member since: Mar 20th 2001
Posts: 671
Good to see that it finally worked for ya....As they say: "It aint over 'til the fat lady sings"......

Rock on !!!
Reply with Quote Reply
Apr 11th 2001#1465 Report
Member since: Mar 24th 2001
Posts: 3734
But you're not a fat, Swedish lady are ya'?
Reply with Quote Reply
Apr 11th 2001#1477 Report
Member since: Mar 20th 2001
Posts: 671
No I aint fat.....And I'm no lady either. I've had my male organ all my life and intend to keep it too......
Reply with Quote Reply
Apr 12th 2001#1502 Report
Member since: Mar 24th 2001
Posts: 3734
..........?..........

You didn't say you weren't Swedish.....

Well 1 outta' 3 ain't bad.
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum