The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Before I delete my entire header and replace it with my code for an image map, is there any easier way?
I want different highlights of my image map to represent links on my site. |
#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> |
#3
|
|||
|
|||
![]()
Thanks SS I'll have a look at it. I've got my map finished, template edits done and ready to try it out. I'll have a look at yours if mine fails.
Thanks' |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|