Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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