The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I'm currently trying to port my new design to vB 4.1.2
It looks generally something like this (won't show my final design here): http://www.adan0s.de/misc/template.png At the moment I added two div-layer before body_wrapper and after above_body. HTML Code:
<body> <div class="above_body"> <div id="bg_left"></div> <div id="bg_right"></div> <div class="body_wrapper"> <div class="below_body"> ... Code:
#bg_left { background-image: url(bg_left.png); width: 139px; height: 600px; float:left; } #bg_right { background-image: url(bg_right.png); width: 139px; height: 600px; float:right; } .body_wrapper{ margin-left: 139px; margin-right: 139px; min-height: 600px; } ![]() As you can see the whole content itself starts after the 600px of the two bg_left/right. Someone here who actually managed to realise such a layout? greetings, Adan0s |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|