Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorsurfer
    • CommentTimeNov 7th 2006
     
    Im using Xoops for my site, and am having a few problems finding areas to edit the textareas and drop downs.

    How do I control the drop down menu size with css? I want to control them all without going into the actual code and marking them with class or id. Thanks for any help.
    • CommentAuthorhardy
    • CommentTimeNov 7th 2006
     
    It can be done with CSS, but you'll have to add an id or class to the html <input> element.

    Otherwise it's simple:
    #special {width:150px;}