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.

spry tab

Featured Replies

hi

 

is it possible to do rounded corner in spry tab??

 

Yes.

 

CSS3 or Images, either way will work. Might require some serious CSS skills to get it working across browsers, but it's doable.

If the spry tab is a div then you can use this css to round the corners:

 

-moz-border-radius: 5px; (for firefox)

border-radius: 5px; (for ie8, ie9, chrome)

-webkit-border-radius: 10px; (for safari)

Actually, you're best off doing it this way around:

 

-moz-border-radius: 5px; /* for older versions of Firefox) */
-webkit-border-radius: 5px; /* for older versions of Safari and Chrome */
border-radius: 5px; /* Newer browsers */

 

Each browser will go down the list until the last property it recognises, so as more versions of more browsers support border-radius they will use the valid CSS rule as opposed to the vendor-specific prefixes.

Edited by Renaissance-Design

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.