|
Posted by ShaggyMoose on November 22, 2007, 4:29 pm
Please log in for more thread options
I have a textarea that is styled by the following.
textarea
{
width: 100%;
line-height: 13pt;
font-family: Arial, Verdana, Helvetica;
text-align: left;
overflow: auto;
}
When I first load the page containing this element, it is unstyled
(default appearance). However, the styling of all the other elements
are fine (same stylesheet). When I refresh the page, the style is
applied as expected! Any ideas?
|