Log in

View Full Version : image hover & flickering issue in css



salman
01-06-2008, 02:30 PM
Hi

i am trying to customize a menu from cssplay.co.uk
http://www.cssplay.co.uk/menus/page_menu2.html

i have done some changes and i am nearly there but some things are above my understanding

please see this link for my version
http://www.casajardin.eu/try.htm

Problems are
1) when i mouse over the button on the left side the mouse over image does not seems to be on the correct position.
2) when i mouse over the sides of buttons a recursive flickering starts and i dont understand why is this happening.

here is the code in a zip file
http://www.casajardin.eu/try.zip

i think i have explained my problem

regards
ss

JohnRostron
01-07-2008, 03:05 PM
The flickering occurs when the newly-displayed content is below the cursor. This can activate a new :hover or other change in css properties.

You should first check that your active areas are fixed in area, and are not changing when hovered over. Try giving each a different background colour to see their extent.

John