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.

Hover effects not working

Featured Replies

Hi!

 

See this code below:

 

#sectionTwoWrapper img {
margin: 0px 20px 0px 0px;
float: left;
width: 254px;
}
#sectionTwoWrapper a {
display: inline;
}
#sectionTwoWrapper a:link, #sectionTwoWrapper a:visited {
display: inline;
}
#sectionTwoWrapper a:hover, #sectionTwoWrapper a:active {
display: inline;
background: #FFF;
opacity: 0.5;
}

 

I have some images (as links to other pages in my site) sitting in 'sectionTwoWrapper'. All I want is to have a little hover effect on them but I cannot make it work!! I've never had this problem before and I just can't figure it out. Can anyone see any error in my code?

 

Help!!

 

Thank you!

Edited by Renaissance-Design
Please use the code button or tags to format your code.

You shouldn't need to set display: inline on your <a> elements - they're already inline.

 

Do you have a live link to the site? If not, can you put your code in a jsfiddle?

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.