Infolinx-no.com   Artikkel-oversikt
  Scripts og tips hos Winfolinx.com
  Webhotell


Bilde eller farge som bakgrunn i Textarea


CSS: ... og sånn blir det:
<style type="text/css">
textarea {
background-image: url(adresse/bilde.gif);
</style>


eller


<style type="text/css">
textarea {
background-color:ffff00;}
</style>





Du kan også sette inn stylen direkte i taggen:

<textarea cols=30 rows=5 style="background-image: url(adresse/bilde.gif)";> </textarea>

<textarea cols=30 rows=5 style=background-color:ffff00;> </textarea>





Free Tips and JavaScripts provided
by Infolinx-no.com Web