Jump to content

Srinu_ss5

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Srinu_ss5

  1. I am using this code but its is giving some security alert . I dont want to that type of alerts plz help me. :)

    <html> <head> <script> function load() { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.statusbar.visible=false;} </script> </head> <body onload="load()"><input type="button" value="Click" onclick="load()"> </body> </html>

  2. hi,the css for scrollbar is not working in firefox 1.0.5, any suggestions. pls.and is there any way to change the shape of the scroll bar or include our own images instead of the standard buttons and tracker.thanx in advance

    iam also trying the same but i got the answers that firefox doesnot support styles. If u find solution plz mail me at srinu_ss5@yahoo.com
  3. firefox does very much support cssas for the scrollbar..perhaps you can tell us the code your using. then we'll be able to help a bit more.i read somewhere about changing the colour of the scrollbar, but it only worked in IE and not any other browsers. but i cant remember if that was script based or css based.

    I am using file1.css in which i wrote one class as and calling that file .WorkAreaDivStyle{ PADDING-RIGHT: 15px; SCROLLBAR-FACE-COLOR: #ccccdd; FONT-SIZE: 10px; SCROLLBAR-HIGHLIGHT-COLOR: white; OVERFLOW: auto; WIDTH: 100%; SCROLLBAR-SHADOW-COLOR: silver; SCROLLBAR-ARROW-COLOR: black; FONT-FAMILY: Verdana; SCROLLBAR-BASE-COLOR: black; POSITION: relative; HEIGHT: 360px; BACKGROUND-COLOR: whitesmoke; scrollbar-3d-light-color: yellow; scrollbar-dark-shadow-color: red}and in my <div> tag iam calling it as<div id="divWorkArea" class="WorkAreaDivStyle">iam getting correct Output in IE but it is not allpying to Firefox
×
×
  • Create New...