Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Contents tagged with CSS Tricks

  • Disable Control When Asp.net AJAX is in progress

    If the AJAX call to the server take too much time, then there is a possibility that user might press some other buttons or some other event occurred which will cause your AJAX call to stop and make a new request.

    To overcome this situation, I decided to have div on the top of the page so that while AJAX call is in progress user cannot do any thing else.

  • Different Style for IE7 and Firefox in CSS

    Well, I with my designer Atiq was trying to set the a div which is working fine in IE7 but when it comes to Firefox, it was asking us to give the margin-top:10px. when we put that, the div comes down in IE7. So, in this situation we need to specify two different styles for these two browsers.