[pmwiki-users] Disjointed Display

Hans design at flutesong.net
Mon Feb 7 07:59:30 CST 2005


And if you are changing the #right to position:absolute;
you may as well replace both the left and right style definitions
with:

#left{  float:left;
        width:14em;
     }
#right{ position:absolute;
        top:1em;
        left:15em;
     }

This defines the sidebar width in proportional em units rather than
percentage of the window. It will have a better result when the
browser window is made smaller.

Best, 
~Hans                           




More information about the pmwiki-users mailing list