Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Automatic Preixing CSS3 into jQuery core library

Featured Replies

I have attended jQuery Conference Asia 2012. Corey Frang, the person in charge of animation development, mentioned about Prefixing CSS3.

CSS3 prefixing like below is a burdon for designers, so jQuery is adding a NEW functionality of automatic prefixing CSS3 into jQuery Core Library.

When this is done, it is going to be very useful for us.

 

.box_gradient {

background-color: #444444;

background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Safari 4+, Chrome */

background-image: -webkit-linear-gradient(top, #444444, #999999); /* Chrome 10+, Safari 5.1+, iOS 5+ */

background-image: -moz-linear-gradient(top, #444444, #999999); /* Firefox 3.6-15 */

background-image: -o-linear-gradient(top, #444444, #999999); /* Opera 11.10-12.00 */

background-image: linear-gradient(to bottom, #444444, #999999); /* Firefox 16+, IE10, Opera 12.50+ */

}

Edited by flyingdraw

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.