Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2007-11-03 14:33:35

JonahC
Member
From: Toronto
Registered: 2007-09-23
Posts: 39
Website

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

Board footer

Powered by FluxBB