html - hover not working properly -
when copied necessary codes jsfiddle
works correctly not working in website.
my key problem tab menus our rooms, our gems
not working when hover there.
this site in hover not working correctly
edit
i think main problem difficult understand. i'm giving hint. change #tabs li a
height: 200px;
you'll see pointer not hovering on text below text.
i assume want pointer on entire tab, need modify class on line 1877
in template.css
#tabs li { color: #e79d34; display: block; font: 20px/50px calibri; height: 100%; text-decoration: none; }
it works in fiddle because css not normalized, in website, css normalized.
demo of not working fiddle
the issue h1
tag having class logo
, overlapping tabs
Comments
Post a Comment