The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm running Vbulletin 3.5.1 and I've got a site logo in the header of each of my pages. The image is 983 wide X 50 high. I've discovered that the banner fits the homepage very well, but doesn't in some other pages. I've tried messing around with coding although I know very little so far. I've tried the "width=100%" and such, with no luck. I might not have phrased it correctly though.
So how would I go about modifying the image or the header template so that it is "liquid" and occupies the full width of the table in all of my pages? Thanks
|
|
#2
|
||||
|
||||
|
Going to need your header code for this.
|
|
#3
|
|||
|
|||
|
Quote:
PHP Code:
|
|
#4
|
|||
|
|||
|
Anybody know how to do this?
|
|
#5
|
||||
|
||||
|
You will need to create a repeating image...
Then add this css: Code:
.fluidheader {
background: #hexcode url('/path.to.repeat/image.ext') repeat-x;
}
HTML Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> HTML Code:
<td width="100%" class="fluidheader" style="border: #000000 1px solid;"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> ) this should create a 100% width table, with your header image on the absolute left, with the repeating image repeating from the end of the banner to the far right, and the whole lot encased in a 1px thick black border ![]() Chris |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
How do you put one on the left, one at the right and the repeating image filling the middle?
Thanks for the help |
|
#8
|
|||
|
|||
|
were do you add the CSS code, does that go in the big square box in main styles
|
|
#9
|
|||
|
|||
|
did you ever fix this man?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|