> On Behalf Of Gav....
> In Firefox the site I'm doing appears fine.
> In IE my content_info div does not appear at all.
> 
> I have structure like :-
> 
> +-----------------------------+
> |                             |
> |       content_sub           |
> +-----+-----------------+-----+
> |     |                 |     |
> |  c  | content_info    |  c  |
> |  o  |                 |  o  |
> |  n  |                 |  n  |
> |  t  |                 |  t  |
> |  e  |                 |  e  |
> |  n  |                 |  n  |
> |  t  |                 |  t  |
> |  _  |                 |  _  |
> |  l  |                 |  n  |
> |  e  |                 |  a  |
> |  f  |                 |  v  |
> |  t  |                 |     |
> |     |                 |     |
> +-----------------------------+
> |                             |
> |       site_info             |
> |                             |
> +-----------------------------+
> 
> content_info is absolutely positioned at left:310px and top:172px
> site_info is clear:both but does not clear content_info but that's
> another problem.

You say "content_info" is AP, so how can you expect "site_info" to clear it?
"clear" is for *float*.
IMHO, you should *not* use "position:absolute" for layout. I would not try
to fix the bug, I'd rather look for a better CSS layout.

---
Regards,
Thierry | www.TJKDesign.com






*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to