I`m using Ja_zibal with Ijoomla Module. I would like to disable the header img when its on the Main Page (Ijoomla Magazine is set to be my main page).
I have edited the index.php file of the template.
Line 171
<!– BEGIN: SPOTLIGHT –>
<div id=”ja-sh-wrap1″>
<div id=”ja-sh-wrap2″>
<div id=”ja-sh-wrap3″>
<?php if (strtolower($option) == ‘com_content’) { ?>
<div id=”ja-sh” class=”clearfix” style=”background:url(<?php echo “$ja_template_path/images/$ja_color/$ja_headerimg”; ?>) no-repeat top right; “>
<? }
else { ?>
<? } ?>
What happens is that, when I`m on the Main Page, the header image doesnt appear. When i`m on the page the header image appears. This is great. However, it works only with FireFox.
When I view it on IE, On the Main Page, The Transmenu submenu items is misaligned but when i`m on other page (in IE) ….the header appears and the menus are all working fine.
My Question is How do i make the transmenu subitem to appear like normal (on the main page), even if it is viewed in IE? Is this something to do with CSS?
Please advice.