• Resolved hapistorique

    (@hapistorique)


    Hi,

    I’m using WP for few days now and I got a problem with that really good tool that is WP-Table Reloaded :
    When I put my mouse over a row, it moves the whole row up-right for about 2 or 3 pixels

    It doesnt sound bad, but it’s really anoying and I can’t use that tool if I can’t resolve that problem

    Take a look here for an example :
    http://mmogratuits.webou.net/?p=53
    (put your mouse over the rows)

    How can I solve that ? I tried searching for “:hover” and “img” in the plugin .css but didn’t find anything
    I tried taking a look at the /*Tables*/ section of my theme CSS but I can’t find anything too

    I would really appriciate your help 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hapistorique

    (@hapistorique)

    Up :/

    In fact it looks like it’s related to my Theme, because the newsletter widget has the same problem 🙁

    indeed, in style.css of your theme halfway down:

    find this:

    .post-meta td, table tr:hover td{
      background-color: transparent;
      border: 0;
      padding: 0 2px;
      margin: 0;
    }

    then delete this:
    padding: 0 2px;

    Thread Starter hapistorique

    (@hapistorique)

    THANK YOU I didn’t notic that part in the css !

    If there was a reputation system on that board i’d rep you :p

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Thumbnails inside table are moving when :hover’ is closed to new replies.