knowram Posted January 27, 2007 Share Posted January 27, 2007 I am using a multiple drop down window like you can see at http://www.apple.com/downloads/dashboard/and like they have some of the options are longer then the width of my boxes. dose anyone know how they are making the text wrap? Link to comment https://forums.phpfreaks.com/topic/35923-text-wraping/ Share on other sites More sharing options...
knowram Posted January 28, 2007 Author Share Posted January 28, 2007 I found another way of doing it but I have a question about that to.http://www.phpfreaks.com/forums/index.php/topic,124429.0.html Link to comment https://forums.phpfreaks.com/topic/35923-text-wraping/#findComment-171235 Share on other sites More sharing options...
knowram Posted January 28, 2007 Author Share Posted January 28, 2007 Then again I am still working on this problem. i think i found the solution overflow: auto;but i can't seem to get a style to take any afect on an object element Link to comment https://forums.phpfreaks.com/topic/35923-text-wraping/#findComment-171443 Share on other sites More sharing options...
knowram Posted January 28, 2007 Author Share Posted January 28, 2007 sorry wrong button. here is the code that I have tried[code]<style>select {width: 100px;}option{ font-size: 12pt;}.test { font-size: 12pt; }</style><form class="pick" action="test1.html" method="post"> <select name="selectName" size="4" multiple> <option class="test" value="one">first</option> <option value="two">second second second second</option> <option value="three">third</option> </select></form>[/code]I other then putting the font-size in the select style i can't get the font to change and putting the overflow: auto; there dose not seem to do anything.any ideas Link to comment https://forums.phpfreaks.com/topic/35923-text-wraping/#findComment-171445 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.