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.

clf1605

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    clf1605 got a reaction from teodora in a href links taking style from navigation menu   
    Thx again Teodora, you are a coding genius...
  2. Like
    clf1605 reacted to teodora in a href links taking style from navigation menu   
    OK, the problem is you have set global link styles (so every <a> element inherits them).
    What you can do is:
     
    1. Your menu is ul, you can give it an id, for example:
     
     
    2. Remove the styles from a, a:visited and then instead assign them to ul#nav li a, that means only the <a> of an <ul> element with an id nav will be styled this way.
     
     
    Then you can set up basic styles (if you wish), like color for the global link styles, and you can override them the same way as above.
    Hope that helps, ask if there is anything unclear
  3. Like
    clf1605 reacted to teodora in a href links taking style from navigation menu   
    For hover, you can set ul#nav li a:hover and define the styles you wish. When the link is clicked it would be ul#nav li a:active
    The active state is when you click on the link, for a second, before you are taken to the page the link in question links to.
    Hope I explained that well

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.