yourface89
02-22-2005, 06:08 PM
Is there a was to use a background in a input/textarea insted of just a color?
|
View Full Version : input+background??? yourface89 02-22-2005, 06:08 PM Is there a was to use a background in a input/textarea insted of just a color? pb&j 02-22-2005, 06:39 PM should be do-able. try this... style="background-image: url(imagename.gif);" in the tag you desire and adjust the value of the image. yourface89 02-22-2005, 06:44 PM can it be none in an external style sheet? pb&j 02-22-2005, 06:49 PM any css can be done inline or externally. if you want to affect just one specific tag, perhaps make a class out of it... .special_background {background-image: url(imagename.gif);} then apply the class to the tag... class="special_background" yourface89 02-22-2005, 06:50 PM One more question can it be none in an external style sheet? pb&j 02-22-2005, 06:52 PM none? i dont understand. yourface89 02-22-2005, 06:58 PM Sorry wrong question Can I make the input/textarea transparet? pb&j 02-22-2005, 07:45 PM i believe that has to do with the chroma filter. to a forum search in the css forum area to find a few thread on that already. thanks. yourface89 02-22-2005, 08:28 PM thanks of the help! :D |