RSSAll Entries in the "CSS" Category

AJAX Tab Container - Style Problem

AJAX Tab Container – Style Problem

Cause Since the release of ASP.Net 2.0, all the pages’ DTD are set to XHTML 1.0 Transitional by default. Consequently, AJAX Control Toolkits were also created to adhere with standard. All the rendered AJAX controls will follow the said document type definition. As it turns out, [...]

CSS - Conditional Statements

CSS – Conditional Statements

For CSS to work in cross browser environment, we have to write some conditional statements to make our styles look same in all the browsers.
Below is the sample code that demonstrate how to write conditional statement tin CSS.
<html> <head> <title>Conditional CSS</title> [...]