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.

piXelDesigns

Members
  • Joined

  • Last visited

Everything posted by piXelDesigns

  1. CSS: ul{ padding: 0; list-style: none; margin-top: 0px; } ul li{ float: left; text-align: center; line-height: 56px; } ul li a{ display: block; color: #333; background: #2A2A2A; text-decoration: none; height:56px; padding-right: 15px; padding-left: 15px; } ul li a:hover{ color: #fff; background: #191919; } ul li ul{ display: none; } ul li:hover ul{ display: block; width:50px; } HTML: <ul> <li><a href="#">Home</a></li> <li><a href="#">Gallery</a></li> <li> <a href="#">Social</a> <ul> <li><a href="#">Facebook</a></li> <li><a href="#">Twitter</a></li> <li><a href="#">YouTube</a></li> <li><a href="#">Behance</a></li> </ul> </li> </ul> The dropdown buttons isn't the same size and i need the home buttons to remain blue(00add3) all the time. Anyone able to help? Thanks
  2. OK, so I was able to fix the dropdown menu, but now I got a new problem with it (Just have a look XD) http://test.pixeldesignz.net/ I'm also trying to make the home button stay blue(#00add3) all the time. Anyone that can help?
  3. So, I'm not that good in HTML and studd and i was trying to make a dropdown menu, but it's visible all the time? You can see it here: http://test.pixeldesignz.net/ Would be grateful if you're able to find a fix for me Thanks!

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.