Docs » plugin float

Versione 2 del 11.6.06, 17:12
 


Chatbox:
And all is quiet....
Uso
[#float where='' width='' padding=''  :]
      first div content
_**_
      second div content
[:float#]

star where - left/right
star width - larghezza prima div
star padding - padding per la seconda div
star _**_ separatore

Esempio

Con:

[#float where='left' width='100' padding='120' :]
      first div content is here
_**_
      second div content is here
[:float#]

Si ottiene:


first div content is here

second div content is here

Cioe' il codice HTML:

    <div style="float:left;width:100px;">
     first div content is here
    </div>
    <div style="padding-left:120px;">
     second div content is here
    </div>
    <div style="clear:left"><br/></div>

Tags:
OW2