Quote:
Originally Posted by y2ksw
You may try to use the HTML code of the banner instead of using the wrapper, but I rather suggest to fix the banner code. Most first time banner designers make errors, one of which is keeping the banner in front of all contents, and the others are mainly related to all kind of redirection errors. All problems which are not fixed by the wrapper, are generally beginner errors. Personally, I send the banners back until they are fixed, and there was never ever one publisher who failed to make it right, sooner or later 
|
This, is strange for me. Now the code is in my header like this:
Code:
<div id="pageWrapper"><div class="pageBottom"><div class="pageWrap">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="headerWrap"><vb:if condition="$stylevar['titleimage']"><div>
<a name="top" href="{vb:link forumhome}" id="logo">
<!--@vbbanners:0@-->
<!--
<a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a>
-->
</div><vb:else /><div> </div></vb:if>
And it places the banner in the correct place, where is the logo of my style. The problem is what i told you, that if you click in the banner, it opens a new tab in firefox, and a new window in IE. (The flash are correcty designed with _self in the flash maker program. (I tried all the ways too)
I tried to replace the code for one i saw in this thread:
Code:
<a target="_self" >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="262" height="124">
<param name="movie" value="http://www.XXXX.com/YYYY.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="http://www.XXXX.com/YYYY.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="262" height="124" ></embed>
</object>
</a>
And that solutioned the problem of the new window/tab, but it is placed wrong in my style. And of course don't rotate.
You said about bringing the banner back or to the front. How?