Solved - need help getting my menu converted...

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
gregorh
New Member
New Member
Posts: 4
Joined: Fri Nov 26, 2010 8:27 am

Solved - need help getting my menu converted...

Post by gregorh »

Hello Comunity,
first I am very glad I found this incredible cms! Thanks a lot!

My problem is, I can't get behind the logic of the menu templates to convert my static template.

my static menu looks as follows:

Code: Select all

<ul class="menu">
			<li><a href="#x">Inicio</a></li>
			<li><a href="#x">Equipo</a></li>
			
                        <li><a href="#x">Cursos<!--[if gte IE 7]><!--></a><!--<![endif]-->
			<!--[if lte IE 6]><table><tr><td><![endif]-->
			<div class="subHolder">
				<div class="subShadow">
					<div class="subColor col4">
						<ul class="subMenu">
							<li><a href="#x">Cursos para adultos</a></li>
							<li><a href="#x">Cursos para ninos</a></li>
							<li><a href="#x">Ninos y Padres</a></li>
						</ul>
					</div>
				</div>
			</div>
			<!--[if lte IE 6]></td></tr></table></a><![endif]-->
			</li>
			
                        <li><a href="#x">Canchas de Tenis</a></li>
			<li><a href="#x">Eventos<!--[if gte IE 7]><!--></a><!--<![endif]-->
			<!--[if lte IE 6]><table><tr><td><![endif]-->
			<div class="subHolder">
				<div class="subShadow">
					<div class="subColor col4">
						<ul class="subMenu">
							<li><a href="#x">Calendario</a></li>
							<li><a href="#x">Clasificaciónes</a></li>
						</ul>
					</div>
				</div>
			</div>
			<!--[if lte IE 6]></td></tr></table></a><![endif]-->
			</li>
			<li><a href="#x">Galería</a></li>
            <li><a href="#x">Colaboradores</a></li>
            <li><a href="#x">Contacto</a></li>
</ul>
Its a basic two level horizontal menu. The different to all the existing menu examples is that it uses div's for the second level and I can't figure out how to match this into the menu templates.

If someone could give me a hand on this, it would be more than appreciated!!

Thanks
Gregor



Not solved, but I found a way around it, thanks for reading anyway!
Last edited by gregorh on Fri Nov 26, 2010 5:37 pm, edited 1 time in total.
Post Reply

Return to “Layout and Design (CSS & HTML)”