Jump to content

Drop Down Menu Web TV friendly


magi

Recommended Posts

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 :P

 

<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.

 

Link to comment
https://forums.phpfreaks.com/topic/52898-drop-down-menu-web-tv-friendly/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.