/    Sign up×
Community /Pin to ProfileBookmark

Drop down buttons?

Hi all,

I am trying to create dropdown buttons with CSS. I’ve managed to do it using tables…but there is a slight problem, so I’m trying to do it again with DIVs and UL.

[CODE]
<div class=”a”>
<div class=”b”>Button</div>
<div class=”c”></div>
<ul class=”e”>
<li>Option 1</li>
<li>Option 2</li>
</ul></div>
&nbsp;
<div class=”a”>
<div class=”b”>Button</div>
<div class=”c”></div>
<ul class=”e”>
<li>Option 1</li>
<li>Option 2</li>
</ul>
</div>
[/CODE]

So basically what I need to do is something like this

[CODE]
——————-| ——————-|
| Button | V |&nbsp;&nbsp;| Button | V | …..
——————-| ——————-|
|Option 1 | |Option 1 |
|Option 2 | |Option 2 |
————- ————-
[/CODE]

Any ideas how to do this?

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@PhalonJul 29.2006 — have you thought of the visibility property.

here are the two, and as far as I know, the only two properties for the visibility attribute. Self explanatory.
[code=html]
style="visibility: visible;"
style="visibility: hidden;"
[/code]

you can also change this property using javascript
×

Success!

Help @klanga2049 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.28,
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,
)...