On Thu, 12 Jul 2007 14:08:52 -0700 (PDT), trevor bayliss wrote: > Hi all, > In the webpage: http://216.219.94.105/t_embeded_js.htm I have been trying to > organize > the code that is in the International and National panels so that the images > are > aligned to the left of the <h2> and <p> tags: > > <img src="images/companies/pfizer_logo.jpg" width="75" height="45" > alt="Pfizer" /> > <h2>Pharmacia Upjohn(now Pfizer)</h2> <p>Medico-Legal and political > advice.</p> > > > I have been trying to use clear: left; or clear: both; or clear:right; but > to no avail > and I´ve hit a css brick wall but really wanting to understand why this > doesn´t work > and how I can solve it. You can see exactly what I am aiming for on the page > http://216.219.94.105/index.cfm which was done with tables. TIA > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are so-o-o-o close, Trevor. Delete those "clear: both;" declarations from #block-col-2, #block-col-4 and so on. Well, that does it in Opera 9. Did not try other browsers. Cordially, David -- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
