Borders - Image borders using multiple HTML objects

InfoInfo
Search:    

Image borders using multiple divisions

Back to Backgrounds  Tutorials  Web Studio

borders.jpgMulitple division borders

Description

This technique uses an image with a border, two colored divisions and one division that uses a tiled background. All together this will produce a layered look you can use as a background for an image or the page.
You can drag these divisions or floats out or in to any size you want.

Image

burl.jpgburl.jpg

Step by Step
<div style ="width:100%; height:100%; 
border-width:3px;
border-style:ridge;
border-color:gray;
background-color:#A52A2A;
-moz-box-sizing: border-box;
box-sizing: border-box;"> </div>

<div style ="width:100%; height:100%; 
border-width:3px;
border-style:ridge;
border-color:gray;
background-color:#BDB76B;
-moz-box-sizing: border-box;
box-sizing: border-box;"> </div>

<div style="width:100%; height:100%; 
background-color: white;
background-image: url($thisfolderurl$burl.jpg);
border:2px ridge gray;
-moz-box-sizing: border-box;
box-sizing: border-box;">
</div>

Double click on the image / object HTML tab / Inside of Object Tag radio button

style =" border-width:3; 
border-style:ridge;
border-color:#696969;
-moz-box-sizing: border-box;
box-sizing: border-box;"

Working with an HTML object

Image

This is what that will look like

borders.jpg

Got a question, or want to leave a comment!

Note: You must be logged in to add comments


You can also ask at the [WWW]WS forum too

This is a Wiki Spot wiki. Wiki Spot is a 501(c)3 non-profit organization that helps communities collaborate via wikis.