Page 1 of 1
How to get a flash banner in the Kubrick(style) header ???
Posted: Sun Dec 18, 2005 10:21 pm
by Matthijs
I have used the kubrick style. But how do you get to replace the kubrickheader.jpg with a flash movie ?
I'am trying to fix it in the index.tpl, but i can get it right !!!
Posted: Mon Dec 19, 2005 2:29 am
by judebert
We'll need to know more about your problem before we can give you any specific help.
The only general information I can give is: kubrick uses style.css to put the header image in the background of a specific div. It's not possible to set a flash this way, as far as I know; you'll have to actually create a place for it in the index.tpl.
Posted: Mon Dec 19, 2005 4:09 pm
by Matthijs
This is the part in the index.tpl, but how do i replace this part?
So , i can put there a flash movie, like "kubrick.swf" for example ???
<div id="header" onclick="location.href='{$serendipityBaseURL}';" style="cursor: pointer;">
<div id="headerimg">
<h1>{$head_title|@default:$blogTitle}</h1>
<div class="description">{$head_subtitle|@default:$blogDescription}</div>
</div>
Posted: Mon Dec 19, 2005 5:32 pm
by Matthijs
Problem solved !!!!!!!