The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CMS Grid Help
I'm trying to make a grid thats
like (300px | 100% | 300px) struggling to do it tho |
#2
|
||||
|
||||
Try:
<style type="text/css"> .two_columns {float: right;} .col_1 {width: 300px; float:left; margin-right: -320px;} .col_2 { float:left; margin: 0 190px 0 320px;} .col_3 {width: 300px; float: right; margin-left: -190px; } </style> <div id="doc3" class="yui-tvb-l3"> <div class="two_columns"> <div class="col_2"> <ul class="list_no_decoration widget_list" id="widgetlist_column2">$column[2]</ul> </div> <div class="col_3"> <ul class="list_no_decoration widget_list" id="widgetlist_column3">$column[3]</ul> </div> </div> <div class="col_1"> <ul class="list_no_decoration widget_list" id="widgetlist_column1">$column[1]</ul> </div> |
#3
|
|||
|
|||
thank you very much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|