Posts Tagged ‘internet explorer’

Setting Height of Selectbox (Combobox) in IE

Working with Internet Explorer and creating web pages that behaves same in IE has always been frustrating for many web developers. One way of tackling IE problem is to create IE-Specific Stylesheet and thus it helps in avoiding breaking of design in IE. While working on one of the requirement I had to set height of selectboxes on the webpage. Normally for setting up height ... Full story

How To: Create an IE Specific Stylesheet

How To: Create an IE Specific Stylesheet
If you are a web developer you know how painful is to write a webpage that behaves same in all the web browsers. Generally the webpage created for Firefox behaves pretty much the same in Chrome, but Internet Explorer has its own problems. Whether it be problem with Multiple Selection in IE or the AJAX ... Full story

HTML 5: The new HTML kid on the block!

HTML 5: The new HTML kid on the block!
Hope you all have heard that behind-the-scene progress of the new version of HTML, is cruising through. There are some good news for those preachers of web standards who give importance to the semantically correct web. With the the new version of HTML (HTML 5), still gazing towards the recommendation stage (the specification is not yet complete and ... Full story

Multiple Selection Listbox Javascript Problem in MS Internet Explorer

Multiple Selection Listbox Javascript Problem in MS Internet Explorer
Last night I came across very weird problem of JavaScript. I wrote a JavaScript code to select all the option of the list. Let's take following example for demonstration. HTML code: 1 2 3 4 5 6 a b c d select all numbers select ... Full story

AJAX cache problem in IE

Few days back I was working on a requirement where in a webpage one table was getting populated through AJAX. This table was getting refreshed every 5 mins as it was showing some real time data being processed in back end. To my surprise, the data in the table were not being refreshed and the output that I was getting was not the one that I ... Full story
Copyright © 2010 ViralPatel.net. All rights reserved.