/    Sign up×
Community /Pin to ProfileBookmark

Drop Down Menu

Hi gurus,

I have an image button and I want to make a drop down menu for it, I tried the below code but its not working, Pls help:

[code=html]
<Html>
<Head>
<style type=”css/javascript”>
ul li ul {
display: none;
}
ul li:hover > ul {
display: block;
}
</style>
</Head>

<Body>
<div id=”menu”>
<ul>
<li><a href=”#”><IMG SRC=”b4.jpg” WIDTH=111 HEIGHT=31 ALT=””></a>

<ul >
<li>Heading 1</li>
<li>Heading 2</li>
</ul></li>
</ul>
</div>
</body>
</html>
[/code]

to post a comment
CSS

0Be the first to comment 😎

×

Success!

Help @nyt1972 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.8,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...