Text fields not working!

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

Text fields not working!

Post by wayno »

Script URL: http://virtualstars.110mb.com/index.php
Version of script: 1.3
Hosting company: 110mb
URL of phpinfo.php: http://virtualstars.110mb.com/phpinfo.php
URL of session_test.php: http://virtualstars.110mb.com/session_test.php
What terms did you try when SEARCHING for a solution: text field

Write your message below:

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! :?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello Wayno,

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; .

Hope this helps.

Greetings,
Henrie
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

Thankyou Henry

Post by wayno »

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. :)
Locked