Results 1 to 2 of 2

Thread: How to reduce table row height?

  1. #1
    Join Date
    Jan 2015
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post How to reduce table row height?

    I tried many things and they does not work. Table is on this page: http://nicolacoins.blogspot.bg

    The problem appeared when I added this code:
    HTML Code:
    <style>
    #hovercolor{
        border-collapse:collapse;
    }
    #hovercolor tr {
        background-color:transparent;
    }
    #hovercolor tr:hover td  {
      background-color:#ceeca5;
    }
    #hovercolor tr td.link{
        background-color:transparent;
    }
    </style>
    Please tell me how to reduce the height of the rows
    Last edited by jscheuer1; 06-27-2016 at 04:17 AM. Reason: format

  2. #2
    Join Date
    Jan 2015
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Any idea how to make rows with 100 pixels height?

Similar Threads

  1. IE table height way different for my ChromeStyle
    By TheBoulderLift in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 07-27-2009, 08:26 PM
  2. Table row height is not correct...
    By Quimbly in forum HTML
    Replies: 0
    Last Post: 03-27-2009, 06:36 PM
  3. Reduce the distance (height) between the headers?
    By alanleaf in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 12-09-2008, 07:04 AM
  4. IE table height css
    By Mardus in forum CSS
    Replies: 3
    Last Post: 12-04-2008, 12:34 PM
  5. Problem with height of the table
    By mike in forum JavaScript
    Replies: 2
    Last Post: 12-23-2005, 08:04 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
  •