The Arcive of vBulletin Modifications Site. |
|
how to make transparent input backgrounds? Details »»
|
|||||||||||||||||||||||||
anyone?
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
never mind, the css thing is:
Code:
background-color: transparent; |
|
#3
|
||||
|
||||
|
That's a cool setting.
|
|
#4
|
||||
|
||||
|
What would you actually use this for?
Quote:
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
So, like you could use that for the quick reply box message area if you had a background image that you want to show through in the box? Would it work even if the background image was stationary?
Quote:
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
||||
|
||||
|
I tried it and all I get it the same color in the message box and the reso of the box. Here is the code I used. Did I miss something?
Code:
<textarea name="message" rows="10" cols="$textareacols" wrap="virtual" tabindex="1" style="COLOR: #4D0000 ; BACKGROUND-COLOR : transparent;"> Quote:
|
|
#9
|
|||
|
|||
|
I'm pretty sure its a CSS tag. You would have to assign the value in the CSS tag instead of the property of the tag.
|
|
#10
|
||||
|
||||
|
How would you go about doing that with the code I have above? I know nothing about CSS tags (yet).
![]() Quote:
|
![]() |
|
|