03-08-2008, 10:58 PM
|
#1 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 482
Thanks: 51
|
CSS Padding / Textarea problems
Hi all,
I'm having some problems using a textarea inside a div that has padding set.
I have the following in my CSS:
CSS Code:
#content { padding: 0 40px 0 40px; }
All page content is then wrapped in <div id="content"> to give some space at either edge of the page.
Unfortunately, this also effects textareas:
Can any of you CSS experts clue me in on how to stop the textarea using the padding please?
Thanks,
Alan
|
|
|