![]() |
Ok, a few people have been asking how I did the fuzz effect on my forum category and banners, which doesn't actually require you to add the effect to every image.
What you do is use the category icons template modification which is listed about 20 times here and instead set the category icon as the table background, then lay an image with a fuzzed transparent centre over the top of the background. Since IE6 and below can't handle the effect, it instead just uses the background image for those browsers. Open your forumhome_forumbit_level1/2_nopost templates. FIND: Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> Code:
<if condition="is_browser('ie') AND !is_browser('ie', 7)"> And you're done! If you want to make the icons fade out when there are no new posts like I've done, just add the following to your additional CSS definitions: Code:
.fog { opacity: 0.4; filter: alpha(opacity=40); -moz-opacity: 0.40; } |
awesome...thanks a lot for your help.
cheers, eric |
How do you do that in one picture for each Forum Section? :surprised:
|
Perfect! I Love THis
|
All times are GMT. The time now is 02:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|