Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap - dropdown with div content instead of a list

What's the recommended way to do this?

Here's an example of what I've done http://jsfiddle.net/T9QHw/56/ Normal dropdown on the left, and the div version on the right.

But the div acts a little funny. It closes itself if I click on it, and styles a tags as blocks.

Should I be doing this a different way?

like image 764
Farzher Avatar asked Sep 08 '12 21:09

Farzher


1 Answers

Perhaps you want to be using the Popover component instead of the Dropdown component?

like image 55
Shlomo Zippel Avatar answered Oct 20 '22 18:10

Shlomo Zippel