28173 sujets

CSS et mise en forme, CSS3

Bonjour

J'ai un problème de positionnement avec safari !
Les éléments que je positionne au milieu de ma page s'affichent tous à gauche sous safari (fonctionne très bien avec tous les autres navigateurs).

Voici mon css

			body, html {
				/*background: #333 url("../images/fond_intro_amazones.gif") repeat-y 50% 0;*/
				background-color: #fff;
				height: 100%;
				margin: 0;
				padding: 0;
				text-align: center;
				font: 12px/1.5 verdana, arial, helvetica, sans-serif;
			}
			#container {
				position: relative;
				width: 0 auto;
				min-height: 100%;
				height: 100%;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: auto;
			}
			html>body #container {
				height: auto;
			}
			#content {
				text-align:center;
				/*padding: 100px 0; /* 210px 0 */
				width: 0 auto;
			}
			#footer {
				position: absolute;
				text-align: center;
				font-size: .8em;
				color: #999999;
				bottom: 0;
				padding: 10px 0px 5px 0px;
				width: 100%;
			}
			#footer h1 {
				color: #fff;
				padding-bottom: 0;
			}
			h1, p {
				margin: 0;
				padding-bottom: 1em;
			}
			h1 {
				font-size: 12px;
				line-height: 1.5em;
			}
			a:link, a:visited {
			 	color: #CC3300; /* CC3300 */
				text-decoration: underline;
				font-weight: bold;
			 	/*border-bottom: 1px solid #ccc;*/
			}
			a:hover {
				color: #CC3300;
				text-decoration: none;
				font-weight: bold;
				/*border-bottom: 1px solid #fff;*/
			}
			.clear {
				clear: both;
			}
			
			a img {
				border: 0 none;
			}
			
			a:link img, a:visited img, a:hover img {
				border-bottom: 0 none;
			}


Si quelqu'un utilise safari avec un Mac pouvait m'aider...

Merci
Modifié par Iris (23 Nov 2006 - 17:17)
Merci... mais es tu sous Mac avec Safari car si je change ces lignes je peux pas voir ce que cela donne au final !
Un lien qui peut vous aider pour tester sous Safari : http://www.danvine.com/icapture/
mais c'est quand même une plaie de pas avoir d'emulateur safari sous PC... Si jamais qqun trouve qq chose....heuuu ce sera le plus fort des trouveurs d'emulateur de safari sur PC !!! Smiley smile
Modifié par gueridon (22 Dec 2006 - 16:26)