The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Image Opacity
Question: Anyone know how to make a Category Image transparent? Go here: http://www.zelaron.com/forums/index.php?styleid=73 and you'll see what I mean. You can see the BG image through the table. Any idea on how to do that?
thanks, - Shpook |
#2
|
||||
|
||||
hrm...i really like that...i would never do it - but its neat!
ill look into it |
#3
|
||||
|
||||
ill take a guess. i think that the just made the images behind the forum names with a lower opacity.
get it? |
#4
|
|||
|
|||
Ya, its just an image made from LW 7.5 so thats what im doing now =P
|
#5
|
|||
|
|||
lol Yeah, I guess I wasn't thinking it would be simple...lmfao. Well, still curious though, is there a way to adjust opacity through HTML? or maybe Java? Just curious though....
|
#6
|
|||
|
|||
When in doubt, read the code.
|
#7
|
|||
|
|||
make a new thing in head include:
.opacity { filter:alpha(opacity=75); } then in the td tag where ur image is make it have like this: <td (your other td attributes) class="opacity"> Hope that works for you |
#8
|
|||
|
|||
I can't thank you enough. =P
-Nem |
#9
|
|||
|
|||
I do this with my avatars at kousetsu. When someone is offline their avatar shows up at 20% opacity.
You can do this without CSS with html: <img src="" border="" alt="" style="filter:alpha(opacity=20)"> |
#10
|
|||
|
|||
That HTML still uses CSS, you just don't define a class for it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|