Thread: Div box problem
View Single Post
  #3 (permalink)  
Old Feb 7th, 2006, 10:07
benbigun benbigun is offline
Junior Member
Join Date: Aug 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Div box problem

This is the box i use
Code: Select all
.box {
 width:18em; font-size:10px;
 border:3px #EFD0F9 dashed;  
 text-align:left;
    background-color : #F3F3F3;
 margin:0px 0px 10px 6px;
 padding:5px;
}
as a newbie can you help me to make a good box that would fit both browers?
Reply With Quote