The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Gradient in Postbit Issue
Hello,
I've been trying to add in a gradient background image to my postbit legacy, and have so far been successful in adding it to the postbit area on the left where all the avatar, username, etc is. But, I can't seem to add it to the actual message area without causing weird stretching. This is the code I used to do the gradient on the left side, along with what I was going to use for the postbit message area. If anyone could give me the fix for this, I'd be very appreciative: Code:
<td class="alt2" style="text-align: center; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px solid #000000; background: #03273F url(image url is in here) repeat-x top left;" height="100%" align="center" > Code:
<if condition="$show['moderated']"> <td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]"> <else /> <td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px solid #000000; background: #03273F url(image url in here) repeat-x top left;" height="100%" align="center"> Thanks in advance! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|