HTML: Extra whitespace around textarea element in IE6, how to remove?
-
In Internet Explorer 6 on Windows textareas seem to have an extra pixel of space above and below them. I want to know some HTML or CSS code to display the textarea without this whitespace. Here's some example code: <table border=0 cellspacing=0 cellpadding=0 width=500 style="border: red 10 solid"><tr><td bgcolor="yellow"> <TEXTAREA id=_box1_editor style="WIDTH: 100%; HEIGHT: 200px; border: none; background-color: green"> </TEXTAREA> </td></tr></table> The extra pixel will show as yellow in IE6. I've turned off the textarea border and added colors so it's more obvious, but the problem is there even with standard borders on. If you replace "textarea" with "iframe" there will be no extra pixels above and below.
-
Answer:
Hello Davious, To remove the extra-pixel that shows above and below the textarea, add the following two margin properties to the textarea inline-style: <TEXTAREA id=_box1_editor style="margin-top: -1px; margin-bottom: -1px; (...)"> This will not only solve the problem in IE6, but also in Netscape6/ Mozilla1. Hope that helps!
davious-ga at Google Answers Visit the source
Related Q & A:
- How To Remove Moles At Home?Best solution by Yahoo! Answers
- How To Remove Abuchak?Best solution by Yahoo! Answers
- How to remove first element in multidimentional array?Best solution by Stack Overflow
- How to remove some extra drives from my computer?Best solution by Yahoo! Answers
- How to remove extra fat from a body?Best solution by Arqade
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.