magi Posted May 25, 2007 Share Posted May 25, 2007 Hello all, i am currently the owner of a game and some of my players cant access all the pages in the game because they cant see the drop down menu as they are using web tv. Here is my code for my drop down menu, any help in making it webtv friendly would be great. <li><a href="prepare.php" onMouseover="cssdropdown.dropit(this,event,'dropmenu1')">Preparations</a></li> That is making of the header or the word that shows up <div id="dropmenu1" class="dropmenudiv"> <a href="explore.php">Explore</a> <a href="training.php">Training</a> <a href="construct.php">Construction</a> <a href="research.php">Research</a> <a href="politics.php">Politics</a> <a href="trade.php">Trade Tavern</a> </div> That is the rest of the menu , any help would be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/52898-drop-down-menu-web-tv-friendly/ Share on other sites More sharing options...
corbin Posted May 25, 2007 Share Posted May 25, 2007 Sounds to me like a javascript problem, meaning you either need to work around it (maybe have it displayed by default, but have JS hide it until it's moused over), or get rid of the JS. Or, you could always just get over losing a few people.... lol I doubt you wanna do that though ;p. Edit: Or of course you could advise them to enable Javascript. Quote Link to comment https://forums.phpfreaks.com/topic/52898-drop-down-menu-web-tv-friendly/#findComment-261260 Share on other sites More sharing options...
magi Posted May 25, 2007 Author Share Posted May 25, 2007 So if these people enabled Java Script it would work ? Quote Link to comment https://forums.phpfreaks.com/topic/52898-drop-down-menu-web-tv-friendly/#findComment-261267 Share on other sites More sharing options...
TEENFRONT Posted May 25, 2007 Share Posted May 25, 2007 you could see if the people had javascript turned on, and if not show a regular menu. Quote Link to comment https://forums.phpfreaks.com/topic/52898-drop-down-menu-web-tv-friendly/#findComment-261280 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.