Say I have a site like this:
_________________________________________________
|              |        main container           |
|              |                                 |
|              |   __________________________    |
|              |   |        section          |   |
|     left     |   |  _______                |   |
|     float    |   |  |      |               |   |
|              |   |  |second|               |   |
|              |   |  | float|               |   |
|              |   |  |______|               |   |
|              |   |___________clear_________|   |
|              |                                 |
|              |                                 |
|              |                                 |
|______________|                                 |
|________________________________________________|

The clear is something like a <br style='clear:all or clear:left (it doesn't really mater in this case)'. Is there a way to make it so that the clear doesn't turn into this:

_________________________________________________
|              |        main container           |
|              |                                 |
|              |   __________________________    |
|              |   |        <section>        |   |
|     left     |   |  _______                |   |
|     float    |   |  |      |               |   |
|              |   |  |second|               |   |
|              |   |  | float|               |   |
|              |   |  |______|               |   |
|              |   |                         |   |
|              |   |                         |   |
|              |   |                         |   |
|              |   |                         |   |
|              |   |                         |   |
|              |   |                         |   |
|______________|   |                         |   |
|                  |___________clear_________|   |
|________________________________________________|

like a way for limiting any clearing inside the <section>.
-Alan Trick
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to