Couldn't you use the Popover? I haven't tried, but that sounds like what you're trying for...
On Mar 9, 5:10 am, Steve Miller <[email protected]> wrote: > Hi guys, > > just to clearify: > > This is the code I would like to make work: > <div class="navbar"> > <div class="navbar-inner"> > <div class="container"> > <ul class="nav"> > <li><a href="#"><img src="img/icon-home.png"/>Home</ > a></li> > <li class="dropdown"> > <a data-toggle="dropdown" class="dropdown-toggle" > href="#">Popular<b class="caret"></b></a> > <div class="dropdown-menu-full-width"> > Full width content > - width: 100% of grid container (for > example 960px) > - white background > - place any content right here > <!-- > any ideas how to achieve this within the > less css files? > --> > </div> > <!-- > /* Standard Bootstrap Dropdown*/ > <ul class="dropdown-menu"> > <li><a href="#">Item1</a></li> > <li><a href="#">Item2</a></li> > <li class="divider"></li> > <li><a href="#">Item3</a></li> > </ul> > --> > </li> > </ul> > </div> > </div> > </div>
