Skip to main content
Topic: "Send message" color disappears when hovering (Read 4271 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

"Send message" color disappears when hovering

i.e. move the mouse over the "send message" button here on the left and background and borders go away and the signature jumps up a little bit. O:-)
Bugs creator.
Features destroyer.
Template killer.

Re: "Send message" color disappears when hovering

Reply #1


Quote from: emanuele – ..the signature jumps up a little bit. O:-)
Doesn't happen in Chrome/W7

But it's still odd and should modified  :D
Thorsten "TE" Eurich
------------------------

Re: "Send message" color disappears when hovering

Reply #2

Didn't used to. What have you done to it? :P
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P

Re: "Send message" color disappears when hovering

Reply #3

The jump may be related to the balloon of the unread PMs, because it jumps only hovering my own button.
Bugs creator.
Features destroyer.
Template killer.

Re: "Send message" color disappears when hovering

Reply #4

I think its caused, at least partially, by this:
Code: [Select]
.poster li.listlevel1:hover .linklevel1 {
background: transparent;
border: none;
box-shadow: none;
}
Maybe try dropping that trailing .linklevel1, thats targeting the link inside the li and I'm not sure thats needed.

 

Re: "Send message" color disappears when hovering

Reply #5

That one is fixed to.
Bugs creator.
Features destroyer.
Template killer.