XF 1.3 Header Modification

konakid

Member
I'm trying to get an image (actually a flash script) to run in the upper right hand corner of my header. A regular div float: right ends up bottom left. Even a div position: top ended up at the bottom.

In on placement I got it up at the top, but it split the Nav Bar and broke a couple of other things. Can any one put me on the right trail?
 
try using the ad_header template and wrap it in a div with some inline styling.

Code:
<div style="float: right; position: relative; top: 0;">

</div>

Not sure that exact styling will get what you need but should be close.
 
AH HAH - I think I'm getting close. A little padding and I'm there I think. Now I know what it means to "wrap it in a div."

Care to help me with the simplest way to drop that down a bit???
ad header 101.webp
 
Top Bottom