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

this working jsfiddle

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

enter image description here


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -