html - Bought joomla template no text after flash content -


i have bought joomla template template monster. looks template isn't ie8 compatible. can't count on support, because when entering online chat, fague chat bot.

the problem template doesn't show text after flash banner. in ff works great, in ie7,8 andabove not. top menu , flash header.

this header

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr" > <head> <base href="http://www.friesecomputerservice.nl/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="robots" content="index, follow" /> <meta name="keywords" content="joomla, joomla" /> <meta name="description" content="joomla! - dynamic portal engine , content management system" /> <meta name="generator" content="joomla! 1.5 - open source content management" /> <title>friese computerservice</title>  <link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="rss 2.0" /> <link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="atom 1.0" /> <script type="text/javascript" src="/media/system/js/mootools.js"></script> <script type="text/javascript" src="/media/system/js/caption.js"></script>   <script type="text/javascript" src="/templates/theme520/scripts/jquery.js"></script> <script type="text/javascript" src="/templates/theme520/scripts/maxheight.js"></script>  <script type="text/javascript"> var $j = jquery.noconflict(); $j(document).ready(function(){ $j('.menu-nav li').hover( function() { $j(this).addclass("active"); $j(this).find('.ulwrapper').stop(false, true).slidedown(); $j(this).find('.ulwrapper .ulwrapper').stop(false, true).slideup('fast'); }, function() { $j(this).removeclass("active");         $j(this).find('div').stop(false, true).slideup('fast'); } ); $j('.ulwrapper').hover( function() { $j('.parent').addclass("active_tab"); }, function() { $j('.parent').removeclass("active_tab");         } ); }); </script>   <script type="text/javascript" src="/templates/theme520/scripts/cufon-yui.js"></script> <script type="text/javascript" src="/templates/theme520/scripts/news_gothic_400.font.js"></script> <script type="text/javascript" src="/templates/theme520/scripts/cufon-replace.js"></script>   <script type="text/javascript" src="http://info.template-help.com/files/ie6_warning/ie6_script_other.js"></script>  <link rel="stylesheet" href="/templates/theme520/css/constant.css" type="text/css" /> <link rel="stylesheet" href="/templates/theme520/css/template.css" type="text/css" /> </head> 

this body html including flash

<div class="flash"><p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"  width="100%" height="393"> <param name="movie" value="/images/stories/header_v8.swf"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> <!--[if !ie]> <--> <object data="/images/stories/header_v8.swf"  type="application/x-shockwave-flash" width="100%" height="393"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> fail (the browser should render flash content, not this). </object> <!----> <!--[endif]--> </object></p></div> <!--content--> <div id="content"> <div class="clear"> <!--left--> <div id="left" class="maxheight"> <div class="left-indent maxheight"> <div class="left-border maxheight"> <div class="left-inner">             <div class="wrapper-box module_menu">    <div class="boxtitle"> <h3 >main menu</h3> </div>         <div class="clear"> <div class="boxindent"> <ul class="menu"><li class="item1"><a href="/home.html"> <span>home</span></a></li><li class="item27"> <a href="/joomla-overview.html"><span>blog</span></a></li> <li class="item2"><a href="/joomla-license.html"> <span>joomla! license</span></a></li><li class="item49"> <a href="/news-feeds.html"><span>news feeds</span></a></li> <li class="item60"><a href="/wrapper.html"><span>wrapper</span></a></li> <li class="item61"><a href="/user.html"><span>user</span></a></li> <li class="item62"><a href="/poll.html"><span>poll</span></a></li> <li class="item63"><a href="/search.html"><span>search</span></a></li> <li class="item48"><a href="/web-links.html"><span>web links</span></a> </li></ul>                    </div> </div>   </div>  </div> </div> </div> </div> <!--center--> <div id="container" class="maxheight"> <div class="clear">                 <table class="blog" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><table width="100%"  cellpadding="0" cellspacing="0"> <tr> <td valign="top" width="100%" class="article_column"> <div class="article-title"> <table class="contentpaneopen"> <tr> <td class="contentheading" width="100%"> <div class="article-title-text">             call of dury - black ops       </div>                                      </td>                     </tr> </table> </div>  <div class="wrapper1-border"> <div class="wrapper1-bg clear"> <div class="article-text-indent"> <div class="clear"> <table class="contentpaneopen"> <tr>     <td valign="top" colspan="2">                                     <h1>call of duty - black ops te koop in stiens</h1> </td> </tr> </table> </div> </div> </div> </div> <div class="article-separator-indent"> <span class="article_separator">&nbsp;</span></div> </td>             </tr> </table></td> </tr> </table> 

just fyi on tinymce, if go tinymce's plugin parameters in extensions->plugin manager->editor-tinymce first parameter "functionality" if select "extended" drop down list tinymce have option insert/embed media when editing articles. , necessary code structure, have select flash.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -