Jump to content

Opera Issues


rarebit

Recommended Posts

Hi,

 

I was just doing some testing and found two issues when using the Opera Browser:

 

1. It seems to not want to display gif's, but also not display their alt's either?

 

2. When hovering over links the first time, the cursor changes to a hand, but if I remove and re-hover then the cursor doesn't change.

Link to comment
https://forums.phpfreaks.com/topic/182295-opera-issues/
Share on other sites

Right, the 'alt' bit is obvious, but why no image?

<div class='login_user_i'>
<a href='http://x/y/z/login/profile' style='background:transparent url(http://x/y/z/monkey/res/icons/user.gif) no-repeat left top;text-indent:27px;display:table-cell;width:auto;height:24px;text-align:left;' title='Profile' > </a>
</div>

 

and a typical link:

<span class='menu_std' style='float:left;'><a href='http://x/y/z/site/info'>INFO</a></span>

Link to comment
https://forums.phpfreaks.com/topic/182295-opera-issues/#findComment-962605
Share on other sites

er?

The 'x/y/z' is representative of a domain and directories.

A URL opener is http://. Remove that and your URL is /x/y/z/money/res/icons/user.gif.

eh? The URL be...

x/y/z/money/res/icons/user.gif

Whilst the protocol was specified by 'http://'.

 

The absolute locations specified work in all browsers but not Opera, i'll try removing the protocol, but can't see that it should make any difference.

 

In the first place I didn't include code because the URL's all conform to all examples (of absolutes, including domain) i've found, and also pass W3Schools, and they work in FF, IE, and Chrome without issue.

Either way, ignore this thread please Haku, you seem to be misunderstanding the issue, but thanks for the input?

Link to comment
https://forums.phpfreaks.com/topic/182295-opera-issues/#findComment-966130
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.