Browse by Tags

All Tags » CSS (RSS)

ASP.NET 2.0 GridView - My experience on skinning

I will like to share with you my experience on skinning the GridView. Skinning makes your web form so much cleaner. Remember to use skinning and CSS today. If you are not sure what is a skin, just remember this: Skin – only for ASP.NET server controls...
Posted by chuawenching | 4 comment(s)
Filed under: , ,

ASP.NET 2.0 Skin/CSS will not show properly in Visual Studio 2005 Designer

Just to let you know if you are new to skin & css and try to apply both on your web form controls, you will find out that it does not appear that properly in the designer IDE of Visual Studio 2005. Don't worry. It will work fine in the web browser...
Posted by chuawenching | with no comments
Filed under: , ,

Import CSS into your ASP.NET 2.0 Web Form/Master Page

Either ways will do for Web Form and Master Page. Place this in the pages instead of user controls. The most common way is: <link href="css/sgdotnet.css" rel="stylesheet" type="text/css" /> You will be suprised that...
Posted by chuawenching | with no comments
Filed under: ,

Browser Compatibility Problems - CSS Cursor

Just to update you guys on what I found, cursor: hand; works fine on Windows browsers but not on Safari and Firefox. No wonder it is not working at the first place. I thought CSS should be standard. Probably too many CSS standards. Check out this diagram...
Posted by chuawenching | with no comments
Filed under: