|
Opera Link not working again on Opera Mini (iOS) When I turn on Opera Link on Opera Mini for iOS, It logs in successfully but HANGS while showing synchronizing.
It worked well, but has been not working for quite a few days.
Other platforms are fine(desktop...
Started by 5 on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at opera):
I'm using Opera on my PC....
Same here.
Please, please make Opera Link a more stable service! Im not getting my bookmarks synched.
Syncing of speed at all.
I can confirm, I also have problems with Opera Mini on my iPhone and iPad too.
|
|
"Opera has stopped working" This happens with every website after 1 minute.
Help.
Started by 7 on
, 23 posts
by 8 people.
Answer Snippets (Read the full thread at opera):
Roaming\Opera\Opera
Then I restart Opera and Opera should work?
If not, I can cut it from My the myths!! Every website? Even this one? What version and build of Opera are you using (see Help > About Opera....
|
|
This is my JavaScript function:
function switch_div(firstID,secondID) { if((document.getElementById(firstID).style.display == 'inline') && (document.getElementById(secondID).style.display == 'inline')) { document.getElementById(firstID).style.display ...
Started by adi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That's not too surprising: you're.
No cross-browser issue: for me, it doesn't work in Opera either.
|
Ask your Facebook Friends
|
I've encountered a puzzling problem: JQuery completely breaks in Opera. I have current versions of both (JQuery 1.3, Opera 9.27).
My website uses JQuery cycle, an animated slide show plug in, shown in this page:
http://www.donotbendinc.com/index.php/projects...
Answer Snippets (Read the full thread at stackoverflow):
Weird how it completely breaks.
I figured it out--there is newer version of Opera for Mac, v 10.
Perhaps you need to clear your cache to get the latest code .
Works for me with Opera 10 for Windows.
|
|
It's a really weird thing - i have a website that works perfectly in maxthon (internet explorer based browser). i started it in opera and found out that the data put in the Session dictionary on one site, is not available on the other... i mean i have...
Started by agnieszka on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe you have cookies disabled in Opera.....
Check Opera to see if it is accepting cookies - it will need to in order for ASP.NET session to work properly.
ASP.NET session is stored by a key that is saved as a cookie in the browser .
|
|
I have a site where I use the base tag. All the links in the site are relative, and I set an absolute href so that all the links should be aimed at the right target. And it works in Opera and Chrome. All links in the menu works, all images and style-sheets...
Started by Svish on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
BASE
Ergo,
<base href = "http://sites.geekjuggler.net/vipersystem/" />
should work that the Base element be an absolute URI, so I guess Opera and Chrome have already implemented.
|
|
I got the following webpage-builtup:
<div id="menu"> </div> <div id="content"> <!-- you just need to see the last part of the page? us this link --> <a href="#down">down</a> <!-- A LOT OF CONTENT ... no fun to scroll...
Started by doro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But, tested in Opera 9.6....
Have you tried validating your.
You must have some other problem, like a duplicate name or id , that Opera handles differently from other browsers.
Tested and working in Opera 10.0 on Windows Vista.
|
|
Hi All,
Thanks for reading.
I have several scripts that are built similar to the following:
scriptone.js
function FunctionOne(){ // Do a bit of work... // Include a second javascript file, scripttwo.js // that contains a function called FunctionTwo.js...
Started by Eli on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Instead() } scrb.onreadystatechange....
It works for me in Opera..
Opera and Chrome might when it loads without the additional complexity of the interval.
But JS is a little messy like that.
Interval); in Waiter() would not have access...
|
|
I'm experimenting with jQuery plugins. I have this code to fade in a "lightbox":
$('#cleverbox') .css({ opacity:0, visibility:'visible' }) .animate( {opacity:1}, 2000 );
It works fine on Firefox and Chrome, but in IE (7 and 8) and Opera the element just...
Started by DisgruntledGoat on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I had this:
var.
I found a fix for the bug in Opera, thanks to the Opera community.
For me everytime.
|
|
I have a centered ul (styled like a table ala cssplay) that is having li elements added to it after page render, and it seems to work beautifully in everything but FF and Opera.
The desired effect is to have the row of li elements centered even if there...
Started by irowboat on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Rather than setting.
I'm wondering if you might have found a bug in Firefox (and Opera, there is a more intuitive way to code this page that also happens to work .
And sure enough, same problem.
|