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.

css drop down matrix menu

Featured Replies

is there a css technique where by i can alter another html element when one is hovered over?

 

like..

 

#nav {
// id for a div
}

#nav:hover nav2
{
// example of what the technique might be like, but this one doesn't actually work
// changes the display of nav2 when nav is hovered over
display:block;

}

#nav2
{
// id for a second div
display:none;
}

 

is there a technique like this?

thanks,

I take it that is a no then?

Yup thats it. I have been studying the html and css to learn how it works but haven't quite got my version working yet. Is it explained how it works anywhere? if not i'll keep studying! :huh:

 

cheers,

Stu nicholls makes people look in the source code to get the examples, it should all be on the page though (no external files) so not too difficult to find, working it out might take a while though :p

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.