Results 1 to 3 of 3

Thread: Bootstrap Table Rollover

  1. #1
    Join Date
    Feb 2013
    Location
    California
    Posts
    86
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default Bootstrap Table Rollover

    I am using Bootstrap to revamp one of my websites. I have implemented the table function to include table-striped and table-hover. To stay uniform with the present site I included the following Bootstrap overrides in myBootstrap.css file.

    Code:
    .table-hover tbody tr:hover td, 
    .table-hover tbody tr:hover th {
      background-color: @roll_over;
    }
    
    .table-striped > tbody > tr:nth-child(even) > td, 
    .table-striped > tbody > tr:nth-child(even) > th {
       background-color: @tabl_rowevn;
    }
    These change work... kinda. The striping works as it should but the roll-over only work on the odd rows.

    TIA for any assistance.
    jdadwilson

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

    Default

    What if you switch the order of the CSS so the hover stuff sits below the striped stuff in the stylesheet?

    If you need more help, a link to the page would be great.
    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
    Feb 2013
    Location
    California
    Posts
    86
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    That did it.

    Thanks so much for your help.

    jdadwilson

Similar Threads

  1. Responsive Bootstrap DDMegamenu
    By mulaus in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 02-13-2015, 08:24 AM
  2. Create Rollover using Javascript or CSS for Iphone Table of Contents
    By latinknight in forum Looking for such a script or service
    Replies: 0
    Last Post: 03-17-2011, 01:26 PM
  3. rollover link to appear text from database table field
    By leonidassavvides in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 02-23-2009, 09:45 AM
  4. Replies: 5
    Last Post: 11-25-2007, 06:18 PM
  5. Replies: 1
    Last Post: 10-21-2005, 10:12 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
  •