The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You can use div's with position: relative css.
But the divs will all be rectangular not like image map. HTML Code:
<style type="text/css"> .wrap { width: 400px; height: 200px; background: #FFFACD; } .aa { width: 20px; height: 20px; background: red; position: relative; top: 10px; left: 20px;} .bb { width: 20px; height: 20px; background: blue; position: relative; top: 60px; left: 240px;} .cc { width: 20px; height: 20px; background: green; position: relative; top: 90px; left: 140px;} </style> <div class="wrap"> <div class="aa"></div> <div class="bb"></div> <div class="cc"></div> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|