View Single Post
  #3 (permalink)  
Old 06-24-09, 01:23 PM
macintosh macintosh is offline
Newbie Coder
 
Join Date: Mar 2007
Posts: 84
Thanks: 1
Thanked 0 Times in 0 Posts
thanks for your reply, but i have seen something like
Code:
.main {
width:200px;
height:200px;
border:1px solid #f00;
}

.main info{
 width:100px;
 height:100px;
 border:1px solid #000;
 }
Is it correct, if yes, how can i use this in html.
thanks.
Reply With Quote