From: Shaun M. <sh...@ae...> - 2006-06-29 08:44:49
|
On 29 Jun 2006, at 00:31, Robert wrote: > Update > This only occurs when using layout Blue not with the default, > decide to > investigate it more after Shaun's comment > It's probably this problem... http://www.complexspiral.com/publications/containing-floats/ In some themes the default boxes are tables, not divs. Tables will contain floated elements like images and wrap everything up inside the table, DIVs won't. Biggest pain in the arse with non-table layout going. The traditional method, mentioned by Eric Meyer above is to add a clearing element into your html. I find that more than annoying and prefer this method... http://www.positioniseverything.net/easyclearing.html Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |