Hi,
didn't quite know where to post this, but thought it might help others...
I was testing the Flash menu (great!) from
http://www.ciadd.co.uk/
had it all the way at the top of the page (in templates index.php).
Now the problem with this swf is, it uses wmode to have a transparent background, so all you see is the menu bar; but when you open a menu, it still has room to display the menu drop-down.
So what?
Well,
the menu being in a div with a higher zindex thann your actual page, the transparent div/swf overlaps everything underneath;
in my case, it resulted in (only the)first = name field for user registration to become unselectable!!
I bug-hunted for a whole day, noticed the height attribute for the swf, selected it on the page to make its bounding box visible, and there you go: it overlapped just enough into the content to cover the very 1st input field! Thus making registration, with the javascript error-checking, unusable!
Sorry to anyone who tried, and hope this helps someone else
