Ignore:
Timestamp:
Jan 18, 2011, 1:17:27 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility whith simple


File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/css/autosize.css

    r8060 r8729  
    1 #theImage{
    2  
    3     opacity: 1.0 ;
    4      
    5        }
    6    
     1 
    72/* jQuery ui resizable */
    83.ui-resizable { position: relative; }
     
    2318.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
    2419.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
     20#theImage {
     21    opacity: 0;
     22    filter: alpha(opacity:0);
     23    padding-bottom: 0px;
     24    padding-left: 0px;
     25}
     26#the_page{
     27position:static ;
     28 
     29}
     30#mapPicture{
     31top:40% ;
     32
     33}
     34#mapPicture{
     35top:40% ;
     36
     37}
     38#imageContainer{
     39height:2000px;
     40}
Note: See TracChangeset for help on using the changeset viewer.