Background image behind menu titles
-
Code:
#menu {
background: #fff;
background-image: url(‘#’)
background-repeat:no-repeat;
border-left: 1px dotted #ccc;
border-top: solid 3px #e0e6e0;
padding: 20px 0 10px 30px;
position: absolute;
right: 2px;
top: 0;
width: 11em;
}
Was wondering how I include a 2nd one next to background-image:…
I need to include about 3 of them to make it look good
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Background image behind menu titles’ is closed to new replies.