White Ash wrote:
Essentially, I need to be able to manually have text, forms, etc.
wrap below the image on the left in the #content  div.  Any light to
shed on this would be greatly appreciated.

http://rortax.com/quorum.shtml

Ok, the 'position: relative' on the paragraph in that particular layout
doesn't work well because the paragraph will then be stacked on top of
everything else.
So, let's move on to the containing-element.

Adding...

#content {zoom: 1;}

...does work in IE/win without any side-effects in other browsers.

Since 'zoom' is a non-standard MSIE property, I suggest you try the
following addition instead...

#content {height: 100%;}

...which will also work without negative side-effects in other browsers.

        Georg
--
http://www.gunlaug.no


******************************************************
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