Previous Message
Next Message

[css-d] left/right borders conflicting with display: inline;

Sent by Jason Van Pelt on 3 February 2003 19:07


i've got this style: 

.forms {
	padding: 10px;
	border-top: 5px solid #055C74;
	border-right: 2px solid #055C74;
	border-bottom: 5px solid #055C74;
	border-left: 2px solid #055C74;
	background-color: #ededed;
}


if i add "display: inline;" the left and right borders disappear and
weird things happen with padding.  anyone have any ideas?  

j.vanpelt
Previous Message
Next Message