Après avoir fait plusieurs sites avec des frames et iframes (non ne me lynchez pas tout de suite !) j'ai décidé de me mettre au <div>
Voici mon test
J'aimerai que les liens prennent place dans la partie main2, mais je ne sais vraiment pas comment faire ...
Second problème : le contenu de cette division ne s'affiche pas sous IE ...
Contenu de ma feuille de style :
Voilà, j'espère ne pas avoir poster n'importe où ... Merci d'avance pour l'attention que vous porterez à mon post
Modifié par Hermine (25 Feb 2006 - 11:49)
Voici mon test
<div id="main" align="center" class="main"> </div>
<div id="haut" class="main">
<img src="images/ha_haut.gif">
</div>
<div id="menubg" class="main"> </div>
<div id="menu" class="main">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-size: x-small;font-family: Verdana;text-align: justify;font-weight: bold;">
<tr>
<td width="40%">
</td>
<td width="12%" align="center">
<a href="ha_main.html" target="_top">Accueil</a>
</td>
<td width="13%" align="center">
<a href="ha_presentation.html" target="_self">Présentation</a>
</td>
<td width="12%" align="center">
<a href="ha_lastadd.php" target="main">Galeries</a>
</td>
<td width="11%" align="center">
<a href="ha_contact.php" target="main">Contact</a>
</td>
<td width="12%" align="center">
<a href="ha_livre.php" target="main">Livre d'or</a>
</td>
</tr>
</div>
<div id="main2" class="main">
<P>Blablabla</P>
</div>
J'aimerai que les liens prennent place dans la partie main2, mais je ne sais vraiment pas comment faire ...
Second problème : le contenu de cette division ne s'affiche pas sous IE ...
Contenu de ma feuille de style :
BODY
{
background-color: #000000;
color=#000000;
font-size: x-small;
font-family: Verdana;
text-align: justify;
}
A:link {text-decoration: none; color: #202040}
A:visited {text-decoration: none; color: #101035}
A:active {text-decoration: none; color: #808080}
A:hover {text-decoration: underline; color: #505080}
.miniature
{
width: 50%;
}
.main
{
color: #000000;
font-size: x-small;
font-family: Verdana;
text-align: justify;
font-weight: bold;
}
#main
{
background-image:url(images/ha_fond14.jpg);
background-color: #C0C0C0;
background-repeat: no-repeat;
width:700;
height:400;
position: absolute;
top: 5;
left: 40;
z-index:0;
border-style: solid;
border-color: #C0C0C0;
border-width: 1;
}
#haut
{
background-color: transparent;
position: absolute;
width:699;
height:45;
top:5;
left:41;
z-index: 1;
}
#menubg
{
filter:alpha(opacity=70);
background-color:transparent;
position: absolute;
top:50;
left:319;
width:421;
height:17;
z-index:1;
}
#menu
{
background-color:transparent;
position: absolute;
top:50;
left:41;
width:699;
height:20;
z-index:2;
}
#main2
{
background-color: transparent;
text-indent: 25;
position: absolute;
top:70;
left:41;
width:610;
height:335;
z-index:2;
}
Voilà, j'espère ne pas avoir poster n'importe où ... Merci d'avance pour l'attention que vous porterez à mon post
Modifié par Hermine (25 Feb 2006 - 11:49)