Jump to content

Box Border Image


Guest bobocop

Recommended Posts

Guest bobocop

Can anyone help me with replacing the boxes border from solid to an image.

This is what i have now.

boxContentLeft, .boxContentRight {

	border-left: 2px solid #0E51A3;

	border-right: 2px solid #0E51A3;

	border-bottom: 2px solid #0E51A3;

	background-color: #FFFFFF;

	padding-left: 5px;

	margin-bottom: 10px;

	padding-top: 3px;

	padding-bottom: 5px;




I wanted to change the left & right borders to about 10px with a background image that repeats y.



I tried to change
 border-left: 2px solid #0E51A3;
 

to 
 border-left: 10px image: url(../styleImages/backgrounds/boxTitleBg.gif);

just as a test, but that just removes the border.

I'm editing the layout.css.

I have tried a couple of different ways but I just can't seem to get it right.

Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...