Hi, I’m trying to resolve an issue where I cannot get the Overflow: visible to work with textareas.
We’re working on several sites that have a user-defined description field, where the description appears in a textarea. A textarea was used so line breaks will be properly displayed.
Problem is, even when using Overflow: visible property, it will not overflow.
Here is the site, you can clearly see the issue in the description field:
http://www.bellabellaboutique.com/public_store_product.php?prd_key=b98af60cc7
I think it’s set to “Scroll” right now - but when testing locally with Visible, it does not work.
I’m open to suggestions - I tried the same with a Div layer instead of textarea and it worked, but the Div layer solution ignores line breaks and spacing.
ps - Forgot to mention that it will work in Ie7 if I remove the Doctype from the page - but will that affect the site negatively, or make it not work in certain browsers?