Welcome, Guest. Please Login or Register.
April 27, 2024, 04:23:11 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  Html 4.01 Valid scrollbar-colors « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Html 4.01 Valid scrollbar-colors  (Read 1999 times)
Aquilo
The Black Llama
Sr. Member
****
Posts: 416


Would'nt you like to be a llama too?

WWW
Html 4.01 Valid scrollbar-colors
« on: June 01, 2003, 05:21:10 AM »
Reply with quote

I was woundering if anyone has ever used javascript to pass the MarkUp Validation Service?

I found this code to be usefull even though 2 properties don't seam to work.

<script language="javascript1.2" type="text/javascript">
<!--/*
if (navigator.appName == "Microsoft Internet Explorer")
{
   function window.onload() {
      document.body.style.scrollbarFaceColor      = "#DFDDD7";
      document.body.style.scrollbarHighlightColor   = "#D1B68B";
      document.body.style.scrollbarShadowColor   = "#B58B49";
      document.body.style.scrollbarTrackColor      = "#EEEDE9";
      document.body.style.scrollbarArrowColor      = "#B58B49";
   }
}
*/-->
</script>


anyone have an idea how to make these two work??
//document.html.style.scrollbar3dlightcolor = "#000000";
//document.html.style.scrollbarDarkshadowcolor = "#000000";

[edit]
also would this work for older versions of IE

      document.html.style.scrollbarFaceColor      = "#DFDDD7";
      document.html.style.scrollbarHighlightColor   = "#D1B68B";
      document.html.style.scrollbarShadowColor   = "#B58B49";
      //document.html.style.scrollbar3dlightcolor   = "#000000";
      //document.html.style.scrollbarDarkshadowcolor   = "#000000";
      document.html.style.scrollbarTrackColor      = "#EEEDE9";
      document.html.style.scrollbarArrowColor      = "#B58B49";

Aquilo
« Last Edit: June 01, 2003, 05:24:44 AM by Aquilo » Logged

[td][/td]
[td]
[/td][td][/td][/table]
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Html 4.01 Valid scrollbar-colors « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.040 seconds with 21 queries.