I'm trying to "shrink" an image down to size so that my border will fit around it instead of just the top left corner. Any ideas?
Thanks in advance!
Matt
Thanks in advance!
Matt
#Info1 {width: 300px;
float: left;
height: 12em;
position: normal;
font-family: arial, sans-serif;
color: black;
font-size: .9em;
padding-bottom: .5em;
text-align: left;
border: ridge;
border-width: .5em;
border-color: rgb(255,100,0);
background-color: transparent;
background-image: url("CBTGroup.jpg");
background-size: 50%;}
Comment