It's not actually the top border but a small shadow (so it's more
related to background rather than border).
To me this is a bug since
barckground:none;
should wipe it out, but it doesn't. A work around is to set a white
(or whatever) background image to the textarea:
background:#fff url(whitey.png);
border:0; margin:0; padding:0;

Note that something like the following also works:
background:#fff url(.);

But I don't like it at all.

Matt

On Feb 4, 10:26 pm, anmldr <[email protected]> wrote:
> I have a textarea that I do not want any border around. I am able to
> prevent it when it receives focus except for the top border.
>
> textarea#notes, textarea#notes:focus {
> border:none;
>
> }
>
> For some reason, there still is a top border. Any suggestions?
>
> Thanks,
> Linda
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to