Thema: Web-Design Schatten als Hintergrund
Einzelnen Beitrag anzeigen
  #26  
Alt 27.04.12, 14:21
Benutzerbild von Jenny
Jenny Jenny ist offline
PSC-Teufelchen
 
Registriert seit: 07/2008
Beiträge: 5.751
OS: Windows 11
Kreativ-Software: Creative Cloud
Jenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im ForumJenny wohnt hier im Forum
Hallo!
Zitat:
Übrigens sieht z.B. apple.de überall gleich aus.
Nein, das tut sie nicht!!!

Und wenn du in den Quellcode schaust, dann weißt du auch warum:
Code:
	<style>
			.promos ul li .alt-curve-down-1 { display:inline-block; _display:inline; _zoom:1; border:1px solid #e0e0e0; border-top-color:#efefef; border-bottom-color:#ccc; }
			.promos ul li .alt-curve-down-1:nth-child(1n) { border:none;
				-webkit-border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
				   -moz-border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
						border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
				-webkit-box-shadow:rgba(0,0,0,.30) 0 2px 3px;
				   -moz-box-shadow:rgba(0,0,0,.30) 0 2px 3px;
						box-shadow:rgba(0,0,0,.30) 0 2px 3px;
			}
	</style>
Also: Selbst Apple nutzt bereits box-shadow und weitere CSS3-Features wie border-radius und auch rgba...
__________________
Gruß Jenny
_____________________
Live long and prosper!
Mit Zitat antworten
 
Seite wurde generiert in 0,02135 Sekunden mit 8 Queries