Visa ett inlägg
Oläst 2014-06-04, 23:55 #2
Sorku Sorku är inte uppkopplad
Medlem
 
Reg.datum: Oct 2007
Inlägg: 108
Sorku Sorku är inte uppkopplad
Medlem
 
Reg.datum: Oct 2007
Inlägg: 108
Hitta:
Kod:
.container {
	width: 740px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
}
Ersätt med:
Kod:
.container {
	width: 740px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border-radius: 60px;
	overflow: hidden;
}
Sorku är inte uppkopplad   Svara med citatSvara med citat