View Full Version : Textarea
DJTech
02-28-2004, 01:38 AM
Sorry, I figured it out...
coothead
02-28-2004, 03:04 AM
Hi there DJTech,
Welcome to these forums :D
If you mean by 'edit a textarea' - customise it
then here is an example that may
give you a few ideas...
<html>
<head>
<title>customised textarea</title>
<style type="text/css">
<!--
body
{
background:#808080;
}
#foo
{
width:440px;
height:270px;
background:url(http://hstrial-dbayly.homestead.com/files/clouds.jpg);
font-family:arial;
font-size:18px;
color:#000080;
padding:20px;
border: double 6px #000080;
position:absolute;
left:20%;
top:20%;
}
//-->
</style>
</head>
<body>
<form action="">
<textarea id="foo"onclick="this.style.background='url(http://mysite.freeserve.com/achelous/sky.JPG)'">
This is a customised textarea....clicking on it will change the background
</textarea>
</form>
</body>
</html>
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.