kippie
Technical User
- Nov 8, 2001
- 158
In the HTML below I would like to let the shadow border around the textblock disappear so that the whole background will be white. Is that possible?
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<style><!--
textarea.combi { scrollbar-arrow-color: lightSalmon;; scrollbar-face-color: bisque;; scrollbar-highlight-color: ivory;; scrollbar-shadow-color: mistyrose;; }
-->
</style>
</head>
<body>
<textarea class="combi" cols="40" rows="5">The scroll bar for
Is it possible to let the dark rectangle around the text disappear? Is it possible to let the dark rectangle around the text disappear? Is it possible to let the dark rectangle around the text disappear? Is it possible to let the dark rectangle around the text disappear? </textarea>
</body>
</html>
Kippie
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<style><!--
textarea.combi { scrollbar-arrow-color: lightSalmon;; scrollbar-face-color: bisque;; scrollbar-highlight-color: ivory;; scrollbar-shadow-color: mistyrose;; }
-->
</style>
</head>
<body>
<textarea class="combi" cols="40" rows="5">The scroll bar for
Is it possible to let the dark rectangle around the text disappear? Is it possible to let the dark rectangle around the text disappear? Is it possible to let the dark rectangle around the text disappear? Is it possible to let the dark rectangle around the text disappear? </textarea>
</body>
</html>
Kippie