firefox

flowplayer classid problems in firefox

Flash video player not showing in firefox when using classid attribute in object tag. I have to used the classid attribute or my CKEditor won't let me embed the video without it. ...

Jquery $.get against ASP.NET MVC not working in Opera and Firefox

Let me first put the code snippets here. I am just using the ASP.NET MVC project Visual Studio creates out of the box. So I am just putting the snippets I added to it: Site.master's head section: <head runat="server"> <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title> <script src="../../Scripts/jquery-1....

How can I set up my vbs program to know when Firefox has loaded a web page completely?

Hi All I am using Firefox to load programmatically a webpage (I use a vbs file).    1. Dim objShell    2. Set objShell=CreateObject("WScript.Shell")    3. objShell.Run "firefox.exe http://www.google.com/" Then, I have set a time out to allow browser to load completely the web page before my program to continue with the next steps (a web ...

ASP.NET WCF Syndication Service : Firefox doesn't recognize RSS 2.0 feed

Hi, i have created new WCF Syndication Service Library in Visual Studio to publish web content in RSS 2.0 and ATOM formats. If i open xml feeds in IE it works ok and shows it human-friendly. In firefox works only with ATOM. RSS feed it show as an ordinal XML file. [ServiceContract] [ServiceKnownType(typeof(Atom10FeedFormatter))...

Cross Browser Font/Color Issues - Chrome/Safari

Hi, Hoping someone can assist as to what I maybe doing wrong as my css (style) for the website all looks fine in Firefox but in both Chrome and Safari, my fonts are coming out looking black color instead of the grey color as is, in Firefox. Can anyone pls assist as to why the fonts/color are different in Safari and Chrome - it looks li...

How can I mix SVG and HTML into a page?

I've been using the jQuery.svg plugin to do some SVG rendering and it works perfectly but I also want to have the server render some SVG into the page and I can't get that to work. How do I add some SVG like below into the page so that Firefox will render it? <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://w...

How do I create a multiline textbox that adjusts the height automatically when the window is resized

I have prefwindow with a multiline textbox. When I resize the window, its width changes but its height is constant. How do I make its height variable? ...

jQuery: margin animation works in Chrome, not in Firefox and IE

Project: http://design.vitalbmx.com/fave/news.html When I click "Add to favorites" button (under main pic), in Chrome it animates UL, while in Firefox and IE it does not work. Can't figure out why it works differently. Please help. ...

Firefox drags div like it was an image, javascript event handlers possibly to blame

Hi, I'm using this HTML,CSS and Javascript code (in one document together if you want to test it out): <style type="text/css"> #slider_container { width: 200px; height: 30px; background-color: red; display:block; } #slider { width: 20px; height: 30px; background-color: blue; display:block; position:a...

Firefox: Img title doesn't show on hover in a Google Maps info window

Using bindInfoWindowHtml to create an info window on a Google map, any images in the info window with a title attribute don't show it on hover in Firefox 3.6. They do show up correctly in IE8 and Chrome. ...

code snippet works when procedural, but doesn't when converted to modular

function sc_HTMLParser(aHTMLString){ var parseDOM = content.document.createElement('div'); parseDOM.appendChild(Components.classes['@mozilla.org/feed-unescapehtml;1'] .getService(Components.interfaces.nsIScriptableUnescapeHTML) .parseFragment(aHTMLString, false, null, parseDOM)); return parseDOM; } becomes ...

display icon in menuitem (Firefox)

I use the following code <menu image="chrome://mecho/content/ic.png" label="Mecho Submission Form" class="menu-iconic" id="mechi-menu" insertafter="context-copylink"> Firefox displays an icon in the menu; however when I use the following (for the submenu) <menuitem label="App" image="chrome://mecho/content/icons/app.png" class="menu-...

Copying data across tabs

Hello, I got two different forms in two different tabs. One has data from our system and the other one is an interface of another, external, system in wich we need to copy data into (XML or API integration not an option here) The this is that, having open both forms - in two different tabs - i need a greasemonkey script or something si...

HTML/CSS Firefox problem

have a look at the top menu on these two pages on Firefox: http://outsidemma.com/2010/100031-bj-penn-the-prodigy-jay-dee.php http://outsidemma.com/index.php On the first page for some reason there is some extra spacing above it. This only happens on Firefox. I am using Firefox 3.6. ...

Block Hover Effect - Why doesn't it work correctly in FF3.6?

Why doesn't following code work correctly in FireFox 3.6? I have tested in IE7, IE8, and Chrome with out any issues. Issue: The first block hover link (the table's 3rd row) doesn't apply the same style/effect as the following below it. Notes: I am trying to create my own table framework. This project is something I am doing to learn ...

css background images doesn't show in Web developer in toolbar > Edit css

I'm working on a xhtml css locally. Why css background images doesn't show in Web developer toolbar > Edit css option? Is there any workaround for it? Has anyone faced this issue or I should reinstall firefox and plugin? ...

Testing ASP.NET security in Firefox

I'm not sure whether this question belongs on StackOverflow or SuperUser, but here goes nothing... I'm trying to test out some basic security problems on my personal ASP.NET website to see exactly how the custom validators, etc. work when tampering with the data. I've been looking at the Firefox extension TamperData which seems to do th...

Strange Rendering in Firefox

I've just noticed when loading my client's page (http://habbopfm.com/) in Firefox, that it renders what looks like a rectangle is pushed down a few pixels. It's difficult to describe, but imagine you took a screenshot of the page, opened it in Photoshop, selected a rectangle and moved it down a bit. IE and Safari don't appear to do thi...

Strange behaviour with PHP/Pear HTML_Quickform and Firfox 3.6

Edit: Look at this question with IE8 and compare it to Firefox 3.6. I am using PHP/Pear HTMLQuickForm and HTMLQuickForm_Controller to do some stuff with HTML-forms. Then I noticed that certain phone numbers would not be displayed even though the data had been loaded correctly. I boiled it down to the following rather strange phenomenon...

Plugins for firefox, which help to write HTML parsers

Hi, Anybody know plugins for firefox, which help to write HTML parsers? it will be nice if plugin allow to test XPath and regular expressions(highlight matched text, cut some parts etc). ...