Hi,
Just to take away my hover menu for mobiledevices etc, I added to my css a @media that for mobile hide the dropdown but for higher resoution shows the dropdown.
I want google and other spiders to read the dropdown menu as the links are in there and also there are many keywords in the name of the links.
I just realized dont have a clue what google do with this, if google use any resolution etc:
I have this in my css:
To hide:
@media screen and (max-width: 1025px){
menu li display: none;}
and to show:
@media screen and (min-width: 1025px){
menu li display: block;}
I am now very frightened google wont be able to view my menu.....
Thanks for any help