Jump to content

Srinu_ss5

Members
  • Posts

    5
  • Joined

  • Last visited

Everything 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. Hey hi, How do i hide status bar in Firefox using javascript. I got some hint but it is giving mw security alert. I want to hide the status bar of the pop-up or calender which appears in my page using java script irrespective of client browser settings. Thanks in Advance
  3. 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
  4. 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
  5. Does firefox support css stylesheet. iam using firefox and Ie in Ie iam able to display colors to scrol bar using style sheet but not able to do in firefox can any one help
×
×
  • Create New...