28173 sujets

CSS et mise en forme, CSS3

Bonjour à tous,

Je galere sur un bug depuis quelques temps, bug qui me parait insoluble ... Smiley confus

Voici un lien vers la page :
http://thomas.brule.free.fr/test/page1.html

Une fois sur la page, cliquer sur le bouton pour accéder a la page 2. Une fois sur la page 2, faites "précédent". Chez moi, sous ie, le texte du bouton pour accéder a la page 2 disparait... Alors que sous FireFox, je n'ai aucun probleme ... Et le probleme existe sous plusieurs verions d'ie, notammenet la verison 6.0 ...

Voici mon code css :

body {
	margin: 0px;
	font-family: "arial", serif;
	font-size: 12px;
	color: #00895D;
	background-color: #FFFEF2;
}
#page{
position: absolute;
left: 0px;
top: 0px;
width: 997px;
height: 750px;
}
#securedArea{
position: absolute;
left: 220px;
top: 150px;
width: 777px;
min-height: 600px;
background: #D6DFCE;
overflow: visible;
}
#blocSecuredMenu {
	height: 20px;
	width: 100%;	
	padding: 0px;
	margin: 0px;
}
.securedMenu {
list-style-type: none;
margin: 0px;
padding: 0px;
height: 20px;
}
.securedMenu li {
float: left;
margin: 0px;
padding: 0px;
}
.securedMenu a {
margin: 0 5px;
padding-left: 5px;
padding-right: 5px;
height: 18px;
width: 130px;
display: block;
text-align: center;
border: 1px solid #00895D;
text-decoration: none;
color: #00895D;
background: #D6DFCE;
font-weight: bold;
}
.securedMenu a:hover {
border: 1px solid #F77100;
color: #F77100;
}
.securedMenu a:active {
border: 1px solid gray; 
color: #D6DFCE;
}


Si quelqu'un arrive a m'expliquer le probleme, moi je dis chapeau .... Smiley ohwell
Modifié par muaddib (13 Feb 2006 - 11:01)