Bit of a follow-up on this. The site went live on yesterday and looked just fine to myself and a few others who looked at it for me. Then today we got calls from people who said the site looked wonky, the content block was showing up *below* the left menu. Turned out that with all of the position hacks I used both IE and Firefox considered there to be ~30px of space to the right of the content block, so if the browser was sized anywhere near that space it would move the entire block below the preceding block.
To fix it I ended up re-thinking my scheme. Instead of having a narrow content block and pushing out the sides I made the content block the full available width then added horizontal padding to the p and header tags, leaving the images to float where they were originally. I still then had problems with the browser "pushing" the content block below the menu so I changed it from relative to absolution positioning, problems solved! Just thought it might help someone else some day. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include <stdjoke.h> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216690 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

