phpBMS

Changeset 150 for trunk/phpbms/common

Show
Ignore:
Timestamp:
10/22/06 13:38:49 (6 years ago)
Author:
brieb
Message:

updated CSS and XHTML compliance for users. Updaed CSS and XTML compliance in head section for many sections.

Location:
trunk/phpbms/common
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/menu.js

    r145 r150  
    4444        var i,tempDiv; 
    4545        var showid=theitem.id.substring(4); 
    46         var doswitch=false 
     46        var doswitch=false; 
    4747        for(i=0;i<subMenuArray.length;i++){ 
    4848                tempdiv=getObjectFromID("submenu"+subMenuArray[i]); 
    49                 if(tempdiv.style.display!="none" && subMenuArray[i]!=showid) 
     49                if(tempdiv.style.display=="block" && subMenuArray[i]!=showid) 
    5050                        doswitch=true; 
    5151        } 
     
    7676        var theleft=getLeft(theitem); 
    7777        specificdiv.style.top=(thetop+theitem.offsetHeight)+"px"; 
    78         specificdiv.style.left=theleft+"px"; 
     78        specificdiv.style.left=(theleft-6)+"px"; 
    7979        specificdiv.style.display="block"; 
    8080        hideSelectBoxes() 
  • trunk/phpbms/common/stylesheet/mozilla/pages/tablecolumns.css

    r148 r150  
    22/* $LastChangedDate$ */ 
    33 
     4.noselects{cursor:auto} 
    45 
     6#column,#sortorder,#footerquery{width:98%} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.