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
11 views
IE compatibility with jQuery Tools Tooltip
I've started designing a page using the jQuery Tools' tooltip (as demonstrated here).
I've tinkered with it a bit to allow onClick show and onClick hide. Works fine in Chrome, Safari and Firefox.
...
-1
votes
1answer
28 views
Chrome doesn't render properly a page. It works perfectly in Firefox/IE
I'm having a problem with the layout of a page in Google Chrome (version 27.0.1453.110). This layout works perfectly in Firefox (21) and even in Internet Explorer (9), but not in Chrome. Basically it ...
0
votes
0answers
31 views
JQuery code not working IE10 compatibility mode, IE9 or older
Sorry for being long-winded ahead of time, but I have a continuing issue, despite great help from a previous post, listed here:
http://bit.ly/11aBzBV
With that being said, I have modified my code to ...
0
votes
0answers
21 views
Javascript Menu issue on .php Wordpress pages only in Chrome
This is kind of a specific question, and please keep in mind I am an amateur programmer and only have limited knowledge of php.
We have a javascript menu on our website - ...
0
votes
1answer
23 views
Strange Safari cross-browser spacing issue
I've got a strange display problem in Safari that I can't seem to pinpoint. The container block spacing is ignored, making page content overlap into the footer. But here's the strange thing: when I ...
0
votes
1answer
21 views
Background fade in css - fallback for older browsers
I have the following class for nav hover which simply adds a background image on hover..
nav a:hover, nav a:focus, nav a:active {
background:url(../images/goldNavBG.png) repeat-x;
}
I ...
0
votes
1answer
13 views
CSS3 transition difference between browsers in coverflow like slideshow
See: http://jsfiddle.net/nweBD/
I'm trying to create a Coverflow like slideshow using CSS3 transitions, but I'm getting different results from different browsers:
FF; shows wanted behaviour (right ...
0
votes
1answer
47 views
Cross-browser rendering issue [closed]
Please take a look at my site on Google Chrome first http://graphicshop.net
Now visit the same URL on Mozilla Firefox
You can see that the navigation and advertisment1 div is messed up please help ...
1
vote
2answers
39 views
what is wrong with this date format
This works in Chrome but not in Firefox.
new Date("2013-06-03 17:09:06-0400")
Works fine in Chrome
Gives 'NaN' in Firefox.
I would appreciate any help.
1
vote
4answers
39 views
Use CSS to create columns with equal heights
I have 2 columns and those columns need to have the same height.
Also, link with class link-arrow need to be 10px at the bottom of the column.
You can see my problem at jsfiddle.
HTML:
<div ...
0
votes
2answers
28 views
HTML email doesn't display correctly in Google Apps/Gmail
My web application sends HTML-based e-mail to users.
I've created a HTML e-mail template (based off a template provided by MailChimp which is supposedly designed to work in any browser/email client).
...
3
votes
3answers
44 views
CSS: a piece of background in different color?
I'm trying to make a crossbrowser implementation of background in 2 parts each of different color.
Like this: http://imgur.com/l6ajF2q
For this I've wrote following code (fiddle: ...
17
votes
5answers
550 views
Get the offset position of the caret in a textarea in pixels
In my project I'm trying to get the offset position of the caret in a textarea in pixels. Can this be done?
Before asking here, I have gone through many links, especially Tim Down's, but I couldn't ...
0
votes
2answers
168 views
Best Way to Display “Unsupported” Browser Message [closed]
We are working on a web application which only supports "modern" browsers (basically IE9 and up, and any other browser which has roughly the same amount of modern features).
Our web application will ...
2
votes
1answer
167 views
Syncing CSS and JS media queries cross-browser
When working on responsive designs I make use of CSS3 media queries, including with older browsers using respond.js. There are occasions when I also need to use JavaScript/jQuery for manipulating some ...