Hi all
I have a contact form set up, and when the user types into the #comments textarea in IE6 the textarea expands to the right about 10,20px?
Why is this?
my code ..
html:
css:HTML Code:<h2> Question / Comments</h2> <p align="center"> <textarea name="comments" id="comments"></textarea> <span class="orange">*</span></p>
thanks!Code:#comments {width: 78%;height: 70px;overflow: auto;padding-right: 2px;padding-left: 2px;}




Bookmarks