I have the mboard on another site where it is working fine. I downloaded a fresh copy of mboard to add to the above site, set it up as i did the other and when trying to add details to the text boxes the cursor fails to appear (works using tab key), submit buttons not working. I think i have all the permissions correct etc. Im using FireFox browser.
Thanks in advance!
*EDITTED*
Using the tab key i was able to add a post to my mboard yet im still having problems with the text fields and buttons! Tried it on another comp and had the same trouble. I have tried other sites text fields (making sure my mouse isnt dodgey) and had no problems!
I took a look at your site.
You have a div with id="Layer5" <div id="Layer5" style="position:absolute; width:440; height:440; z-index:5; left: 290px; top: 645px;">
This has a position: absolute and a fixed height. This layer is on top of the text fields and because of that you can only select this div and not the text fields below.
I can think of two solutions:
1. Remove the position:absolute;
2. And what you must do is remove the fixed height, remove height:440; .
Great mate! I couldn't see the forest for the trees! I thought it was something stupid i had done! Thanks for your help Henry, i really appreciate ite it.