Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding an image to the navbar Reply To: Adding an image to the navbar

#149057
melanieladue
Participant

Sorry…was playing around…here is what it currently is…isn’t this where I put the image code?

/* Secondary Navigation
———————————————————— */

subnav {

background-image: url(http://tinkerbdesigns.com/TCBOTB/wp-content/uploads/2013/09/navmenu.png);
background-color: #e3e3e3;
border-top: 1px dashed #07426e;
border-bottom: 1px dashed #07426e;
clear: both;
color: #fff;
font-family: "ALex Brush", Courier, monospace;
overflow: hidden;
text-transform: lowercase;
width: 1200px;

}