Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Gradient Border problem Reply To: Gradient Border problem

#263783
JeroenR
Participant

It happens because the gradients appear on hovering the anchor element.
Bu as soon as your mouse enters the then shown DIV, it doesn’t hover the anchor anymore.
You could change the hover rule from the anchor to the list item. Then it should work.

So this .t3-megamenu > ul > li > a.dropdown-toggle:hover would become .t3-megamenu > ul > li:hover > a.dropdown-toggle etc.