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.

ashleywebdesign

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ashleywebdesign reacted to nfc212 in CSS Sub Menu not in line with rest of menu?   
    In the example on jsfiddle putting the margin-top:-55px; on the nav ul li:Hover > ul will do it.
    <nav> <ul> <li>Main 1 <ul> <li>Sub 1</li> <li>Sub 2</li> </ul> </li> </ul> </nav> and
    nav ul { margin:0; padding:0; } nav li { list-style-type:none; display:block; width:150px; height:60px; text-align:center; line-height:55px; font-size:17px; font-family:Arial, Helvetica, sans-serif; } nav a { text-decoration:none; color:#000; } nav li:Hover { background-color:#CCC; } nav ul ul { display:none; } nav ul ul li{ background:red; } nav ul li:Hover > ul{ display:block; margin-left:150px; margin-top:-55px; }
  2. Like
    ashleywebdesign reacted to JordanC in How do you do this?   
    To simply put you in the right direction, here is one of many guides: http://www.paulund.co.uk/how-to-create-an-animated-scroll-to-top-with-jquery
     
    If you want to Google it, search for something like "Back to top button" "jQuery back to top" etc.

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.