Log in

View Full Version : Stripes



phil519
12-22-2007, 04:39 AM
Hi,

I added this menu http://www.dynamicdrive.com/style/csslibrary/item/dd-color-tabs/ and elongated the bar of the menu and changed the color of it aswell,but I want to add stripes to the bar though....could I be able to do that? If so, how?

Deived
12-29-2007, 01:28 AM
If you want stripes, you'll probably have to go with an image rather than the colors defined by the style.

tech_support
12-29-2007, 01:58 AM
Make a stripe image first (I like using this tool (http://www.stripegenerator.com/)), then find this code and replace it:



#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
background-image:url(path/to/file.png);
}