0
votes
1answer
35 views

Different gap width in Chrome and IE

This is my HTML and CSS code HTML <asp:TextBox ID="txtSearchMain" runat="server" CssClass="text-box" /> <asp:ImageButton ID="imbSearchMain" runat="server" ...
0
votes
1answer
27 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
1answer
34 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
1answer
44 views

JS function working fine with firefox and IE, but not with chrome

I have this js function which works fine with IE and firefox but not with chrome. It should give download window with chrome and firefox but popup with IE- JS function - function downloadCSV() { ...
-1
votes
0answers
99 views

Jquery scroll doesn't work in Chrome; works in other browsers

I just started to use these libraries, but this jQuery code is working at in Firefox and Safari but not in Chrome. I've been reading a lot and still can't find how to fix it... In Chrome, the scroll ...
0
votes
1answer
32 views

Find out what font is used to replace missing unicode characters

I have a javascript application, that converts text in runes using the Unicode rune chart. The problem is, that some fonts do not contain the rune symbols. Mozzila Firefox simply finds out the correct ...
1
vote
0answers
29 views

Chrome strange behavior when wrapping table with table-layout: fixed

I have a div that wraps a table with table-layout: fixed. <div class="wrap"> <table id="mytable"><tr> <td>Some label</td> </tr></table> ...
0
votes
0answers
17 views

Speech input in browser through user w/o plugins with Javascript

I want to use "speech" input to emulate a "siri"-like interface, as seen on http://allthingsrails.com/post/37559441882/build-your-own-siri-application-in-the-browser At the moment the (Chrome-only) ...
0
votes
1answer
63 views

Cross Browser input field width not setting properlly

The input field width is not commenly set in browsers like chrome and firefox.see my code below <table border="1" align="left" cellpadding="0" cellspacing="0" width="25%" style="margin-top: ...
0
votes
0answers
125 views

Cross-browser CSS help - min-height issues (2 column fullscreen layout)

In IE9 colLeft goes to the bottom, but in Chrome & Firefox (latest versions), it does not. Also, in IE, the textfeed div does not fill up the remaining height. I need some Cross-browser ...
0
votes
2answers
49 views

Script works in Chrome but not IE

It's so simple, but I don't know why IE isn't doing my innerHTML changes and other stuff. function changeele2() { document.getElementById("eleme2"); ...
0
votes
1answer
180 views

Chrome does not show the page correctly (jQuery mobile css)

When I check below links with all major browsers like Firfox, Safari, Opera, IE, etc, I can easily see the page but the Chrome does not understand the jQuery CSS styles... my Version is 26.0.1410.64 m ...
-2
votes
1answer
76 views

why doesn't my fav icon work in chrome any more?

My favicon worked on chrome canary for a while and after I updated it stopped appearing. Any help would be appreciated. I have provided my code below. <html> <head> <link ...
1
vote
1answer
38 views

xsl stylesheet works on server in IE and Firefox, works locally only with IE

I have an xml document and associated xsl stylesheet. When I put the xsl and xml up on my server the xsl styleheet is applied and the XML document renders correctly in IE, Firefox and Chrome. When I ...
0
votes
0answers
74 views

$.each not working for chrome and safari but works for mozilla and IE

Hello friends I am using radio button to post value through ajax which works fine for mozilla and IE but does not work on chrome and safari. My default value for radio button is edition 2000 and key ...
-1
votes
1answer
39 views

I need pointers for cross-browser css issues [closed]

I'm having trouble with the header of this website: http://jenn.anniezs.com/enzo_demo/ It works fine in Firefox, but it's a disaster in Chrome and Safari. Unfortunately, I do not know these browsers ...
0
votes
1answer
242 views

JavaScript window.open() method in Google Chrome doesn't respect resizable option

Does Google Chrome 25.x not respect the "resizable" option in the window.open() method parameters list. The following code works fine in IE9 and IE10, by not allowing the user to resize the window, ...
1
vote
1answer
74 views

How to make Chrome input unselectable (but allow editing)?

Code: (function($){ $.fn.ctrl = function(key, callback) { if(typeof key != 'object') key = [key]; callback = callback || function(){ return false; } return ...
4
votes
2answers
89 views

Chrome inserts random whitespace

I've a page whose styling gets messed up in Chrome (no problem for Safari and others). It seems that it inserts for a reason some strange whitespace in the HTML that ruins my layout at the top of the ...
0
votes
0answers
115 views

Jquery .show fast in Firefox, slow in Chrome

I have some jquery code that shows a div before an ajax call is submitted. $('.modal-collection').show('fast'); This runs fast in Firefox, but slow in Chrome (version: 26.0.1410.19 beta). When I ...
3
votes
1answer
181 views

Google Analytics Event Tracking not firing for multiple accounts on Chrome ONLY

I have an issue with Google Analytics Event Tracking that is only apparent on Chrome and no other browser. I have the following Google Analytics Tracking Code firing on my site for a click on an ...
0
votes
0answers
52 views

Is there a workaround to get proper font support in SVG loaded in an <img> tag in Chrome + Safari?

I'm using a data URI with my SVG markup and sticking it in the src attribute of an <img> tag. Works fine in FireFox, but in Chrome/Safari I lose the font support. See here: ...
0
votes
1answer
107 views

CSS/HTML compatibility issues across the same browser

Good Day. I have a rather weird problem. And it is the first time I came across this. I have an html/css menu (navigation menu) consisting of a ul list and anchor tags inside. I am using ...
3
votes
1answer
84 views

Differences in browser scope treatment of chrome/firefox

This alerts x in chrome, but not on firefox (Chrome 25.0/FF 11.0): var x="hi.", b; (b = document.createElement("button")).innerHTML = "click me"; b.setAttribute("onclick", "alert(x)"); // Doesn't ...
0
votes
2answers
125 views

Running code only after an object is updated in IndexedDB (particularly in Chrome)

I feel like this is a pretty mundane thing to do. I want to update an object in an IndexedDB database and then run some code after which uses the updated values. What I originally did was just run my ...
0
votes
2answers
295 views

Test Internet Explorer 8 with Google Chrome Frame?

I have a somewhat complex javascript-based UI-interface for a web app. Because of its complexity it's not going to be easy to make it fully compatible or degradable with IE8, so I plan to inform ...
1
vote
0answers
93 views

Chrome on Mac rendering font sizes inconsistently

I'm having an issue on two different macs running the same OS (10.7.5) and the same version of Chrome (24.0.1312.57). I am experiencing something very strange where it appears that the body font size ...
0
votes
0answers
74 views

Chrome and Jquery strange behaviour

I had to create a simple jsp page that displays 2 tables. There was already a jsp page that generates the table, so all I had to do was to call the page with different parameters and load the result ...
0
votes
0answers
157 views

Chrome spacing issue

I'm converting a .psd into html and css and here at the tail end of finishing I decided to check things in Chrome (I've been developing in Firefox), only to find that my relatively placed top slider ...
2
votes
1answer
118 views

How can I specify page breaks in Chrome and Safari?

I want to add page breaks to my site so that other elements will not be cut in half when a user tries to print the page. I've tried adding the css "page-break-after: always", but it only works on ...
0
votes
2answers
235 views

JavaScript Validation working on Firefox but not Chrome

I am so upset, have been spending hours on this. Can you guys tell me whats wrong? Tried the onsubmit at the beginning at the end of the form. Changed it to onChange and onClick still the same issue. ...
0
votes
0answers
48 views

onKeyPress in <h:form> is not invoked for non-form elements in Chrome and Firefox

I have a JSF form which goes like <h:form onKeyPress = "handleKeyPress(event,someID);"> <h:panelgrid> etc etc </h:panelgrid> </h:form> This works perfectly in IE, but in ...
10
votes
2answers
537 views

Why does Firefox treat Helvetica differently from Chrome?

The vertical position of text rendered in Helvetica and the size of its content area differ between Firefox and Chrome for Mac. For example, in Chrome, the descenders are clipped if the line-height is ...
1
vote
0answers
97 views

Back button of Google Chrome after clicking a hyperlink whose target is on the same PDF document

PDF documents have hyperlinks to the contents on the same document (analogous to "#section" hrefs for an HTML document). Where's the back button to go back to the page I was on (where I clicked the ...
1
vote
1answer
418 views

Audio Recording(Accessing microphone) using HTML5 in mobile browsers

Can we access microphone of mobile to record our voice using HTML5? I was trying this link: http://www.html5rocks.com/en/tutorials/getusermedia/intro/ where I get < input type="file" ...
0
votes
3answers
69 views

MouseEvents don't fire on body when inner div has position fixed in firefox

Look at this example Here is the code: CSS: div { position:fixed; top:100px; left: 320px; border: solid 1px blue; } Javascript: var i = 1; $(document.body).mousemove(function () { ...
2
votes
2answers
85 views

Array ordering in javascript - different results comparing IE8 and Chrome

The array (note order of items): { "5":{ "Title":"Title A", "Desc":"Description A" }, "15":{ "Title":"Title B", "Desc":"Description B" }, "10":{ "Title":"Title ...
-3
votes
2answers
150 views

Does Chrome have an error console like the one in Firefox? [closed]

In Firefox if there is a JavaScript error or anything like that it shows up in the Error Console. I have a problem on my site that only seems to happen in Chrome, and I think it's a JavaScript error. ...
0
votes
0answers
191 views

Chrome rendering page media query css rules, Firefox using mainstream css rules

I have to upload a launching soon responsive web page. For some strange reason firefox is using always mainstream css rules even when it is supposed to use media queries rules, chrome is using css ...
0
votes
0answers
53 views

paragraph <p> element showing skewed in google

I noticed that multiple <p> elements show stacked one over each other in Chrome browser. I have a <fieldset> inside <p> and was hoping each <p> will show separated with break. ...
0
votes
2answers
69 views

Table's width not expanding fully on some window resolutions in Chrome

The following document looks like it should in Firefox, Opera, Safari and even IE6 and later(!), but not Chrome - at SOME resolutions (I'm guessing uneven widths?) http://jsfiddle.net/4BEvL/1/ The ...
0
votes
1answer
104 views

Select with disabled attribute set as “disabled” still allows options to be selected on Chrome

I´m developing an application using Zend Framework 2 and I´m using two select boxes. The first is populated with data from the data base, the second is empty. After clicking a button to pass the ...
2
votes
2answers
298 views

window.onload works in Firefox+Greasemonkey script but not in a Chrome userscript?

There is a page http://example.com/1.php that includes javascript file as usual: <script type="text/javascript" src="/util.js?1354729400"></script> This file contain function named ...
1
vote
3answers
149 views

Google Chrome formats h1 Tag way to small [closed]

I got an issue with chrome. A h1 Tag is formatted smaller than in IE and FF. Here 2 screenshots: I don't have a clue why is that. Do you have? Sorry, but I don't want to post the URL here ...
1
vote
2answers
131 views

Managing JavaScript hotkeys in Chrome Browser

I have the following jQuery code on a site I built: $(document).ready(function() { // Other Bindings/Initializations Removed // Hotkey Event Handler to 'doSomething' ...
-2
votes
3answers
429 views

Center align table in form in Chrome/Firefox [closed]

I have a table and form on my page that I would like to be centered. I was able to center it in IE by having blank table columns on the right and left side with widths of 50%, but this didn't produce ...
0
votes
1answer
39 views

Combining different user agent attributes in one CSS class

I want to put an outline-color into a textbox when user types something wrong onto it. The problem is IE8 does not support the outline attribute (at least I test with no succeed) so I use border ...
0
votes
3answers
1k views

vertical-align and inline-block behaving annoyingly different in chrome and firefox

I am currently trying to wrap my brain around a problem, but i can't seem to grasp it. In an unordered list for a navigation, i want to add an icon before every list item via css before pseudo ...
1
vote
1answer
66 views

Clicking on a radio button sets tab back to beginning of page on Chrome

Testing in Chrome 23.0.1271.64m on Windows XP and Windows 7. When tabbing through forms, if you click on a radio button, the tab index is reset and the tabbing starts over at the top of the page: ...
1
vote
3answers
408 views

scrollTop doesn't work on firefox and IE? [duplicate]

I have below code which works fine in chrome. However, it does not work on firefox and also IE. Nothing happens. $("body").animate({scrollTop:$(this).offset().top},800); So may i ask what i ...

1 2 3 4 5