Cătălin Rădoi
Cătălin Rădoi

Reputation: 1894

Hover on div containing other div doesn't work as expected

If you take a look on ihavenotv.com, when you hover on the divs having the class "episodeTop" the border-bottom changes color (from green to orange). This works as expected.

However, if you switch to a secondary page, like this one, I am inserting some numbers from jQuery, inside a and a (in the lower left part) and the hover doesn't work as expected anymore :(

I have tried various things but couldn't get it to work as on the frontpage.

Upvotes: 0

Views: 44

Answers (1)

Kashi Kanki
Kashi Kanki

Reputation: 54

Just change episodeNumber class position:relative to absolute.

Upvotes: 2

Related Questions