Chaitanya Lakshmi
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook

How will you fix cross browser issues for CSS and JAVASCRIPT?

2/17/2012

1 Comment

 
http://www.catswhocode.com/blog/15-techniques-and-tools-for-cross-browser-css-coding

  1. Reset CSS
  2. Internet Explorer conditionnal comments
  3. Internet Explorer hacks
  4. Targeting Opera only
  5. Targeting Safari only
  6. Targeting Google Chrome only
  7. “Browser Detect” PHP Class
  8. JQuery browser detection
1 Comment

Difference between visibility :hidden and display:none?

2/17/2012

0 Comments

 
display:none means that the the tag in question will not appear on the page at all (although you can still interact with it through the dom). There will be no space allocated for it between the other tags.

Visibility:hidden means that unlike display:none, the tag is not visible, but space is allocated for it on the page.
0 Comments

What are the properties of CSS "position" ?

2/17/2012

1 Comment

 
static -    Elements renders in order, as they appear in the document flow. This is default.    
absolute - The element is positioned relative to its first positioned (not static) ancestor element    
fixed - The element is positioned relative to the browser window    
relative -    The element is positioned relative to its normal position, so "left:20" adds 20 pixels to the element's LEFT position
inherit  -    The value of the position property is inherited from the parent element
1 Comment

How to override inline css with external css?

2/17/2012

0 Comments

 
We can override the Inline CSS with External CSS using "important" keyword.

Example:
strong[style] { color: blue !important; }
0 Comments

    Archives

    April 2012
    March 2012
    February 2012

    Categor

    All
    Ajax
    Api
    Cross Site Scripting
    Css
    Curl
    Design Patterns
    Drupal
    Exception Handling
    Htaccess
    Html
    Javascript
    Jquery
    Json
    Linux
    Mysql
    Oops
    Php
    Regular Expressions
    Web 2.0
    Webservices
    Wordpress
    Xhtml

    RSS Feed

Powered by Create your own unique website with customizable templates.