Bonjour,
voila mon probleme, je veux creer 3 Iframes dans ma page ndex.htm
j'ai donc procéder comme suit :
<iframe name="I3" src="pI3.htm" width="70%" scrolling="no" align="center" height="100%" >Pas compatibles</iframe>
<iframe name="I2" src="pI2.htm" width="15%" scrolling="no" align="right" height="100%" >Pas compatibles</iframe>
<iframe name="I1" src="pI1.htm" width="15%" scrolling="no" align="left" height="100%" >Pas compatibles</iframe>
le probleme c'est que quand je charge la page l'IFRAME center apparait bien au centre mais les 2 autres sont en dessous de l'IFRAME centrale alors que je voudrais que mes 3 frames soient l'une a coté de l'autre.
Je ne trouve pas la solution et pourtant cela doit pas etre sorcier
Je vous remercie
Partager