Results 1 to 3 of 3

Thread: Stripes

  1. #1
    Join Date
    Dec 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Stripes

    Hi,

    I added this menu http://www.dynamicdrive.com/style/cs...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?

  2. #2
    Join Date
    Dec 2007
    Location
    612 Warf Ave
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you want stripes, you'll probably have to go with an image rather than the colors defined by the style.

  3. #3
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Make a stripe image first (I like using this tool), then find this code and replace it:

    Code:
    #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);
    }
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •