The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
This is only an example, so you have to edit it to fit your own needs:
First make a new template (examplename: skyscraper): Put the following content in it: HTML Code:
<style> .skywrapper { position: relative; width: {vb:stylevar wrapper_max_width}; margin: auto; } .skyscraper { position: absolute; right: 0px; margin-right: -160px; } @media only screen and (max-width:1520px) { .skywrapper { display:none; } } </style> <div class="skywrapper"> <div class="skyscraper"><img src="/images/skyscraper.png"></div> </div> If your forum wrapper have a 1200px max-width and your skyscraper have a 160px witdh it should work now. If not you have to edit @media only [wrapper-width + (skyscraper-width * 2)] In my example 1520px = 1200 wrapper and 160px skyscraper * 2 Thats it! If you have a full width forum you should use a 3 column-layout. Would be nice to see you at my forum, there are some other add-ons, exapmles... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|