Suporte » Temas » Menu com imagem

  • ResolvidoModerador Fellyph Cintra

    (@fellyph)


    olá pessoal eu estou tentando colocar uma imagem como menu, antes do post no arquivo page, quando eu subo o arquivo a imagem não aparece.

    ficou assim :

    <div id="content" class="narrowcolumn">
    		<div id="menu">
    		 <img src="http://www.reveladesign.com.br/imagens/menu-blog.gif"  usemap="#menu-oficinas" alt="" style="border-style:none"/>
                <map id="menu-oficinas" name="menu-oficinas">
    
                    <area shape="rect"  coords="2,3,62,14" href="index.html" title="REVELA DESIGN 2008" target="_self" />
                    <area shape="rect"  coords="78,2,175,15" href="programacao.html" title="REVELA DESIGN 2008" target="_self" />
                    <area shape="rect"  coords="192,1,275,15" href="convidados.html" title="REVELA DESIGN 2008" target="_self" />
                    <area shape="rect"  coords="206,18,284,29" href="expediente.html" title="REVELA DESIGN 2008" target="_self" />
                    <area shape="rect"  coords="0,17,69,28" href="palestras.html" title="REVELA DESIGN 2008" target="_self" />
                    <area shape="rect"  coords="83,18,142,32" href="oficinas.html" title="REVELA DESIGN 2008" target="_self" />
                    <area shape="rect"  coords="157,18,192,30" href="blog/" title="REVELA DESIGN 2008" target="_self" />
                    <area shape="default" nohref="nohref" alt="" />
                </map>
    		</div>
    
    		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Visualizando 10 respostas - 1 até 10 (de um total de 10)
Visualizando 10 respostas - 1 até 10 (de um total de 10)
  • O tópico ‘Menu com imagem’ está fechado para novas respostas.