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.

Javascript issue with opera web browser

Featured Replies

I have a hover effect on my website that I am creating that works fine on every browser with the exception of the Opera Web browser. Once you hover the image the div that has an css opacity should show and on roll off the div fades away but this does not happen in this browser.

 

 

Here is the javascript:

$(document).ready(function(){
$('.project').hover(function() {
$(this).fadeTo("slow",1,"linear",1);
},function() {
$(this).fadeTo("slow",0, "linear",1);
});
});

 

Here is the css for the section:

#portfolio-images ul#portfolio li div.project{
position:relative;
display:inline-block;
opacity:0;
*display: inline;
*vertical-align: auto;
}

 

Here is the html:

 

<div class="project">
		 <ul>
		 <li class="top"><a class="fancybox-effects-b" href="full_image/auquaic entertainment.jpg" title="Auqaic Entertainment">Auqaic Entertainment</a></li>
		 <li>Auqaic Entertainment Logo</li>
		 <li class="bottom"><a class="fancybox-effects-b" href="full_image/auquaic entertainment.jpg" title="Auqaic Entertainment">View Project</a></li>
		 </ul>
		 </div>

 

 

Any help would be greatly appreciated.

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.