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? Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.