rarebit Posted November 20, 2009 Share Posted November 20, 2009 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. Quote Link to comment Share on other sites More sharing options...
haku Posted November 20, 2009 Share Posted November 20, 2009 It's because of the semi-colon on like 35 of your code. Quote Link to comment Share on other sites More sharing options...
rarebit Posted November 21, 2009 Author Share Posted November 21, 2009 Sorry haku I don't understand your answer. I've shown no code (if you meant to write 'line' and not 'like'). I've also checked for erroneous semi-colons and can't find any for either issue. Quote Link to comment Share on other sites More sharing options...
rarebit Posted November 21, 2009 Author Share Posted November 21, 2009 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> Quote Link to comment Share on other sites More sharing options...
haku Posted November 22, 2009 Share Posted November 22, 2009 Sorry haku I don't understand your answer. I've shown no code Exactly. Quote Link to comment Share on other sites More sharing options...
haku Posted November 22, 2009 Share Posted November 22, 2009 As to your problem: http://x/y/z/monkey/res/icons/user.gif A URL opener is http://. Remove that and your URL is /x/y/z/money/res/icons/user.gif. I've never seen a URL that was /x/. So remove the http:// and I'm thinking it may fix your problem. Quote Link to comment Share on other sites More sharing options...
rarebit Posted November 26, 2009 Author Share Posted November 26, 2009 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? Quote Link to comment Share on other sites More sharing options...
haku Posted November 27, 2009 Share Posted November 27, 2009 Ahh, I thought that you were pasting your actual domain name there. So to get this correct, your URLs are http://example.com/path/to/file.gif Is that right? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.