28172 sujets

CSS et mise en forme, CSS3

Bonjour,

Pour créer mon site Internet, je me suis aidée du logiciel Artisteer. Comme il ne me convenait pas tout à fait, j'ai effectué des modifications au menu sur template.css (.art-menu ul a):
- mis une image à la place d'un background-color
- mis un width: auto (au lieu de 180px)
- mis un padding-right de 15px

Malheureusement si chaque sous-menu est de la même longueur pour la rubrique X, sous IE les sous-menus forment des escaliers. Pas très joli joli...


- Partie menu du template.css :

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 3px 3px 3px 3px;
}

.art-nav
{
	position: relative;
	height: 33px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 33px;
	background-image: url('../images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 890px;
	clip: rect(auto, auto, auto, 890px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 27px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 81px;
	background-image: url('../images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:11px;
}

.art-menu a .r
{
	width:422px;
	right:0;
	clip: rect(auto, auto, auto, 411px);
}

.art-menu a .t 
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
	color: #FFFFFF;
	padding: 0 6px;
	margin: 0 11px;
	line-height: 27px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-27px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-27px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-27px;
}
.art-menu a:hover .t
{
	color: #3DABFF;
}

.art-menu li:hover a .t
{
	color: #3DABFF;
}

.art-menu li:hover>a .t
{
	color: #3DABFF;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -54px;
}

.art-menu a.active .t
{
	color: #3DABFF;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	/*width: 180px;*/
	width: auto;
	

	overflow: hidden;
	line-height: 26px;
	/*margin-right: auto;*/
	padding-right: 15px;

	background-image: url('../images/MenuItemsurvol.png'); /*subitem-bg*/
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.art-menu li ul li a {
/*display: block;
width: 100%;
height:100%;*/
} 
.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #FFFFFF;
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
}

.art-menu ul ul a
{
	margin-left: auto;
}
.art-menu ul li a {
display: block;
} 

.art-menu ul li a:hover
{
	color: #3DABFF;
	background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
	color: #3DABFF;
	background-position: 0 -26px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #3DABFF;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #3DABFF;
}

/* end MenuSubItem */



Partie tempate.ie6.css:

* begin Menu */

.art-menu ul
{
	height: 1%;
	width:1px;
}

.art-menu, .art-menu ul
{
	height: 1%;
}

.art-menu li.art-menuhover
{
	z-index: 10000;
}

.art-menu .art-menuhoverUL
{
	visibility: visible;
}

.art-menu .art-menuhoverUL
{
	top: 100%;
	left: 0;
}

.art-menu .art-menuhoverUL .art-menuhoverUL
{
	top: 0;
	left: 100%;
}

.art-menu ul a
{
	height: 1%;
}

.art-menu li li
{
	float: left;
	width: 100%;
}

.art-menu .art-menuhoverUL .art-menuhoverUL
{
	top: 5px;
	left: 100%;
}

.art-menu, .art-menu ul
{
	height: 1%;
}

.art-menu li.art-menuhover
{
	z-index: 10000;
}

.art-menu .art-menuhoverUL
{
	visibility: visible;
}

.art-menu .art-menuhoverUL
{
	top: 100%;
	left: 0;
}

.art-menu .art-menuhoverUL .art-menuhoverUL
{
	top: 0;
	left: 100%;
}

.art-menu ul a
{
	height: 1%;
}

.art-menu li li
{
	float: left;
	width: 100%;
}

.art-nav
{
	zoom: 1;
}

.art-nav .l, .art-nav .r
{
	font-size: 1px;
	background: none;
	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"../images/nav.png',sizingMethod='crop')");
}

.art-nav .l
{
	width: expression(this.parentNode.offsetWidth-0+'px');
}

.art-nav .r
{
	left: expression(this.parentNode.offsetWidth-890+'px');
	clip: rect(auto auto auto 890px);
}

/* end Menu */

/* begin MenuItem */
.art-menu a
{
	float:left;
}

.art-menu a:hover
{
	visibility:visible;
}

.art-menu a .r, .art-menu a .l
{
	font-size:1px;
	background: none;
	behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"../images/MenuItem.png',sizingMethod='crop')");
}

.art-menu a .r
{
	left: expression(this.parentNode.offsetWidth-422+'px');
	clip: rect(auto auto auto 411px);
}

.art-menu a .l
{
	width: expression(this.parentNode.offsetWidth-11+'px');
}

.art-menuhover .art-menuhoverA .t
{
	color: #3DABFF;
}

.art-menuhover .art-menuhoverA .l, .art-menuhover .art-menuhoverA .r
{
	top: -27px;
}
/* end MenuItem */

/* begin MenuSubItem */

.art-menu ul a
{
	color: #FFFFFF !important;
	/**/margin-right:-300px;
}

.art-menu ul a:hover {
	color: #3DABFF !important;
}	

.art-menu ul .art-menuhover .art-menuhoverA
{
	color: #3DABFF !important;
	background-position: 0 -26px;
}

.art-nav .art-menu ul a:hover span, .art-nav .art-menu ul a:hover span span
{
	color: #3DABFF !important;
}	

.art-nav .art-menu ul .art-menuhover .art-menuhoverA span, .art-nav .art-menu ul .art-menuhover .art-menuhoverA span span
{
	color: #3DABFF !important;
}

/* end MenuSubItem */




Dans template.ie7.css:

/* begin Menu */
.art-nav .r
{
	clip: rect(auto auto auto 890px);
}
/* end Menu */

/* begin MenuItem */
.art-menu a .r
{
	clip: rect(auto auto auto 411px);
}
/* end MenuItem */

.art-menu ul li {
width: 100%;
display: block;
}

.art-menu ul li a {
display: block;
} 

/* begin MenuSubItem */


.art-menu ul a
{
	color: #FFFFFF !important;
	margin-right:-300px;
}
/* end MenuSubItem */




Si vous avez besoin d'autres informations n'hésitez pas à me contact.

PS: Je sais que nombre d'entre vous ne sont pas fan ni de Joomla ni d'Artisteer mais je vous demande un peu de complaisance. D'avance merci pour votre aide !
Bonjour,

Une page en ligne serait plus facile à analyser que le kilomètre de code présentée ici (que je n'ai même pas le courage de survoler).