Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-11-03 09:18:41
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Unselected comment box
Please I need help from a CSS expert: if you look at my comment box you’ll notice that the border is visible only if the comment box is selected. How can I set the border always visible (if I put the background color to white, you’ll see, the box disappears)?
Offline
Re: Unselected comment box
Hi- change your style sheet.
form#commentform textarea, textarea#message { border: 1px solid #A59B79; border-bottom: 2px solid #A59B79; width: 350px; height: 320px; }
Hope that works.
Last edited by JonahC (2007-11-03 14:34:30)
Jonah Calinawan
www.foodportraits.com
Offline
#3 2007-11-03 17:02:19
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Unselected comment box
Thank you very much JonahC!
It works perfectly!
There’s only a little difference: how can I specify (for the comment box) the changin’ colour effect that is present in the other field boxes (Name, email…) in the CSS?
Last edited by candyman (2007-11-03 17:15:36)
Offline
Pages: 1