-1
votes
1answer
25 views

Simple script with onclick event works fine in Chrome but fails in Firefox

I try to create an userscript using jQuery and JavaScript, but I am having a strange problem. I would like to add a onclick event to an image. It runs fine when I use Chrome (with TamperMonkey), but ...
1
vote
1answer
53 views

Use Greasemonkey to replace links, to images, with images?

I'm new to Greasemonkey and I would like to replace the links to images, with just an <img> tag instead. For example, this forums page has a bunch of links like: <a target="_blank" ...
0
votes
2answers
44 views

Positioning a absolute div in cienter of screen using jquery - does not work with firefox

i am trying to position an element in center of a screen, i am able to achieve it on chrome and safari but on firefox the jquery positioning does not happen unless i resize the window my jquery script ...
0
votes
2answers
67 views

Css initial caps

I have a problem with initial caps(first letter big). See here .article { text-align:justify; text-wrap: unrestricted; -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* ...
1
vote
2answers
58 views

Hide scroll bar, but still being able to scroll

I want to be able to scroll through the whole page, but without the scrollbar being showed. In Google chrome it's css: ::-webkit-scrollbar { display: none; } But Mozilla firefox and Internet ...
2
votes
2answers
30 views

SVG Not Working in Firefox 18

It would be more accurate to say via firebug, i can see the values of the SVG elements changing - but nothing appears on the screen. Here is the snippet i'm working with: ...
0
votes
2answers
39 views

Textarea overflow:auto difference in height

Following code renders a textarea which should have 3 visible rows: <textarea id="txtInput" rows="3" cols="20" style="overflow:auto"></textarea> However, in Firefox (version 20.0.1), 4 ...
3
votes
1answer
31 views

Counterpart for <frame> that supports tranparency in chromium browser?

I have a website and in one of the pages is a photo album, which appears thus in Chromium: and in firefox, as below: As you can see, there is a white patch to the left and above the gallery box ...
1
vote
0answers
21 views

Mozilla Firefox form values reset on history.back

I'm writing a PHP script. I've got a form uses post method and action to another page. If an error occures, I show a message on that target page, and let the user go back via a link that triggers ...
-6
votes
1answer
57 views

Cross Browser compatibility issues - Firefox vs. Chrome and Safari [closed]

I'm having trouble debugging a cross browser compatibility issue. Specifically the issue is in Firefox where the slider isn't showing up in the proper place, it looks ok in Chrome and Safari. Any ...
-7
votes
3answers
62 views

Why my site doesn't look good on other browsers? [closed]

I'm now developing my site and was considering FireFox as the main testing zone, but while I tested it on Chrome and IE9 the results were different. On Chrome one of the layers doesn't sit in its ...
0
votes
1answer
37 views

Why do images in my HTML emails resize nicely in firefox and IE, but not chrome?

In a daily digest news letter, I've often got several images. They all have the same constant width, but I need them to maintain their original aspect ratios. The code I used: style="width: 300; ...
0
votes
2answers
13 views

Problems with html select + firefox

I'm trying to do on "component" where i have radio, and select and some other info on a div. And anywhere you click on div you select the radio, this is the expected behavior. But, i can't do the ...
0
votes
0answers
15 views

Cross Browser alignment issue with select object

I have been agonizing over this, the alignment of my third table row is complete messed when viewed either Firefox or Chrome but look exactly as expected in IE9. I have tried using style (text-align, ...
0
votes
0answers
30 views

FANCYBOX : issue with Firefox

this page www.claycreatives.com - > Gallery looks different in Chrome and FF It seems its not at all working in FF. It has to do anything with FANCYBOX itself or the HTML/CSS? Can anyone shade some ...
-3
votes
0answers
30 views

Firefox bug - space between divs [closed]

I have a number divs inside another div. When I open my page in Firefox, there is empty space between the 3rd and 4th div that I cannot possibly account for. There are no special formatting options ...
0
votes
1answer
11 views

How to get rid of firefox warning message while submitting a DynamicForm in SmartClient?

I have this simple hidden form whose purpose is to redirect the response to a new window on a button click. It works perfect in Internet Explorer 9 and chrome but gives me a warning message in firefox ...
0
votes
1answer
33 views

Firefox simple form element with inner html bug

If the below code was opened in firefox 20.0.1 and type some value in the text box. once after typing the value hit the browser refresh button. the typed value getting shifted from one input elelment ...
0
votes
1answer
42 views

Maintain the height of <td> at a fixed amount, no matter what (IE vs FireFox)

I have an HTML page containing a table, my problem is the height of one my <td> which is rendered correctly in IE-8 but incorrectly in FireFox 20.0.1 I'm a fan of FireFox myself, specially ...
1
vote
2answers
77 views

Textarea and div padding differences in Firefox

I made a fiddle here. http://jsfiddle.net/pmVeR/ The textarea and div render identically in both Safari and Chrome. But in Firefox, there is an extra 2px padding on the right of the textarea, which ...
1
vote
2answers
43 views

bgStretcher not working in FireFox or Chrome

Okay so I'm wrapping up a my website and I'm having issue with FireFox and Chrome. The issue is the same for both browsers so I'm guessing it's an easy fix and I'm just being dumb. So I'm using ...
-2
votes
1answer
57 views

JavaScript to check computer for a specific browser

In my web site i have this thing it loads a different page if you are in IE I loads the no_support.html, and on the no support page i have text saying try one of the two browsers bellow, and bellow i ...
0
votes
1answer
36 views

while put padding in selectbox and use font-family segoe it cuts the text only in chrome

Hello guys. I have a problem using font-family:segoe. I have a select dropdown and in this select while I apply padding in css it cuts the text from bottom side see below images this is in Mozilla: ...
-3
votes
0answers
29 views

why firefox can't load a <div>? [closed]

I'm trying to create a theme for wordpress. in section of code i have 3 like this: <div id="main"> <div id="postbox"></div> <div id="container"></div> ...
1
vote
0answers
54 views

Mozilla - wrong right fixed position of element

I have contacts block at the right top corner. It shows only when scrollTop() > 100. In Mozilla it slides down in wrong right position. Just scroll down so block is appear and hover the text in ...
1
vote
0answers
89 views

Firefox does not load css files [closed]

On my local webserver (windows 8, apache 2.4 php 5.4) the following website shows correctly in IE. Though, it does not in firefox. When however i change the name of one CSS file from ...
-4
votes
1answer
25 views

“Computed” tab in new firebug sucks

After selecting an element, the "Computed" tab in Firebug doesn't show all computed properties any more. For example, it doesn't show display property, which is very important. Is there any Firebug ...
5
votes
6answers
225 views

Preserve dynamically changed HTML on back button

It's amazing, I constantly see this working in other sites but never in sites that I'm working on. I'm bringing in new content with ajax, I know about history.js and the History API, I do not want to ...
3
votes
4answers
76 views

apply css to html but not iframe html

I'm making a user stylesheet for the add-on 'stylish.' It applies a semi-transparent dark box over the entire page for night-browsing. I'm using: html:before { content:url()!important; ...
-3
votes
1answer
29 views

Why Won't This Page Work in Firefox/Chrome [closed]

I'm curious if anyone can help me figure out why this page won't work in Firefox or Chrome? It seems to just keep refreshing. https://easypaynet.adp.com/epn/Login.jsp
1
vote
1answer
35 views

Label/Inputs positioned differently in Firefox than Chrome/Safari

I'm trying to build a "mad libs" style template, but I have come across an issue where relatively positioned inputs wrapped in labels display unexpectedly in Firefox, but appear as expected in ...
0
votes
0answers
41 views

Image appears, and disappears

I have a JS photo gallery, and the image that is supposed to be hidden, appears and disappears within page load. The awkward thing is, it's fine on Chrome, it's just that firefox does this. I tried ...
2
votes
1answer
57 views

Why is transition started up with autofocus?

I created a contact form which uses autofocus="autofocus". I have noticed weird thing, when a form has autofocus the transition on my nav is fired up. I have only noticed it in Firefox. Is there ...
-1
votes
0answers
24 views

Java + Firefox + Print Html [closed]

I'm generating a page html dinamically with a java program that has a button to open this file on the firefox, the objective is print this file. In the html page I put a created image from a form and ...
1
vote
3answers
27 views

Positioning in IE

While creating a site I've noticed that IE places things slightly differently from Chrome or Firefox. I mean I have one thing below another and in Firefox and chrome there is a 15px space between ...
0
votes
1answer
47 views

Firefox, display issues on a input form HTML/CSS

I don't know why but on firefox when I type in a input the text is hidden (but when I click out of the input the text is display), on google chrome it works well, I try to change the z-index but it ...
0
votes
2answers
83 views

Firefox not expanding DIV container horizontally containing image with auto-width

I have a markup with two containers. The first one is set to "position:absolute" with all 4 "coordinates" to expand all over the site (left=right=bottom=top=30px). Inside that container is another ...
1
vote
2answers
40 views

Overflow: auto does not work in Firefox

I have a table. Its <td> have overflow: auto. The width is set to be 100px. In Firefox only, text that exceeds 100px is not hidden and replaced with a scrollbar. How can I hide content and ...
1
vote
1answer
26 views

Applet tag fallback / alternate content

In Chrome and Firefox if the Java plugin is disabled it simply displays the "plugin disabled" box in place of the applet. However, I need it to display the alternate content instead. <applet ...
0
votes
0answers
54 views

Elements are not floating after a page break in print preview or print in Firefox(latest version)

I am trying to print multiple document formats, but for some reason in Firefox the format is messed up beyond the first page. I have floating elements and they align correctly in the first page but ...
0
votes
1answer
28 views

HR margin issue in IE8

Please see below HTML code, <html> <body> <table width="100%" cellpadding="0" cellspacing="0" border="1"> <tr> <td> abc ...
0
votes
0answers
44 views

Firefox 9 Specific hack?

My CSS is working great for all browsers except Firefox 9. The issue is that Firefox 9 seems to handle absolute positioning differently than other browsers (I don't know if this is the case for other ...
0
votes
4answers
65 views

Webpage is only displayed correctly in IE and not in Chrome and Firefox

Here is my .css file. (Please bear in mind that I am a second year IT student studying Web Design 1!): <style> h1 {background: #48a627;} h1 {text-decoration:none;} h1 {font-family: Ariel, ...
1
vote
1answer
33 views

Workaround to the button outline on focus appearing behind the sibling button with float left

Given this HTML: <div> <button>Test1</button> <button>Test2</button> </div> And this stylesheet: button { border: 1px solid #EEE; float: left; } ...
0
votes
2answers
36 views

How do I get my menu to work in Firefox? [closed]

I have a CSS menu that works great in Chrome, it is absolutely miserable in Firefox. I've tried different positioning, etc. at least 50 different ways with no fix. Check it out in FF here: ...
0
votes
0answers
24 views

Object vs Embed Flash loading in Firefox

Testing with the following: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
-1
votes
1answer
58 views

Absolute positioned Div not working in Firefox

This is the code that I trying CSS <style> .myposition { position:absolute;bottom:0; margin-bottom:0px; margin-top:30px; } </style> Code <td width="300" valign="top" ...
0
votes
0answers
141 views

Hide scrollbars for responsive design view in Firefox without affecting mobile IE10?

The Responsive Design View in Firefox includes a vertical scrollbar within the tested width, which makes previewing a site compared to a real mobile device without scrollbars slightly uncomfortable. ...
0
votes
1answer
18 views

-ms-touch-action equivalent for other browsers

In order to make touch screen friendly website IE supports canvas { -ms-touch-action: double-tap-zoom; } Is there any equivalent to be used with other browsers like chrome, Firefox, opera and ...
-1
votes
1answer
41 views

Firefox remembers state of page elements [closed]

Firefox is remembering the css state of my page's elements. For example, it remembers the contents of a div that was changed before the reload, and the visibilities of certain elements. How can I make ...

1 2 3 4 5 36