billstelling
01-27-2012, 11:00 PM
Add a clickable graphic to the left and right on your header.
In the header template below this code:
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
add this code:
<div style="float:right; position:absolute; right:20px; top:32px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div>
<div style="float:left; position:absolute; left:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div>
to add a ckickable image to just the right side add this code instead:
<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="your message" /></div>
The code in red shows the editable parameters.
If you just want the logos and nothing else just remove the code in between the ""s for either one or both.
<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href=""><img src="http://your image" alt="" /></div>
https://vborg.vbsupport.ru/external/2012/01/17.jpg
The header BG is a 2000px by 114px graphic and set to center in the stylevars in the header section.
It expands on both the left and right while keeping the wave in the graphic centered.
https://vborg.vbsupport.ru/external/2012/01/8.jpg
https://vborg.vbsupport.ru/external/2012/01/9.jpg
https://vborg.vbsupport.ru/external/2012/01/10.jpg
https://vborg.vbsupport.ru/external/2012/01/11.jpg
https://vborg.vbsupport.ru/external/2012/01/12.jpg
https://vborg.vbsupport.ru/external/2012/01/13.jpg
DEMO (http://futuremark.yougamers.com/forum/index.php?styleid=32)
In the header template below this code:
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
add this code:
<div style="float:right; position:absolute; right:20px; top:32px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div>
<div style="float:left; position:absolute; left:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div>
to add a ckickable image to just the right side add this code instead:
<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="your message" /></div>
The code in red shows the editable parameters.
If you just want the logos and nothing else just remove the code in between the ""s for either one or both.
<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href=""><img src="http://your image" alt="" /></div>
https://vborg.vbsupport.ru/external/2012/01/17.jpg
The header BG is a 2000px by 114px graphic and set to center in the stylevars in the header section.
It expands on both the left and right while keeping the wave in the graphic centered.
https://vborg.vbsupport.ru/external/2012/01/8.jpg
https://vborg.vbsupport.ru/external/2012/01/9.jpg
https://vborg.vbsupport.ru/external/2012/01/10.jpg
https://vborg.vbsupport.ru/external/2012/01/11.jpg
https://vborg.vbsupport.ru/external/2012/01/12.jpg
https://vborg.vbsupport.ru/external/2012/01/13.jpg
DEMO (http://futuremark.yougamers.com/forum/index.php?styleid=32)