Jump to content

Cant get the image border frame to the edge


sinan92

Recommended Posts

Untitled5.pngLike you see on the imageI cant get the image border frame to the edgeOr the background color of that column between the bordersCould anyone help me with this?Border:
#border {	border-image:url(border.png) 30 30 stretch;	-moz-border-image:url(border.png) 30 30 30 30 stretch;	-webkit-border-image:url(border.png) 30 30 stretch;	}

Column:

div#left { 	float:left;	overflow:hidden;	background-color:black;	}  div#lefttop {	padding: 10px;	text-align: center;	width: 230px;	}

HTML:

<div id="left"><div id="lefttop"><div id="border"><p>This text is styled with some of the text formatting properties. The heading uses the text-align, text-transform, and color properties.The paragraph is indented, aligned, and the space between characters is specified. The underline is removed from the<a target="_blank" href="tryit.asp?filename=trycss_text">"Try it yourself"</a> link.</p></div></div></div>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...