Results 1 to 3 of 3

Thread: Tab Content Script (v 2.0) Question !

  1. #1
    Join Date
    Nov 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Tab Content Script (v 2.0) Question !

    1) Script Title:

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tabcontent.htm

    3) Describe problem:

    Hi my only little problem using your great script, is that I would like to get rid of the blue colored borders behind the Navi Button !

    I used this Version: Demo #3- Different Tab Style, "slideshow mode" enabled

    And if you take a closer look behind the images, i mean those : indentbg.gif + indentbg2.gif you can see the blue colored background oder borders...

    I changed these buttons and made some my self ! so you you can see the blue borders even better !

    thats BAd for the whole design !

    --------------------------------------------------------------------------

    so the question is where to get rid of the BLUE borders or where to define the color of those !!

    I chekced the CSS Settings and didnīt find any blue ;-) so I donīt get it where does it take that color from !?



    ANY HELP / IDEA !?

    THX + regards...



    BY the way..

    I also tried thsio nice script : http://www.dynamicdrive.com/dynamici...tentslider.htm

    minimized the border size to 1 and set every colore to be used to BLACK !

    but i get the same blue borders over here too !!!

    PLEASE ? any idea ? I mean on the example pages the same colour appears....

    WHERE to change that ? canīt fin this in the .css file !!!

    THX
    Last edited by newGUY; 11-20-2007 at 03:26 PM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Try changing the values shown (red) to whatever color you'd like:

    Code:
    .indentmenu ul{
    margin: 0;
    padding: 0;
    float: left;
    /* width: 80%; width of menu*/
    border-top: 1px solid navy; /*navy border*/
    background: black url(indentbg.gif) center center repeat-x;
    }
    
    .indentmenu ul li{
    display: inline;
    }
    
    .indentmenu ul li a{
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid navy; /*navy divider between menu items*/
    If you need more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    damn I must be blind ^^

    I only checked these # color settings ^^

    great changed to black and now it looks delicious !!


    THY again for the pretty FAST support !

    have a nice day, cYa !!

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
  •