Some of my users are creating links that look like <a href=\'http:/some_local_path\'>whatever</a>
I\'m using Nivo Slider for some html-pages of my 开发者_C百科project. Img tags are inserted by a snippet into the Nivo\'s div. In all browsers all looks fine - except IE: duplicated images, broken nav
Is it possible to get different result in different browsers with some math operation? E.g. something like that
I need to create a web-controlled application (that lives in the browser) that can connect to and read data from devices connected via USB or the serial port.
I know this has been discussed here many times, but none of the answers I found here, seem to address my problem.
I have my site ( http://www.rohanjain.in) based on html5. It uses the new elements defined in html5 for page layout: header, nav, section, article, footer etc. But I just checked that with old browser
I am having trouble capturing an event when a form submits. I am dealing with a third party iframe over which I have no control, and when the user clicks a submit button there, it calls a javascript
I done one project using CSS3 (with the border radius and box shadow property). These properties are not working on IE.开发者_如何学JAVA How can I use those properties on IE? http://code.google.com/p/
I need to add the one attribute of all of a certain element to an array: Here is the html: <a class=\"umb\" name=\"/wordpress/images/custom-slideshow/image1.jpg\">
Given HTML like the following, how can I get the last row to take up the remaining height, and have the n-1 first rows to take up just as much height as they need?