I try the two ways before posting and it only change one image man
I want to put the code to load the module headerimage to change the image while the user can navigate the site
So if you see the site they only show one image doing what you say
We want to change this image while the users browse the site
I think i maka a pont here i dont whant to change only the header image i want to change it every click the user push while navigate
the css code of the header is the folowing
Code:
#box-header {
float : left;
font : bold 12px Arial, Helvetica, sans-serif;
color : #fff;
margin : 1px 1px 2px 1px ;
padding : 5px;
border : 1px solid #999;
width : 741px !important;
width : 753px;
height : 126px !important;
height : 140px ;
background : transparent url(../images/head.jpg) no-repeat center center;
clear : both;
}
#sitename {
float : left;
font : bold 19px/23px Georgia, "Times New Roman", Times, serif;
color : #000;
background : #fff;
-moz-opacity : 0.6;
filter : alpha(opacity=60);
}
#date {
float : right;
font : bold 19px/25px Georgia, "Times New Roman", Times, serif;
color : #000;
background : #fff;
-moz-opacity : 0.6;
filter : alpha(opacity=60);
} An the code that calls the image into the templates is this
Code:
<!-- MODULES HEADER: -->
<div id="box-header">
<div id="sitename"> .: <?php echo $mosConfig_sitename; ?> :. </div>
<div id="date"> .: <?php echo mosCurrentDate(); ?> :. </div>
</div>
as you can see
box-header calls the image
sitename calls the name of the site but it put it above the image
date do the same as sitename but with the date
i whant to put the codo that calls the module into the code
<?php mosLoadModules ('header'); ?>
I create a position in the template module positions called header
I install and publish the headerimage module in the position i created called header
Now i whant to know how to hack this in order that the module can manage the images called in the css or the index.php in the site
I think with this code you masters can help me in this dilema
The imageheader module you can download it
here
The site i want to change is
www.bosquetito.com
All the helps and hints are welcome
Please help
Please
Thanks in advance