Hi Kepler, Thanks for that, it did fix the problem - now I need to figure out why it was there, it must have been there for a reason ;-) Cheers anyway... Much appreciated, it was driving me nuts.
Kind regards, Taco Fleur free call 1800 032 982 - fax 07 3414 6464, international +61 7 3325 5103 www.pacificfox.com.au an industry leader with commercial experience since 1994 our services: - online, print, marketing & information technology - website, branding, logo, business cards, letterheads - accept online credit card payments www.commerceengine.com.au - domain registrations, .com for as low as fifteen dollars a year, .com.au for fifty dollars two years! -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Kepler Gelotte Sent: Tuesday, 12 September 2006 5:01 AM To: [email protected] Subject: RE: [WSG] jumping content > We have some jumping content on http://development.yellaterra.com.au:92/products/car-performance/products-re sults.cfm?modelIdentity=21&btnSubmit.x=82&btnSubmit.y=11 > the "Matching products" div in the middle. It appears you may be a victim of the peekaboo bug: http://www.positioniseverything.net/explorer/peekaboo.html I tracked the problem to an unnecessary <div>. If you remove the <div id="container"> your problem will go away: </div> <!-- div id="container" --> <div id="body-content"> ... </div> <!-- /div --> <div id="footer"> In general I think you should avoid wrapping block elements completely in other block elements as in: <div><p>...</p></div> Or <div><div>...</div></div> Regards, Kepler Gelotte http://www.neighborwebmaster.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
