Results 1 to 3 of 3

Thread: Help with customizing 'jQuery Drop Line Tabs'

  1. #1
    Join Date
    Sep 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with customizing 'jQuery Drop Line Tabs'

    Hi there,

    I found this fine 'jQuery Drop Line Tabs' from this site (http://www.dynamicdrive.com/style/cs...rop_line_tabs/). I am trying to customize the ccs so that every main link tab 'Home' 'css exapmles' etc. would have a different colour like here: http://hotelkultahovi.fi.

    My customization is here: http://www.mjvirtanen.net/menu/menu.htm

    I wonder if someone could help me with this problem.

    Thank You in advance.
    Last edited by Beverleyh; 09-19-2015 at 12:59 PM. Reason: formatting

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    try applying a class to each tab and then assign a different background colour via CSS;
    Code:
    <li><a class="blue" href="http://www.dynamicdrive.com/"><span>Home</span></a></li>
    Code:
    .droplinetabs a.blue {
    	...
    	background: blue;
    	...
    }
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. #3
    Join Date
    Sep 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Beverleyh View Post
    try applying a class to each tab and then assign a different background colour via CSS;
    Code:
    <li><a class="blue" href="http://www.dynamicdrive.com/"><span>Home</span></a></li>
    Code:
    .droplinetabs a.blue {
    	...
    	background: blue;
    	...
    }
    Thank You very much. That really did the trick.

Similar Threads

  1. jQuery Drop Line Tabs
    By snio in forum CSS
    Replies: 6
    Last Post: 02-04-2012, 05:35 AM
  2. jQuery Drop Line Tabs
    By apssiva in forum JavaScript
    Replies: 2
    Last Post: 04-05-2011, 06:55 AM
  3. jQuery Drop line Tabs
    By nkishorereddy@hotmail.com in forum CSS
    Replies: 1
    Last Post: 01-21-2011, 05:17 PM
  4. How to set a timeout for jQuery Drop Line Tabs
    By savlor in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 10-19-2009, 04:54 PM
  5. jQuery Drop Line Tabs- active
    By mufasa in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 09-04-2009, 09:24 AM

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
  •