Click to See Complete Forum and Search --> : firefox iframe issue


sitehatchery
07-24-2007, 12:44 AM
site: http://rh.sitehatchery.com

problem: in Firefox only, the "gallery" menu list in the top-horizontal navigation shifts 1 pixel to the left where the absolute positioned ul lies over the iframe.

How do I fix this?

Major Payne
07-24-2007, 11:21 PM
I don't see a left shift, but a difference between FF and IE on drop down distance. Maybe try adding the following at the very top of your CSS and see what happens:

* { margin: 0; padding: 0; border: 0; }

Ron