Tuesday, April 5, 2011

how to get double border in <td> using CSS?

how to get double border in using CSS with cross browser compatibility and border should come in print on page?

From stackoverflow
  • Something like this?

    td {
      border: double 3px black;
    }
    
    NAVEED : +1 working here: http://jsfiddle.net/89rTY/

0 comments:

Post a Comment