Author Topic: Chrome highlighting table/cells  (Read 3821 times)

0 Members and 1 Guest are viewing this topic.

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Chrome highlighting table/cells
« on: October 18, 2009, 03:38:54 PM »
For some unknown reason, Chrome likes to highlight tables and cells on my site when you mouseover them. I can't understand why and It does not happen in IE or FF.

Has anyone run into this problem?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Chrome highlighting table/cells
« Reply #1 on: October 18, 2009, 09:54:24 PM »
it's because in your style.css you have this:
Code: (CSS) [Select]
.head1:hover {
  background-color: #004c75;
  color: #fcdc43;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline sigma.

  • Full Member
  • ***
  • Posts: 148
  • cydonian.com/potd
    • View Profile
    • sigma's gallery
Re: Chrome highlighting table/cells
« Reply #2 on: October 25, 2009, 05:53:58 AM »
thanks :)