Changeset 336 in products


Ignore:
Timestamp:
May 17, 2006 8:29:28 AM (18 years ago)
Author:
piv
Message:

realise 0.1.10

Location:
qPloneDropDownMenu/tags/0.1.10
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • qPloneDropDownMenu/tags/0.1.10/HISTORY.txt

    r256 r336  
    1 0.1.12 
    2  
    3   * added caching for static objects via .metadata 
    4  
    5 0.1.11 
    6  
    7   * divided :hover javascript functionality into two parts: evaluating css by script, saving styles from configlet  
    8  
    910.1.10 
    102 
  • qPloneDropDownMenu/tags/0.1.10/skins/qPloneDropDownMenu/drop_down.css.dtml

    r122 r336  
    8181 
    8282#portal-globalnav li.invisibleHeightKeeper { 
    83         visibility: hidden; 
     83        visible: none; 
    8484        float: none; 
    8585} 
     
    9494 
    9595#portal-globalnav .csshover ul li:hover ul a { 
    96         background-color: &dtml-backgroundColor;; 
     96        background-color: &dtml-backgroundColor; 
    9797} 
    9898 
     
    172172 
    173173#portal-globalnav .csshover ul li:hover ul li a { 
    174         color: &dtml-globalFontColor; !important; 
     174        color: &dtml-globalFontColor !important; 
    175175        background-color: &dtml-backgroundColor; !important; 
    176176        margin:0; 
     
    188188} 
    189189 
    190 /*Configlet styles************************************************************/ 
    191  
    192 .ieVisible {display:none;} 
    193  
    194 * html .ieHidden {display: none;} 
    195  
    196 * html .ieVisible {display: block;} 
    197  
    198  
    199190/* </dtml-with> (do not remove this either :) */ 
  • qPloneDropDownMenu/tags/0.1.10/version.txt

    r256 r336  
    1 0.1.11 
     10.1.10 
Note: See TracChangeset for help on using the changeset viewer.