-
AuthorPosts
-
November 30, 2006 at 8:36 am #117817
I’ve added two module positions above and below content to accomodate some extra banner positions. Everything displays fine in Firefox, but in IE6 if you hover over ANY of the banners or any content that has a link, the page colapses showing only the header, anything above the content area and only the title of the first content item and then the footer.
Everything in between is lost until you hover back over the header area
If I take out the links things work – but how useful are banners WITHOUT links??? Interestingly, if there is any links including text links in any content items the same error occurs – Very annoying!
View http://www.herveybaydirectory.com to see what I mean
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
November 30, 2006 at 9:22 am #212146Looking into your source code, there’re some incorrect generated html code. About you banner, there’s a open <a> tag, but it closes by a </div>. Fix those issues, I think it wil fix your problem.
November 30, 2006 at 10:11 pm #212175<em>@khanh 4601 wrote:</em><blockquote>Looking into your source code, there’re some incorrect generated html code. About you banner, there’s a open <a> tag, but it closes by a </div>. Fix those issues, I think it wil fix your problem.</blockquote>
Thanks for your quick responce, the problem was infact the banner but more to the point where I placed the call for the banner module. Isn’t it strange that the newest browsers on the block (FireFox) can handle these small coding mistakes but the so called major players like MS IE6 etc… that we’ve had to put up with all these years can’t handle it.
Just for Information sake to put a module positions above and below content (note it was only the banner position causing conflict):
WRONG:
<!– BEGIN: CONTENT –>
<div align=”center”><?php mosLoadModules ( ‘banner’ ); ?></div>
<div id=”ja-<?php echo $divid ?>”>
<a name=”Content” id=”Content”></a>
<div id=”pathway”><?php mosPathway(); ?></div>
<div id=”content”>
<?php mosMainBody(); ?>
</div>
<div align=”center”>
<?php mosLoadModules ( ‘top’ ); ?></div>
<div align=”center”>
<?php mosLoadModules ( ‘bottom’ ); ?></div>CORRECT METHOD
<!– BEGIN: CONTENT –>
<div id=”ja-<?php echo $divid ?>”>
<div align=”center”><?php mosLoadModules ( ‘banner’ ); ?></div>
<a name=”Content” id=”Content”></a>
<div id=”pathway”><?php mosPathway(); ?></div>
<div id=”content”>
<?php mosMainBody(); ?>
</div>
<div align=”center”>
<?php mosLoadModules ( ‘top’ ); ?></div>
<div align=”center”>
<?php mosLoadModules ( ‘bottom’ ); ?></div>Regards to all – Steve!!!
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by tradewise 18 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum