1
vote
2answers
30 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
20 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
26 views

<select> drop arrow doesn't want to go out the container

I'm trying to find a workaround (without using JS) for the firefox bug which doesn't allow to style Firefox dropdown arrow in select elements. Some people say it could be done by putting a select ...
0
votes
2answers
18 views

CSS inline svg background in select with firefox

I am building a custom select tag with an inline svg background using -webkit-appearance: none in my css. http://jsfiddle.net/sucrenoir/yHR53/5/ select { font-size: 30px; border: 1px solid ...
1
vote
1answer
24 views

Styling :after pseudoelement in Firefox

I can't figue out a way to get rid of an :after alement on firefox. It does't show up in firebug at all, and it's messed up only in firefox. The probelm in question i a css arrow pointing downwards: ...
0
votes
2answers
43 views

css issue: circle appears in a different position in Firefox than in IE

I'll apologize in advance... i'm not a css expert. I'm having a problem where I'm drawing a circle beside a button. The circle appears correctly in IE, but in Firefox, its too high. I have the ...
-6
votes
1answer
37 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 ...
0
votes
2answers
24 views

CSS form styling doesn't display in firefox/Opera

I've made a searchform on Wordpress. I've styled the searchform to my own taste and all seems to be working fine in Webkit browsers (Chrome & Safari) and even IE (kinda). Unfortunately Firefox and ...
-7
votes
3answers
54 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
4answers
35 views

CSS Background Image shifts content to the right in Firefox

The problem that I am having is that I assigned a background image to the body in the CSS. I have it set to repeat-x and fixed. The image and content display fine in Safari and Chrome, but in Firefox ...
0
votes
2answers
36 views

Checkboxes not displaying Chrome - Work in other browsers

I'm not sure what is going on. There should be a checkbox to the left of "Remember Me" and two test ones at the bottom for I have a bike, I have a car. They display in Firefox but not in Chrome. I ...
0
votes
0answers
38 views

Print function not working properly in firefox

