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

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -