Galery Id within Slide id
Hello,
I working in my new site, and i make a id within another id, the codes work perfectly, but toghether its not work.
This is the site to see better the problem:
In the final of site is the example the galery works.
Code (problem of):
- <ul id="slider">
- <li>
- <div id="galeria">
- <ul id='galeria' class='kwicks kwicks-horizontal'>
- <li><a href="index.html"><img src="imagens/teste.jpg" alt="teste"></a></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- <li><a href="index.html"><img src="imagens/site_agenor.png" title="hello!"></a></li>
- <li><a href="http://www.google.com.br"><img src="imagens/teste.jpg" title="ola!"></a></li>
- </ul>
- </div>
- </li>
- <!-- others "pages" -->
- <li><a href="#"><img src="images/2.jpg" alt=""></a></li>
- <li><a href="#"><img src="images/3.jpg" alt=""></a></li>
- </ul>
Obs: 2 lasts <li> work perfectly, but the frist <li> has a galery that not work.
Someone can help me?
Thanks so very much;