The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
you need to be more specific but this may help...
HTML Code:
<table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>lcor_image</td> <td width="100%"><div align="center">header</div></td> <td>rcor_image</td> </tr> </table> HTML Code:
<table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td rowspan="2" valign="top">lcor_image</td> <td width="100%" style="background:url(images/misc/go.gif)"><div align="center">header</div></td> <td rowspan="2" valign="top">rcor_image</td> </tr> <tr> <td width="100%"><div align="center">content goes here</div></td> </tr> </table> |
#3
|
||||
|
||||
Can you paste some code to your site? princeton's method works effectively for traditional website, but if you want to minimize coding, page size, and end-user load time, you can create the same effect using CSS and two images.
|
#4
|
|||
|
|||
Quote:
from my header? |
#5
|
|||
|
|||
I want to accomplish the same thing. I have tried this, but to no avail:
1. Add to Main CSS Code:
leftbg .bw1 { background: url(images/bg/bg-left.png) repeat-y 0% 0px; } rightbg .bw2 { background: url(images/bg/bg-right.png) repeat-y 100% 0px; } .bgbody-wrap { margin: 0px 33px; } Code:
<div class="bw1"><div class="bw2"><div id="body-wrap"> Code:
</div></div></div> |
#6
|
||||
|
||||
Your 100% middle div is going to blast past your outer divs. There are two things you can do.
Put the actual image in the left and right div. Just once, so the div cannot be compressed by the 100% div OR you can remove the 100% attribute from the center div and add width attributes to the left and right divs. The width being how wide the border image is. Let me know if that helps. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|