[pmwiki-users] WikiStyles, Float's, and IE

Gary Spivey gspivey at georgefox.edu
Mon Apr 24 16:13:54 CDT 2006


   
   I was having problems with IE rendering an rfloat image properly (or
at all). I added the following to the WikiStyle. I SDV'd this in my
config.php so that I don't muck up any PmWiki files, but somebody with
more html experience than I might want to add some of this into the
actual script/wikistyles.php for future releases (I will be the first to
admit that I got the fix from somebody who knows more about html than
I).
   
   
       .lfloat { 
                 position:relative; 
                 float:left;   
                 display: block; 
                 margin-right:0.5em; 
                 top:0px;
                 right:0px;
               }
       .rfloat {
                 position:relative; 
                 float:right;   
                 display: block; 
                 margin-left:0.5em; 
                 top:0px;
                 left:0px;
               }
   
   -Gary
   




More information about the pmwiki-users mailing list