5568 sujets

Sémantique web et HTML

Bonjour,
1/ ci joint un le code qui me permets d'avoir plusieurs images à visualiser en ne cliquant que sur une seule vignette.
Pourriez vous me dire si le code pourrait être simplifié du fait que je fait appel à une seule vignette pour les images.
Peut être n'ai je pas le choix.

<!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">

fragment correspondant à ma question:
<!--PORTFOLIO PAGE STARTS -->
<div class="section">
<h2>Gallery</h2>

<div id="slideshow">
<div class="slider">
<ul class="gallery clearfix">
<li>
<a href="images/bigimages/1.jpg" rel="prettyPhoto[pp_gal]" title="You can add caption to pictures."><img src="images/t_1.jpg" width="135" height="78" alt="Red round shape" /></a>
<a href="images/bigimages/2.jpg" rel="prettyPhoto[pp_gal]"><img src="images/t_1.jpg" width="135" height="78" alt="Nice building" /></a>
<a href="images/bigimages/3.jpg" rel="prettyPhoto[pp_gal]"><img src="images/t_1.jpg" width="135" height="78" alt="Fire!" /></a>
<a href="images/bigimages/4.jpg" rel="prettyPhoto[pp_gal]"><img src="images/t_1.jpg" width="135" height="78" alt="Rock climbing" /></a>
<a href="images/bigimages/5.jpg" rel="prettyPhoto[pp_gal]"><img src="images/t_1.jpg" width="135" height="78" alt="Fly kite, fly!" /></a></li>
</ul>
</div>
</div>
<div id="display">
<ul>
<li id="prev"><img src="images/prev_btn.gif" alt="" /></li>
<li id="next" class="last"><img src="images/next_btn.gif" alt="" /></li>
</ul>
</div>
</div>
<!--PORTFOLIO PAGE ENDS -->


Merci par avance à ceux qui m'aideront. Smiley sweatdrop
Franck
[code] Smiley sweatdrop Smiley sweatdrop
Modifié par octopus49 (27 Sep 2010 - 12:16)