In this webpage I added a print option. It works perfect in Google Chrome but not in Firefox and IE. CSS(only Printing): @media print { .printable{ display: inline; } .not-printable { ...
1
vote
1answer
41 views

img class tags not being recognized in firefox

So I'm running a social network site, in which I've installed plugins and modules that allow users to edit their fan pages by having their own CSS editor ( a style box ) This is for Social engine. I ...
1
vote
1answer
27 views

right position and scroll bar in Firefox

If I animate a div position right it makes a strange movement. It only happens in Firefox, if I have a div positioned right, and if there is a scroll bar. Why does it happen and how can I solve it? ...
0
votes
2answers
19 views

Nivo slider wrong positioned in firefox

My nivoslider slideshow on my index page shows us correctly in chrome, IE 10 and opera. Only in Firefox it shows us up on the right side. Here is my site: http://www.colombian-emerald-jewelry.com/ ...
0
votes
1answer
27 views

CSS animation issue with Firefox

I'm experiencing a browser incompatibility issue for Firefox, which I can't seem to fix. This works fine in modern IE and Chrome, but you'll see that when you hover over a box that its contents show ...
0
votes
1answer
31 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
0answers
29 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 ...
0
votes
0answers
22 views

Grayscale filter css failed jquery color box in firefox and ie

I use this code to show pop up using jquery colorbox if($.browser.msie == true) { $(document).ready(function(){ $(".group2").colorbox({inline:true}).css({"padding":"0px", ...
0
votes
1answer
16 views

Image blur effect working on Firefox and IE

I'm testing the blur effect -webkit-filter:blur(5px) which seems to work only with Chrome. But I've found this: http://vectorflower.com/preview/trans_banner/ I dont know how they do it, but works ...
0
votes
1answer
28 views

css background-image specific to Firefox?

Is it possible to set the CSS background-image (or even just background) specific to Firefox? I tried specifying -moz-background-image: .myClass { background-image: url(../images/1.svg); ...
0
votes
2answers
28 views

FireFox: TH as offset parent for absolute positioned box?

I have run into a problem with position:relative on th elements in FireFox. In Chrome and IE the th element is a valid offset parent for absolute positioned elements. <div class="relative"> ...
1
vote
3answers
52 views

Inconsistent behaviour between css and jQuery regarding scrollbar and right:0px in Firefox

I have this fiddle which if you look at it in Chrome or IE works fine. You just click on the orange box and the box slides out, and click again and it returns to it's exact original position. However ...
2
votes
1answer
55 views

Firefox can't handle absolute positioning within 'display:table-cell'?

I needed two columns of equal height, so used display:table. So far so good. I then needed links to line up at the base of the table-cells, so went for absolute positioning. Looks perfect, except in ...
0
votes
0answers
19 views

How do you get all components to fit on the same page with Firefox transform scale?

I am working on the print css for a website and I'm having trouble working with the Firefox transform scale css. I am trying to scale the view down so that all the elements will fit on one page. ...
0
votes
5answers
49 views

Inline block adding extra space in firefox

I have a webpage where I have stacked my div's with inline-Block properties. However, it adds extra spacing only between two div's in Firefox. The design is consistent in Safari and Chrome. Here's ...
0
votes
1answer
27 views

Opcity making issue in browser

I just stuck with the opacity issue again. I tried something like this: var hiddenSection = $('div.hidden'); hiddenSection.show() .css({ 'display': 'block' }) .css({ width: ...
1
vote
3answers
41 views

dynamic max-height with js in firefox

I cannot alter the max-height value of a div in javascript. Can anyone give me any hints. It works in chrome, safari, and IE but not in firefox. Is there any way to get it to work in FF? ...
0
votes
0answers
18 views

Layout breaks only in latest Firefox, but fixes when zoomed differently or Firebug is turned on

If you go here in the latest version of Firefox, the layout in the blue background div toward the bottom is broken: http://bit.ly/19leUCN It seems to work in every other browser, and, oddly, the ...
1
vote
2answers
76 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
1answer
26 views

Font shorthand not working in firefox

I try to shorten my css with shorthands. In my paragraph code i have: p{ font: 12px/14px normal 'verdana'; margin: 0px; } This works fine in chrome, safari ect but not in firefox. It does not ...
0
votes
1answer
41 views

Image Showing through Spry Menu Bar after hover over

I have the menu working correct on IE with z-indexs but can't get the same results with chrome and firefox. If you go to www.rsd17.org/test/test/untitled1.shtml and on the top spry menu bar hover ...
4
votes
3answers
161 views

Div and textarea behave the same except in Firefox - what to do?

I want to create a textarea which highlights the text beyond a character limit (like the twitter one). My attempt is here: http://jsfiddle.net/X7d8H/1/ HTML <div class="wrapper"> <div ...
0
votes
2answers
57 views

Firefox does not align with right: as expected

So I have my set of nav pills again, however I noticed another odd issue. I am using right: 5px to align the "notification" where I want it on the mobile view, which is less than 767 px. Looks great ...
0
votes
1answer
32 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: ...
1
vote
0answers
79 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 ...
0
votes
5answers
48 views

Div positioned absolute not showing up in firefox

I have a div (#socmed) with an ul containing li's which i have positioned at the top right of my page. You can find the div inside the header tag. These are social media buttons by the way. ...
-4
votes
1answer
24 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 ...
0
votes
3answers
41 views

Embedded Fonts in Firefox not working

If you pull up our website in Firefox (http://oursaviorschurch.com), the embedded fonts work fine. If you type in the www. (http://www.oursaviorschurch.com), the embedded fonts are gone. I notice it ...
0
votes
2answers
36 views

No consistent word-breaking in Firefox

Please take a look in Firefox at the development site here. The same phrase "Accountantskantoor verschaeren-mertens" is shown twice, once in the sidebar and once in the upper right corner. As you ...
3
votes
4answers
73 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; ...
0
votes
3answers
43 views

find out what class is affecting a particular element

Is there a way to see exactly which declaration is affecting an element. Rather than looking at a million properties in the Firebug inspector, where depending on how many classes something is assigned ...
0
votes
3answers
72 views

How to gracefully break text in Firefox?

So I have this text that needs to break if it gets too long: If there's a hyphen or space in the word it should break on that. Is there a css style that makes this happen? The closest I've gotten ...
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 ...
1
vote
1answer
59 views

How do I retrieve CSS property in Firefox and Opera exactly how it's written?

I'm trying to develop a jQuery plugin that utilizes CSS values and modifies them. The problem, however, is that Firefox and Opera seem to not like keeping track of the units of the property's value. ...
6
votes
1answer
95 views

Firefox filter grayscale and printing

I've run into a problem getting Firefox's filter css property to grayscale properly on the printed page. For some reason, the grayscaled image is not visible on the printout, though it displays as ...
0
votes
2answers
68 views

css works in Firefox, not in Chrome

I recently adjusted the width of a div via css. It works in Firefox, but not in Chrome. Here's the code: .the_content { padding-left: 60px !important; padding-right: 40px !important; } ...
2
votes
1answer
56 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 ...
0
votes
1answer
50 views

background-attachment: local in Firefox?

Is there any way to produce the effect of background-attachment: local in Firefox? For some bizarre reason it doesn't support it...
-1
votes
0answers
23 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 2 3 4 5 49