Site http://www.flyingeaglesrc.com/eagles15/index.php
The basic purity template seems like it is IE 6 compatible but after modifying the header mine is not any longer.
I basically wanted to simplify the header area with a single centered image. I wanted to remove the Joomla logo and the rotating header images.
I followed most of the instructions found in joomla.org customising the JA Purity template documentation
I choose blue in the admin area, changed the blue to #88D7FF in style.css
commented out headermask in style.css
Changed index.php to remove random images as per the joomla.org doc
Commented out the logo in template.css
Changed the height of the header to 180 in template.css
Made my main image, header-mask.png as per the joomla doc section replacing the header pictures
Added this to template.css in #ja-headerwrap section background: url(../images/header-mask.png);
Finally centered the image in index.php
<!– BEGIN: HEADER –>
<center>
<div id=”ja-headerwrap”>
<div id=”ja-header” class=”clearfix”>
<div class=”ja-headermask”> </div>
</center>
This did what I wanted except in IE 6 only the very right end of the image is on the screen
Any ideas how I broke it 🙂
Thank you,
Stuart