wondered if anyone knew how I would be able to create a solid borde to an input box, its something like
Code: Select all
lightbordercolor=#ffffff; darkbordercolor=#ffffffModerator: General Moderators
Code: Select all
lightbordercolor=#ffffff; darkbordercolor=#ffffffCode: Select all
<input type='text' name='someinput' size='20' style='їb]background-color: white; border-style: solid; border-width: 1px; border-color: black;ї/b]' />Code: Select all
#someid {
border: none;
color: #fff;
background: transparent url( yourimage.png );
height: 15px;
width: 40px;
}Code: Select all
<input type="submit" value="" title="Use this instead of VALUE for describing a background imaged button" id="someid" />