I have a problem, in firefox is my menu excellent working, but when i look in I.E. (7), the menu goes in the background so i couldn't open any sub-menu.
can someone please help me... i have tried already:
z-index with different positions (that helped only on FF).
thanks a lot.
11-16-2009, 08:56 AM
opifex
You might start by moving the style tags that are in the body into the head (and adding the mime-type) and moving the the style tag tha is in between the head and body into the head also.
But just out of curiosity... why are you using a javascript "slider" when you could do it all with CSS?
11-16-2009, 09:06 AM
falcovd
it's a jQuery slider because : "write less, do more". i am a lazy programmer ;).
I know from experience that moving to the head of styles makes no difference. I always put everything into one last stylesheet at the end, so it is just a testing thing now.
11-16-2009, 09:22 AM
opifex
Sorry... no such thing as a "lazy programmer," but your laziness might lead to your downfall...
Just a note - the new rendering engine for Opera will ignore tags without required mime-types and tags that are not where they belong.
But... "write less, do more."
Enjoy!