mohit | Shared With: Everyone - Apr 04 2007 | development, microsoft, ie, ie6, cssHelpful if you want your webpage to look right in IE6.
Quoted: This page links to various Explorer specific bug pages.
mohit | Shared With: Everyone - Mar 11 2006 | javascript, ie, closures, development
mohit | Shared With: Everyone - Nov 23 2005 | development, ie
Related Content from Around Faves
ie
-
Handy if you want a liquid layout for your Web site.
3 FaversViewed: 25 TimesQuoted: The CSS used for this layout is 100% valid and hack free. To overcome Internet Explorer's broken box model, no horizontal padding or margins are used. Instead, this design uses percentage widths and clever relative positioning.
...
The solution is to keep things simple and only use CSS that works in all browsers. One of the main things to avoid is horizontal margins, padding and borders on elements with a specified width. This causes big problems for Internet Explorer because of it's broken box model. Unfortunately we can't simply ignore IE because it's the most widely used browser on the internet. If only everyone used Firefox! - ycc2106 - Sep 05 20071 FaverViewed: 12 Times
- andozz - Oct 21 20061 FaverViewed: 12 Times
developer
-
You need to use an ASP:Button and not just an input if you want client-side validation in ASP.Net.
1 FaverViewed: 10 TimesQuoted: The onclick attribute, along with the script, is added inside the AddAttributesToRender method of the Button control. The WebForm_DoPostBackWithOptions function can be examined in the rendered web resource JavaScript file within Visual Studio 2005, as explained in the above section. This function is in the resource file named WebForms.js. The function takes an argument of type WebForm_PostBackOptions. This function is also responsible for invoking the Page_ClientValidate function, which sets the value of the Page_IsValid member. The complete validation process triggered by the click of a button process can be summarized in the workflow below.
- talios - 4 days ago2 Favers
- mohit - 5 days ago1 FaverViewed: 4 Times

