style css Safari i IOS

dodanie klasy tylko dla safari lub IOS:

 


if(navigator.userAgent.indexOf('Mac') > 0)
	$('.mybox').addClass('mac-os');


if(navigator.userAgent.indexOf('Safari') > 0)
	$('.mybox').addClass('mac-os');

		
.mybox.mac-os {
	padding: 20px;
}

CSS3

Hope this helps and happy coding :)

Zobacz jeszcze

Plugin społecznościowy

Hupso Share Buttons for Twitter, Facebook &...

Brak wdów w tekście

w html za pomocą   -ms-word-break: break-all; word-break: break-all; /* Non standard for WebKit */ word-break: break-word; -webkit-hyphens: auto;...