I want implement a function for my extension of Firefox. and when my mouse over a flash or other objects in a web,a border will show and around this flash, and up the border is a tab we can click it to invoke a App, just like Thunder extension , now I have implement showing a border around flash ,but How to add a tab on border to invoke ...
Hello there,
I currently have a issue with firefox, where all other browser behave in the right way - even IE6!
What I want to do is redirection to a subpage but leaving a history entry. There are 2 methods of rewriting the url as far as I know:
window.location = "some.url"; - redirect to some.url with history entry
window.location.r...
Hi All.
I am working to enhance some features of a web based apps.
Sometimes for legitimate purposes you may want to spoof the referring URL when opening a web page.
Constraints: Javascript disabled (as a company policy), browser: Firefox. Language: VB scripting is a must.
I tried:
Option Explicit
Dim objShell, url, referringUrl
url="ht...
Hey guys, the following snippet of jQuery code seems to work fine in Google Chrome and Opera, but nothing happens when I try hiding/showing the related div in Internet Explorer or Firefox. Any ideas?
$(function() {
$(".paste-meta-small .right a.collapse").click(function(event) {
$(this).parents(".paste-meta-small").next(".highligh...
hello there ,
i know that there is some rules and standards in css handling but i mean which one is closer to a human thinking.
for example :
when i give a DIV tag a height property of 100px i just want it to be 100px! but in Firefox i should work on min-height or max-width and so on !
there is many like this examlpe , i think IE read c...
I listen to internet radio at http://player.play.it/player/player.htm and it works pretty well, except for one minor issue. The Flash applet that runs the radio player has a timer on it, where if you don't move the mouse over the player every once in a while, it decides you're idle and shuts off the stream, even if you're not actually i...
Hi guys,
I wrote a simple webpage as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>pop</title>
</head>
<body>
<script type="text/javascript" charset="utf-8">
document...
I was pretty surprised when i saw http://www.vorbis.com/music/Hydrate-Kenny_Beltrey.ogg link not give me a download option but had a player that was not flash playing the audio back. (FireFox)
Is there a way i can embed this onto a page?
...
This is a form validation that will hide the submit button if the input field(s) are not valid, and show it if all the input fields are valid.
Why is the submit button kept invisible in firefox after all inputs have been made valid once again, when that doesn't happen in other browsers?
This is the javascript in question:
$(document)....
Hi!
Problem exists only on FireFox, other browsers are fine. My code looks like this:
jQuery.extend({
AnchorFromUrl : function(url) {
var anchor = url.substr(1).replace('.html','');
$.fizzer_anchor = anchor;
window.location.hash = anchor;
return anchor;
}
});
The most weird thing is that if I p...
I need to make a cross domain request from a script that runs in firefox (it's just for development purposes).
Can this be achieved? maybe modifying the about:config keys?
Thanks!
...
I've got a HTML form with a lot of input fields, which I use to populate an email. I learned today that using the GET-method will limit the size of what's posted. But from what I can tell, there is no limit when using POST. Well, there probably is since I believe that this is probably my problem. My emails aren't opening in the email cli...
Im having issues vertically positioning text inside of a text input field in Firefox. I have managed to get it to work in every browser except firefox:
See how the 'Fwd:' text is crammed up against the top? I need to vertically center that inside the field.
Here is my css:
.subject {
clear: right;
font-family: Helvetica, Verdana, ...
Hi,
I am trying to register firefox plugins in MS Windows using the
information that is provided in this link
https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_D...
Plug-ins
I am installing my plugin in a folder other than {firefox}/plugins. I
made a registry entry under HKEY_LOCAL_MACHINE\Software
\MozillaPlugins. No...
I have been trying to change the style of buttons in my firefox extension sidebar with a CSS file (change skin). However, the buttons don't seem to take over the style changes. I tried both background images and just changing color etc., which are both not working.
Is it possible to influence the button style at all in my firefox extens...
I've added a little jQuery enabled promotional ad to the header of our website. Debugged it in FF and verified that it's working in IE. I start going around the office and noticed that in FF, whenever a person hits the page "for the first time only", the position of the ad is not correct (using absolute positioning). Refresh the page a...
I have this html5 code, with a MP4 for Chrome (working), an OGG for Firefox (failing) and the same ogg via a java applet for Internet Explorer (working):
<video width="848" height="480" controls="controls" autoplay="true" >
<source src="vernissage_cpal_2009.mp4" type="video/mp4" />
<source src="vernissage_cpal_20...
My site displays just like in need in IE and Opera, but in Firefox I can't get (via CSS) to have font sizes smaller than Firefox' default minimum-font-size. Of course I can go to Tools>Options and remove this value, but other users will see some of the elements displaced.
I have tried using !important, but it doesn't work. And I can't s...
I put this in my userchrome.css in my profile directory.
#stop-button[disabled="true"] { display:none; }
#stop-button:not([disabled]) + #reload-button { display:none; }
but only the 1st line works not the 2nd one.
...
Firefox does not read an external DTD and it does not provide schema evaluation even when an external schema definition is included in the XML file.
If I want to validate the XML against a DTD or an XSD at the Firefox browser directly or by using JavaScript, what should I do?
...