Cross-browser development refers to the practice of building web sites, web applications, libraries, or components so that they function across different web browsers and rendering engines.
0
votes
0answers
27 views
CSS - Problems with responsiveness and crossbrowser compatibility
This SO question is based on this JSFiddle. It is a navigation design with two top level menu items and three submenus (structured for accessibility without script). Main elements to look inside are:
...
0
votes
2answers
20 views
Test mobile website compatibility [closed]
I am developing a mobile website using JQuery mobile, HTML 5. I want to test my site in various browsers. Can some one tell me some of the mobile browsers to test on ? I want to check whether it works ...
-1
votes
1answer
46 views
Crossbrowser getElementsByClassName inside id
What would be the cross browser way to retrieve a node list (or HTML collection) of elements inside an element specified by id, with a given class name? For example:
...
0
votes
1answer
29 views
Why does iOS scale images up?
Why does iOS scale images up? I am building a site and want it to be mobile friendly, when I look at it on iOS my pixel-based images are getting scaled up for some reason.
Shouldn't the browser keep ...
0
votes
0answers
11 views
Padding in select tag doesn't work in Safari
I want a padding of 10px on my select tag. With a text-indent I can make the padding-left work on Safari. But I want a padding everything not just left.
Is there any way to have it work normally on ...
-3
votes
0answers
34 views
USB data transfer [closed]
I want to have a cross plate-form solution in which I can transfer my data(Can be a file or raw data) through USB from my mobile device be it iPhone , Android to my windows based computer.
I tried a ...
-1
votes
0answers
33 views
hover working in chrome but not in FF?
<div class="box-blue"><span class="thumbnails"><img src="images/silver.png" width="750px" /></span>
<div class="clear"></div>
<h5 style="font-size:25px; ...
0
votes
1answer
22 views
Chrome is not changing the parent div size as dynamic content grow ? Firefox and IE is working fine
I am using a jquery and php script to load dynamic content on the page .Mozilla is picking up the dynamic ontent and increasing size of div as well .Below are the code.
#whtshot{width:700px; ...
0
votes
0answers
9 views
Inconsistency when switching Browser Mode in IE
We are having a very bizarre issue in our application in regards to Browser mode changing in IE.
We have a content creation page that originally is accessed from a details screen. The details screen ...
0
votes
0answers
21 views
using video.js with an HTML5 <audio> tag
I'm using video.js with an HTML5 <audio> tag and it works pretty well but there are some issues that I'm wondering if someone can offer some suggestions:
iOS safari doesn't show custom ...
1
vote
3answers
28 views
HTML 5 webpages display hapardzardly in IE8
I recently started developing pages in HMTL 5 and everything works perfectly well in all other browsers except IE. What could be the problem?
Thank you in advance!
0
votes
1answer
21 views
How do deal different childNode count among IE8 vs all other browsers
i need some help with my code..
i have a number of divs which i manipulate with some events, add/remove classes attributes etc..
it s sort of selecting /deselecting div in terms of voting..with some ...
-1
votes
0answers
9 views
Object doesn't support this property or method in browser mode :ie8,compatibility , document mode, ie7 standards
I'm getting the following error in browser mode: ie8 compatibility and document mode : ie7 standars
"Object doesn't support this property or method" at $elem.dialog(params) in jquery.struts2.min.js
...
0
votes
1answer
39 views
How to resize the height when reduce width?
In raphael responsive function working very well, unfortunately height doesn't decrease when resize width in safari browser. especially in mobile browser :(
Rapheal code
var svgWidth = 480;
var ...
1
vote
0answers
12 views
HTML5 Audio ERR_SRC_NOT_SUPPORTED in IE9
I am dynamically serving user created audio using html5 tag.
Works across the board, including IE10, but not with IE9. Definitely have the right doc type tags, its running in IE9 Standards, with the ...
0
votes
1answer
39 views
Why does this Actionscript code work on Chrome but not FF and IE?
Why does this example, (from adobe.com) work in Chrome, but not in FF and IE?:
does not work = I can see the permission window, but when I click 'allow' all I see is a blank white screen.
...
1
vote
0answers
17 views
Detect if browser extension is installed for Opera
I have created browser extension/add-on for Chrome, Firefox, Safari and IE using Crossrider framework
Now since Crossrider does not provide support for Opera, I have created a native extension for the ...
0
votes
0answers
27 views
Coded UI Cross browser firefox does not work
I have an issue with codedUI. I have recorded step in Internet explorer. Step are lunching a website, login to the website and more... I tehn installed CodedUITestCrossBrowser following the ...
0
votes
2answers
36 views
Vertical align img in DIV [duplicate]
I want to vertical align an IMG in a DIV but I don't see what I'm doing wrong.
It works in FF and IE7, but other browsers just align it to the top.
Code can be found here:
...
1
vote
1answer
38 views
Spacing in ExtJs is different in IE & FireFox
I've a form of ExtJs.
Ext.define('${pkgName}.v02x001001.SV02X00100104' , {
extend : 'Ext.form.Panel',
alias : 'widget.sv02x00100104',
layout : 'fit',
autoShow ...
0
votes
1answer
27 views
Improve jquery function to show/hide sections depending on day of the week not working in IE8?
I have the following function to hide/show sections of a webpage depending of the day of the week.
Unfortunately I found out that this is not working on IE8 and displays all days remaining including ...
0
votes
0answers
18 views
saveAs function not working in Safari?
I am trying to display a base64 PDF in an iFrame after a user generates it. For some reason it is extremely unresponsive in Safari and does not display correctly.
My workaround is to detect Safari ...
1
vote
2answers
25 views
Different FieldHeaderStyle DetailsView for edit vs readonly mode
I'm using an ASP DetailsView and would like the item header to be different depending on what mode the DetailsView is in.
I have two images - each one is 500px wide and 30px high. The right 300px ...
0
votes
1answer
14 views
Why I get GridException when trying to open a website using Selenium
I am new to selenium.
This is what I did:
I started a standalone selenium server on cmd prompt.
I ran below code, for both webDriverWay() and seleniumWay() I get error like below. In both cases I ...
1
vote
1answer
28 views
Discrepancy between sorting of coordinate points across major browsers using jquery
In a web application I'm developing I am detecting the boundary of certain images and generating an array of coordinate points along the detected boundaries. Because of how the array is generated the ...
-2
votes
0answers
40 views
IE9 cross-browser compatibility issue [closed]
During UI design I am stuck with an issue in IE9. I have the below HTML code:
<div>
<ul>
<li rel="#id134">
<a>Joined</a>
</li>
...
4
votes
1answer
77 views
CSS input field styling magic
I am trying to style an input field and some buttons in a consistent way, but there seems to be some magic going on. Event though the input has the exact same classes as the buttons it is slightly ...
0
votes
1answer
41 views
Browser Compatibility Issues (IE & Firefox)
I'm trying to make my website (http://www.arcdna.com) compatible with both Firefox & Internet Explorer. There are two primary concerns that are causing the biggest issues.
Parallax Images will ...
0
votes
0answers
10 views
Youtube embed - title displaying twice at the end of the video
Anytime I embed a YouTube video, using the iframe that is supplied by YouTube, at the very end of the video, the title displays twice. I'm seeing it pretty much anywhere a YouTube video is embedded. ...
0
votes
0answers
29 views
VS2012 with Update 2 - Cross Browser Testing with Chrome Issues
I am currently implementing cross browser testing for our application and have come across with an issue for Chrome 26.0.1410.64 m (including some older versions). When i run a CUIT, Chrome is ...
0
votes
0answers
12 views
HTML5 audio cross-browser
On my page, I have one set of audio controls, but in my code I have multiple HTML5 audio players installed, each to play a different song.
Here's the HTML (which is repeated 5 times):
<li ...
1
vote
4answers
36 views
Google crome can't show fav icon
Google crome can't show fav icon of the website http://www.hausnaturpur.de/
where as in Firefox and other browser support the fav icon .
we used this code
<link rel="shortcut icon" ...
0
votes
1answer
21 views
is there a way to access serverside ajax responses as temporary files?
In ancient times IE6 under MS windows XP at least let us access to ajax responses as files in the local filesystem under "temp" folder.
Is still there a way to access ajax responses as temporary ...
-2
votes
0answers
31 views
Creating a cross-browser Print page [closed]
How can I make a web page for printer-friendly? I have a web app and my users need to print their data. I made a web page for only printers,everyting is fine with chrome in my computer but others web ...
0
votes
0answers
53 views
HTML5 <audio> tag do not work/play in IE10
I have a page where I display some audio .ogg/.mp3-files for listening in the browser (it is purchased products that are being displayed on a "receipt"-page).
The files are super in Chrome, Opera, ...
7
votes
1answer
117 views
Why is Firefox 30 times slower than Chrome, when calculating Perlin noise?
I have written a map generator in javascript, using classical perlin noise scripts I have found in various places, to get the functionality I want. I have been working in chrome, and have not ...
0
votes
1answer
47 views
Pure CSS for 2 columns with the same height but stretching to a min-height of 100%
I'm working on a template for my web app. It should have a header, a footer, a body and a side menu with a gradient background. The page should look similar in any resolution starting from 800x600, ...
1
vote
0answers
14 views
Any image hue shift available for Internet explorer like css filter in webkit
I have seen filters like opacity in internet explorer. Is there already any filters to change hue of an image? Or is there even a possibility like say with an external htc file? (I really don't know ...
1
vote
1answer
29 views
SVG JavaScript/ECMAScript API
SVG is ofcourse a XML language, but it's also accessible through JavaScript/ECMAScript. It supports various functions like getCTM, getScreenCTM, getBBox, but I can't find a list anywhere of all the ...
1
vote
1answer
46 views
Cross browser jquery
I have a few jquery and ajax functions which work in google chrome perfectly. When I use them in firefox though on my live server it does not work. Is this a known issue in firefox or is there a ...
1
vote
1answer
36 views
How do you override “-moz-user-select: none;” on a child element?
This question CSS rule to disable text selection highlighting shows how to prevent text selection on an element. Once you have prevented selection, how can you then allow selection for a specific ...
1
vote
1answer
42 views
Troubleshooting a missing image [closed]
We have a situation were the main product image in rare cases does not load on the page.
An example page is here: http://j.mp/18OFdDY
You may see the main product image loaded, but in my case it is ...
0
votes
0answers
38 views
Why does validation not work on all PC browsers?
The validation code below works 100% on all MAC browsers. But on all PC browsers the validation is ignored. After the user submits the form the email is validated and returns a thank you message. Is ...
2
votes
2answers
46 views
jQuery: how to make css('line-height') work cross-browser
I'm supporting IE8 and up.
$(something).css('line-height');
In Chrome this returns 32px but in IE8 it returns normal
How do I get around this? Maybe a native javascript variation?
1
vote
0answers
38 views
CSS Pointer-events css property on safari 5
Is it possible to allow interaction on controls bellow SVG tag on safari 5 browser?
Following jsfiddle works on firefox and chrome (win) but not on safari 5 (mac).
With invisible rectangle I ...
0
votes
2answers
30 views
IE9 font issue
I embed Lucida Sans regular font using font face and its working fine on all browsers except ie9. I used fontface something like this:
@font-face {
font-family: 'Lucida-Sans-regular';
src: ...
1
vote
1answer
52 views
style changes when zooming
I'm developing a website. Everything looks great on 100% zoom but when I'm zooming in or out in chrome and IE (not Firefox) the style changes and div blocks move! I have a container div with a ...
0
votes
0answers
32 views
cross browser compatiblity with loader
I have problem with Loader with other browsers except IE. The code goes as follows.
Below is my Div tag code in Master Page.
<div id="pnlPopup" class="PrProgress" style="display: none;">
...
0
votes
1answer
44 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" ...
1
vote
0answers
37 views
Disable Undo and Redo in browsers
I would like to disable undo and redo in all browsers using JavaScript. I want to do this as our app has it's own undo and redo history built in.
I can already handle key presses to disable undo and ...






