browser-compatibility

Onclick text disappears in chrome but not in mozilla

Hi there, I have search functionality in my app, in which when user clicks in textbox, the text in the text box disappers. This works perfectly in chrome(6.0) but does not disappear after click in mozilla firefox(3.6) why? // here is the code: echo "Search: "; echo "<input type=\"text\" class=\"smalltxt\" name= \"srcht...

Max-height ignored in Firefox, works in Chrome and Safari

I'm making a slideshow of images with the class "Display". I want to limit the height and width of the image to a maximum of 80% of the window's, so that there won't be a need for a scroll bar at any normal size. Here's the CSS I used: .Display { max-width: 80%; max-height: 80%; } It works exactly how I want it to work in Chrome and...

browser compatiable question?

i have this css box(div) that on mozilla firefox displays in the middle of the browser, but on the IE, it floats to the left, could you tell me what the issue is? #div-regForm,.registered{ border:3px solid #eeeeee; padding:15px; background:white; color:black; margin:30px auto 40px auto; width:600px; } html: <...

Firefox, one browser, but two different versions???!

Hi, I our web application is compatible with Firefox 3.6+ We have a Firefox installed on one of our local machiens and on the top of the about page, the version is set to 3.6.10 which is what we expect. On the bottom of the about page, the version is set to: Gecko/20100914 Firefox/3.0.1 Because it's set to 3.0.1 it gets picked up b...

Flash/html not working on all browsers on Mac

I have been experiencing problems in using Flash on all browser on Mac.The same websites on Firefox,chrome,explorer work ok on Windows.the problem is just browsers on Mac and IE6. flash is here ; http://www.evateknoloji.info/Temp/CS4.html Has been anybody else been experiencing the same problem? Is there a solution? ...

Is there any problem with using HTML5's "data-*" attributes for older browsers?

I want to associate some custom data with some HTML nodes. I was going to use the new HTML5 style 'data-*' attributes. e.g.: <tr class="foo" data-typeid="7">…, and then I was going to select this HTML node and show/hide it etc. by reading the value with $(node).attr("data-typeid"). However this web page needs to work with older browsers...

Mobile Device Usage

Where would I find usage statistics on mobile devices and browsers broken down by type over time? From a technical aspect I would like to support as many as I can in upcoming projects, however it would be beneficial to determine which devices / browsers are the pack leaders before I go supporting ancient junk. ...

Google chrome support for digital signature?

I have used crypto for firefox and CAPICOM for IE to sign text. does google chrome provide any support for crypto object or CAPICOM? if not then there is any other way to resolve this issue. I have install IE-tab extension for google chrome which will simply load IE in chrome. but that needs to be done on every clients pc. this not soun...

How to set video to play on all major browsers on windows and mac and andoid and iOS devices?

We have a requirement to create video demo of certain products. What is the best way to make sure that video plays on maximum possible browsers on all popular platforms? Current implementation we just have flash videos that load in a flash player. ...

jQuery dynamically generated textbox not behaving correctly

I have table columns with values in them and when you click the edit button, I am creating a textbox with the column value in it, kind of like an edit-in-place feature. var title = item.find('.co_edit_title').html("<input type='text' style='width:240px' name='title' value='" + item.find('.co_edit_title').text() + "' />"); Works fine, ...

Native button to refresh all opened browsers

is there a program that just does a refresh of current opened browsers instead of getting these multiview browsing applications that need to refresh each tab? ...

Html code works in firefox,safari,chrome but not in ie why

<html> <body> <iframe width='500' height='500' frameborder='0' src='https://spreadsheets.google.com/ccc?key=0ApILEVmEy4YHdGRTdGZNTWd1cmc2c0RPN0dtSnZGWHc&amp;hl=en'&gt; </iframe> </body> </html> This Code dispays spreadsheet in some bowsers.In all bowsers it shows spreadsheets but ie it shows login page ...

How to know the browser the user is using?

Hi, We have started developing an application for location aware emergency service. The users can connect through computer,smart phone or even through WAP. We want to use cloud servers (GAE or AWS). We want to optimize the site for the user's device. I can not find out exactly how to know the device or the browser the user is using. Fro...

Do browsers preserve order of inputs with same name on GET/POST?

I have this HTML code with multiple inputs with the same name: <input type="hidden" value="42" name="authors" /> <input type="hidden" value="13" name="authors" /> <input type="hidden" value="33" name="authors" /> The order of the values is important. Does the HTML spec define that user agents have to preserve this order, and if yes, d...

Javascript : onHashchange Test

I'm trying to check if the browser supports onHashChange or not to hide some code from it if not, in this way: if(window.onhashchange){ ...code... } else { ...other code... } I tried this too: if(typeof window.onhashchange === "function"){ alert("Supports"); } else { alert("Doesn't Supports"); } As described on Q...

Rails 3 uses HTML5 features. Do I need to do something for older browsers?

Many people still use IE 6 and other lower version browser. HTML5 is new, many browsers don't fully support it. If I want to use Rails 3, do I need to do some extra work? ...

"Input Submit" Cross-browser compatibility

<input type="submit" value="Share" /> In Chrome/Safari: In FF: Can someone please tell me why they don't look the same? Even, when I set the font-size, font-family, padding and margin, the button in FF will always look bigger than the one in Chrome/Safari. D: ...

Does Vista and Windows 7 come with the "Bookman Old Style" font?

Currently I'm generating text using this font server-side, but I've been told Vista and Windows 7 come with this font pre-installed. True or no? ...

Web Dev on MacOSX, how to check IE compatIbility?

How can I check IE compatibility when I'm developing a website on MacOSX, primarily using Chrome. ...

Which browsers do not support animated gifs?

It's seems like all major browsers (ie, firefox, safari, chrome) support animated gifs. Though I've been reading that IE might not be faithful to high frame rates. Who doesn't support animated GIFs? Iphone safari seems to just fine. What about other mobile browsers? ...