/    Sign up×
Community /Pin to ProfileBookmark

Vertical Pop Out Menu

Does anyone know any sites where i could find a [B]CSS Vertical Pop Out Menu[/B]. I have searched google but i can’t really find anything good. Here is an [B][URL=”http://sperling.com/examples/menuv/”]example[/URL][/B]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@matt_ritterMar 13.2008 — For vertical nav pop out I use the traditional suckerfish drop down an son of suckerfish javascript

I modify the the suckerfish css to the following

ul {

padding: 0;

margin: 0;

list-style: none;

}

li {

position: relative;

width: 10em;

}

li ul {

display: none;

position: absolute;

top: 0em;

left: 10em;

}



li:hover ul { display: block; }


The key difference being removing float:left from the LI element and changing LI UL left attribute to be the width of LI.
×

Success!

Help @oo7ml 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.18,
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,
)...