davemaster
New Member
I have a toggle that I am using for twitter bootstrap, and one of the words is poping out and not staying inside the toggle, I highlighted the messed up word in a red box below:
My code is:\[code\]<div class=\"span9 space\"> <h3 class=\"title pull-left\">$name</h3> <link rel=\"stylesheet\" href=http://stackoverflow.com/"lib/prism/prism-light.css\"> <script src=http://stackoverflow.com/"lib/prism/prism.js\"></script> <link rel=\"stylesheet\" href=http://stackoverflow.com/"toggle-switch.css\"> <form class=\"form-horizontal pull-right\"> <div class=\"control-group\"> <label class=\"control-label\"></label> <div class=\"controls btn disabled switch switch-two\"> <input id=\"week9\" name=\"view\" type=\"radio\" checked> <label for=\"week9\" onclick=\"\">Not Visited</label> <input id=\"month10\" name=\"view\" type=\"radio\"> <label for=\"month10\" onclick=\"\">Visited</label> <span class=\"slide-button btn btn-warning\"></span> </div> </div> </form> </div>\[/code\]The toggle I am using is from here:http://ghinda.net/css-toggle-switch/bootstrap.htmlHere is also my live code:http://www.beerportfolio.com/breweryPage2.php?id=BSsTGw