[Typo3] Problem with template and IE display

Dennis Shewmaker dshewmaker at promission.net
Thu Oct 6 02:09:10 CEST 2005


Amir,

> Can one of you aid me in finding out what is making my design looked
> screwed up?  The only thing I altered was the top nav.  I made a data
> structure and all that using Tv, fixed the tempalte to make a TMENU.
> And now the whole page is screwed up.

You have this rendering:
<div class="right"></div>

When you need this:
<div class="right">
	<ul>
		<li><h2><a href="">Home</a></h2></li>
		<li><h2><a href="">Civilization 4</a></h2></li>
		<li><h2><a href="">Age of Empires 3</a></h2></li>
		<li><h2><a href="">Rome Total War</a></h2></li>
	</ul>
</div>

It looks like it is replacing the menu, but with nothing.  I would have to
see what you did in the Typoscript.  It looks like your TMENU is not dumping
to the correct object or marker.

 
-- 
Dennis





More information about the TYPO3-english mailing list