Member:
Markus ⋅
Date: October 3, 2009, 05:36 PM
⋅ Subject: "Re: header image"
1. You may need to tweak the CSS for .site_logo (under templates/css/menus.css). Try this for a starting point:
.site_logo {
position: absolute;
z-index: 200;
left: 0px;
top: 0px;
}
Do the following first, however.
2. Get rid of those paragraph tags and just stick the [[LOGIN_BOX]] right after the div. (Suggest editing this in plain HTML, not in WYSIWYG mode.)
3. Your hyperlink is now to the flash file (see the a href="" part). You probably want to have it for your site's default page or so, but you can't create hyperlinks around Flash. Any click activity will have to be handled by the Flash itself.
All that fixed, it should look like this:
<div class="site_logo">
<object width="300" height="70" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="templates/default/images/lostpsychic_logo.swf" /><embed src="/templates/default/images/lostpsychic_logo.swf" type="application/x-shockwave-flash" width="100" height="100"></embed>
</object>
</div>
[[LOGIN_BOX]]