To add background-image in the <td> element

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chirag42
    New Member
    • Aug 2013
    • 1

    To add background-image in the <td> element

    This is my css code.....

    Code:
    .About1
    {
    	width:900px;
    	height:550px;
    	color:Black;
    	background-color:White;
    	border-color:Aqua;
    	border-style:hidden;
    	font-size:larger;
    	font-family:Times New Roman;
    	font-weight:normal;
    	background:url(./Images/mmbr1.jpg);
    	background-attachment:fixed;	
    	background-repeat:no-repeat;
    	
    }
    I am unable to get the image.....
    Last edited by Rabbit; Aug 22 '13, 03:24 PM. Reason: Please use code tags when posting code.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    We also need to see the HTML where the class is used.

    Comment

    Working...