Jump to content

put box around text?


Recommended Posts

use this style:


.breadcrumb {
margin-bottom: 20px;
font-size: 12px;
background-image: url('../img/sprite-all.png');
background-position: -0px -228px;
border: none;
color: #006AD2;
min-height: 16px;
border: solid 1px #ccc;
border-top: none;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
padding-bottom: 10px;
}

 

effect:

jfyBFkH.png

Link to comment
Share on other sites

thanks

 

its there

http://www.swedishsweetsandimports.com/content/6-recipes

 

Now I want to apply the same look (the faded box look to the text below it (its of class rte)

Is there a way to do it with the sprite as a background without seeing the other images?:

Edited by Luke_Urtnowski (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...