|
#1
| |||
| |||
| Create a 3 part tcat strip
In this article, you will learn a very handy CSS and HTML trick that will allow you to split your tcat into 3 parts. This technique is used on images that have rounded corners or non-symmetrical sides. Go to: Style Manager - Main CSS - Additional CSS Definitions Place this code in the Additional CSS Definitions spot. Code: .tcat_center {
background: url(xx.gif) top left repeat-x;
height: xxpx;
}
.tcat_left {
background: url(xx_left.gif) top left no-repeat;
height: xxpx;
}
.tcat_right {
background: url(xx_right.gif) top right no-repeat;
height: xxpx;
}
.tcat_text {
padding: 10px;
}
Go to: Search in Templates - forumhome_forumbit_level1_nopost Find the first instance of: Code: <if condition="$childforumbits"> Code: <div class="tcat_center"><div class="tcat_left"><div class="tcat_right"><div class="tcat_text"> Code: <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> Code: </div></div></div></div> Any questions or comments can be posted here. Thank you for reading. ![]() Copyright 2007 Pandemix. vBSkinZone |
|
#2
| |||
| |||
| Re: Create a 3 part tcat strip
Any screenshots so we can see exactly what this achieves?
|
|
#3
| |||
| |||
| Re: Create a 3 part tcat strip
Look at vBSkinZone, or my forum. The tcat is rounded.
|
|
#4
| |||
| |||
| Re: Create a 3 part tcat strip
Right ![]() Pretty impressive stuff! |
|
#5
| |||
| |||
| Re: Create a 3 part tcat strip
Nice idea! I'll try it.
__________________ Web City Forum Online |
| Tags |
| coding tutorials , vbulletin articles , vbulletin tutorials |
| Thread Tools | |
| |