In another question I asked about alignment this was given to me to answer the question about firefox being a twit. It worked but it has left a sour taste in my mouth and I'll explain why.
button::-moz-focus-inner {
border: 0;
padding: 0;
}
Opera (10 for this example), Firefox (3 for this example) and Internet explorer (7 for thi...
I have a page layout which is set to the height of the viewport using dijit.getViewport, works fine in IE, FF and Safari, but in Opera 10 I get around 20px of space at the top of the page which creates a vertical scrollbar. Has anyone experienced this or have a workaround? I can show the code if needed. I have set margin and padding to 0...
Hey,
I have the following problem with Opera.
The following asp.net code
<asp:Image runat="server" ID="imgExpand"/>
<ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server"
ImageControlID="imgExpand"
ExpandedImage="<%$ Image:collapse.png %>"
CollapsedImage="<%$ Image:expand.png %>"
/>
generates the following in...
hello, everyone
i've got a tiny question
is there any open OBML or Opera Turbo protocol specifications accessible over the internet?
thank you
...
http://www.crtaci.info/
I have some absolutly positioned menu in footer.
Tested in FF 3.5.3, Safari, IE8, Chrome... But in opera im getting big gap below that menu in footer.
ps title is margin problem, because i think it is some margin issue... :)
...
The opera.ini file for Opera web browser has a setting called "Retarded Image Loading" under UserPrefs. I can't find an explanation for this anywhere, but I can find it in others' copy/paste on message boards. What is it for??
...
I have a simple select element on my page:
<select id="info_routes" size="10"></select>
This select box gets populated at page load via jquery at document ready:
for (var route in _routes) {
var val = _routes[route].id;
var key = 'route_'+val;
$("<option />").attr({id: key, value: val}).appendTo('#info_routes');
$('#info_...
I am using Opera on a Windows PC and developing for a device. I can telnet into the device and manually run the browser which gives me the browser output.
Is it possible to trace messages into both Dragonfly and the Opera console? I can see a window.alert() message show up in the console, but I would also like to trace messages for simp...
This code
function bookmark(url, title) {
var a = document.createElement('a');
a.setAttribute('href',url);
a.setAttribute('title',title);
a.setAttribute('rel','sidebar');
a.click();
}
doesn't work in Opera 9 and 10. It just takes you to the page I set in url param.
Is there code compatible with Opera?
...
Say you wanted a Greasemonkey script to be compatible with Safari and Chrome.
Whereas in Firefox the Greasemonkey scripts only run when the DOM is ready.
Chrome, Safari and Opera seem to run the Greasemonkey scripts before the DOM is ready.
So what I am looking for is a solution that will only run a listener on the page, waiting for th...
So, I'm using sIFR (version 3, revision 436) to replace elements in my navigation, and everything is beautiful. But when I turn on sIFR.useStyleCheck to detect the CSS load, everything goes wonky in Safari 4. By wonky, I mean that it seems like the inserted dummy div lingers with its 42px left margin, and it throws off the sIFR'd text ...
Hi there.
I'm developing a website (ASP.NET Webform with C#) where I have a <button> element.
Here's the code snippet:
<a href="ThisPage.aspx" ID="myButtonID" runat="server">
<button>Configure new trip</button>
</a>
When I use Firefox or Chrome, this code does a "GET" over this ThisPage.aspx. That's what I want to do, actually.
...
These browsers (Windows versions) correctly print a web page which has a canvas overlay over an img tag image:
IE6, IE7, IE8, Firefox, Safari
But Chrome (up-to-date as I type this at version 3.0.195.27) and Opera (up-to-date as I type this version 10.0 build 1750) don't. Chrome ignores the canvas rendering entirely. Opera renders the e...
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/detail/ultrinsic/
It also uses Opacity, which makes images dim on Rollover:...
Hi,
The media player embedded code work only in IE.How I can do it able to work on opera ,mozilla and other browser.I am using this below code.
<HTML>
<HEAD>
</HEAD>
<BODY>
<OBJECT ID="Player" height="0" width="0"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
</OBJECT>
<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play" OnClick=...
Consider this:
<!DOCTYPE HTML>
<html><head><title>XML-problem</title>
<script src="jquery-1.3.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$('<p/>').load("text.xml", function(responseText, textStatus, xhr) {
var xml = $(xhr.responseXML);
var x_txt = xml.find('atom\\:x')...
I've written an ajax-enabled web page intended for use on my Wii. However, ajax doesn't appear to work on the Wii's Opera browser. This page works in IE, Chrome and FF, but not in Safari or Opera.
Here is my jQuery test ajax call:
$.ajax({
type: "POST",
url: "DefaultWebService.asmx/Hello",
data: "{}",
contentType: "app...
How to write a simple Opera plugin?
I'd like to develop a plugin that would change the Referer header of a request based on request's url data.
Opera's website says plugins should be developed using [Netscape4 Plug-in API][1]. However there's not so much information about it available. I looked up in my c:/program files/opera/program/p...
I am looking for a flash mp3 player that will work within the Opera-based browser on the Wii. The player needs to be javascript enabled (support methods like play, stop etc.) The mp3 tracklist will be built dynamically using ajax on the same page as the player so it must trigger an event when a track finishes playing (or at least provid...
I'm trying to change z-index of table cell using JS to bring it on top. Z-index only works when CSS 'position' is set to smth different than normal. The problem is that setting 'position: relative' and z-index for does not work in opera.
So, i'm looking for a way to determine, whether was brought to the front or not without using z-in...