Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-12-14 15:49:00
- stirman
- Member
- Registered: 2005-12-02
- Posts: 36
Form Focus
The comment form at http://www.aquestionablefaith.com/ is very hard to click into, so you can type your name and comment… hover over the form and you’ll see what I mean. Anyone seen anything like this before?
Thanks,
stirman
Offline
#2 2005-12-14 16:40:58
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Form Focus
It has to do with the relative positioning of #comm-name and #comm-mess. You can see it if you have the web developer tool and outline the block level elements. The divs are stretching out into the input area. You positioned them 50 and 76px from the right border of the comm-form div.
If you change it to right: 400px;
for both, and add text-align: right;
to keep your labels in place, the problem is gone.
Offline
#3 2005-12-14 17:42:07
- stirman
- Member
- Registered: 2005-12-02
- Posts: 36
Re: Form Focus
Ahh, I need to snag that web dev tool… many thanks!
-stirman
Offline
#4 2005-12-14 20:33:57
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Form Focus
You’re welcome. Know where to find it?
Offline
Pages: 1