Tomcat13 Posted April 2, 2006 Share Posted April 2, 2006 I've tried the following script to add some color to my scrollbar:<style type="text/css"> <!-- BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } --> </style> It works with HTML but not in PHP. Not for me.Any suggestions?Thank you in advance Quote Link to comment Share on other sites More sharing options...
shortj75 Posted April 2, 2006 Share Posted April 2, 2006 try to use echo[code]echo "style type="text/css"> <!-- BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } --> </style> [/code]if that doesnt work remove the hide tags <!-- -->[code]style type="text/css"> BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } </style>[/code] Quote Link to comment Share on other sites More sharing options...
Tomcat13 Posted April 2, 2006 Author Share Posted April 2, 2006 [!--quoteo(post=360803:date=Apr 1 2006, 10:46 PM:name=shortj75)--][div class=\'quotetop\']QUOTE(shortj75 @ Apr 1 2006, 10:46 PM) [snapback]360803[/snapback][/div][div class=\'quotemain\'][!--quotec--]try to use echo[code]echo "style type="text/css"> <!-- BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } --> </style> [/code]if that doesnt work remove the hide tags <!-- -->[code]style type="text/css"> BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } </style>[/code][/quote]They don't work partner..Any more ideas? Anybody...Thanks Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted April 3, 2006 Share Posted April 3, 2006 try...echo '<style type="text/css"> <!-- BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } --> </style>'; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.