Cross-browser refers to the ability for a website, web application, HTML construct or client-side script to support all the web browsers.
0
votes
0answers
9 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 ...
0
votes
1answer
11 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
9 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
25 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
38 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
74 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
37 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
7 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
17 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
35 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
19 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
33 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
90 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
41 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
10 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
27 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
45 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
24 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
29 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
42 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
29 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
29 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
51 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
31 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
40 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
33 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 ...
0
votes
0answers
13 views
Browser Plugin for Video and Audio Recorder
I want to build a cross browser and cross platform Plugin that when installed in Browser will record the Screen of My Computer and if i want to switch the Recording from Screen to WebCam then it will ...
0
votes
1answer
37 views
Pikachoose API hook with Fancybox not working in IE9 or lower
So I've been currently testing out the Pikachoose gallery for API hooks and did have a gallery with three thumbnails working well. I've then added the API hook for when the animation finishes and runs ...
0
votes
0answers
27 views
Enabling browser scroll bars after window.open with scrollbars=no
I have an existing link which opens up a webpage in a new window with scrollbars disabled as follows:
<a onclick='window.open("example.html", "name", ...
0
votes
0answers
10 views
Animated image with smooth transparency in all major browsers
I need to use an animated image with several transparency levels on a webpage. I unsuccessful tried to create a *.gif with multiple transparency levels. On the other hand *.png doesn't support ...
0
votes
0answers
8 views
Odd cross browser display issue with Galleria
I am hoping someone can help. I am having a stange cross browser display issue with Galleria. When I launch the site in Safari and on the iPad it looks fine, but when I launch it in Chrome or IE the ...
7
votes
1answer
99 views
How do I make text-shadow and box-shadow use the text color on all browsers?
I'm trying to create a style for a box with a shadow that's the same color as its text. Because I have several boxes, each with a different text color, I'd like to avoid having to repeat the same ...
0
votes
0answers
14 views
How to use Mod_proxy?
Hello i own a Server by my own with about 20 Domains.
Now i want to make a Mod_Proxy avalable to one domain.
I have read this article here : ...
0
votes
1answer
24 views
jQuery Easy Accordion plugin not working in Internet Explorer
I'm using the Easy Accordion plugin (source = http://www.madeincima.it/en/articles/resources-and-tools/easy-accordion-plugin/) on my site and it's not functioning properly in IE (any version).
The ...
0
votes
0answers
46 views
Object doesn't support this property or method in < I.E. 9
I'm a JS noobie and I'm stumped by a bug that's coming up in < I.E 9. In all other browsers my app works fine. The user plugs in some values on a form and gets a title insurance quote returned. You ...
0
votes
2answers
45 views
strange behavior of html tags inside contenteditable div
In my project, I am trying to add HTML tag letter (< and >) dynamically to a contenteditable div. Whenever user is pressing alphanumeric character, I am appending an empty span element which is ...
0
votes
0answers
10 views
Radgrid multiple detail tables at a level, IE 9 Compatibility View rows stacking
I have a radgrid which have 3 detail tables in same level.
It works fine with IE 9, but when I changed to compatibility mode all 3 detail tables shows up at the same place, text stacking over. And ...
1
vote
1answer
74 views
JQuery - Script working in everything except IE10
I have here a fiddle for this problem.
The script makes use of a bunch of cool functions, but it just does nothing on IE10.
I don't know which one part of it disagrees with, is there a Javascript ...
1
vote
2answers
61 views
+400
Is there a way of detecting whether a user has already given permission to use navigator.geolocation?
Apart from setting a cookie the first time round, is there a way of detecting whether a user has already given permission for navigator.geolocation to return the lat/long of the browser?
If there ...
0
votes
2answers
23 views
How to test IE6, 7 and 8 compatibility of web page in Win 7 Home edition?
I am working on a web site development and would like to test the web pages under IE6, 7 and 8 brewers. I am using Win 7 Home edition, and seems that Virtual PC 2007 under this version does not quite ...
0
votes
0answers
13 views
Opening .pdf files in browser from Amazon S3 with AWS Key and Signature attributes?
When I try clicking a pdf link on my website in Chrome and FF it does not do anything. I can right-click and save as but I cannot open it up within the browser. Both browsers have adobe reader enabled ...
0
votes
1answer
35 views
How to properly submit a dynamically created form with JS/jQuery?
HTML:
<button class="search" name="search">search</button>
Javascript:
$('button.search').live('click', function(event) {
var newForm = jQuery('<form>', {
'action': ...
0
votes
0answers
18 views
Creating temporary URL link in Opera browser
window.url.createobjecturl() doesn't work in opera! I want to link a video file to html5 'video' tag which i selected via 'input file' html tag. I'm able to link the video in Chrome, Firefox, IE10 ...
0
votes
0answers
37 views
sessionStorage display not working in all browsers
I'm currently storing selected values from radio buttons in sessionStorage and then outputting them in a table on another page. This is working fine in Chrome but I can't get it working in IE or ...
-3
votes
2answers
42 views
jquery keypress event using with javascript event [closed]
i use a function like
function myfunc(elem,e) {
var element = $(elem);
if (e.keyCode == 13) {
if(e.shiftKey === true){}
else{
// do stuffs
}
}
with a textarea like
<textarea ...
1
vote
2answers
50 views
conditionally load javascript resource
I'm creating a website which some of it's pages contain at least one media player and because of the page size limitations, I want to load the media player javascript file only in pages that have ...
1
vote
3answers
43 views
<select> box styling difference on safari and firefox?
I am trying to simply stlye my select box so the text is centre aligned. It works in firefox but not in safari or chrome. When inspecting the element in chrome it says the text is centred, however ...




