Comment faire des thumbnails aux coins arrondis ?

Comment faire des thumbnails aux coins arrondis ? - Web design - Graphisme

Marsh Posté le 22-01-2004 à 11:41:29    

Voila, j'ai une galerie de photos, et je voudrais que les thumbs aient des coins arrondis, j'ai essayé d'utiliser photoshop que je ne connais vraiment pas bien, j'ai cherché mais décidement je n y arrive pas. Savez vous comment je pourrais faire ?  
 
Merci

Reply

Marsh Posté le 22-01-2004 à 11:41:29   

Reply

Marsh Posté le 25-01-2004 à 14:53:32    

Je peux te proposer une solution qui devrait te dépanner.
Tu crées 4 images avec photoshop qui sont en fait les 4 coins arrondis de l'image. Et tu utilises un code style ceci :
 

Code :
  1. <table border="0" cellspacing="0" cellpadding="0" background="./test.jpg">
  2.   <tr>
  3.     <td width="20"><img src="haut_gauche.gif"></td>
  4.     <td width="210">&nbsp;</td>
  5.     <td width="20"><img src="haut_droite.gif"></td>
  6.   </tr>
  7.   <tr>
  8.     <td width="250" height="240" colspan="3">&nbsp;</td>
  9.   </tr>
  10.   <tr>
  11.     <td width="20"><img src="bas_gauche.gif"></td>
  12.     <td width="210">&nbsp;</td>
  13.     <td width="20"><img src="bas_droite.gif"></td>
  14.   </tr>
  15. </table>


 
Ainsi, pas besoin d'arrodir toutes les images!

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed