Hello, I'm using pmapper 3.2.0.
My problem is in the search bar.
I have a searchitem with options setted in the search.xml file like this:

....
....
        <field type="s" name="nome" description="Via" wildcard="0">
                <definition type="options" connectiontype="db" sort="asc">
                    <dsn>pgsql: ..etc..</dsn>
                    <sql>SELECT indirizzo,indirizzo_completo FROM
indirizzi</sql>
                </definition>
        </field>
....
....

I have set a small width for the select element in query css on:

.searchitem select {
    width:70px;
    
}

The problem in IE7 is that the option values in the pulldown menu are 70px
large as the select searchitem element. So I cannot see the entire option
strings.
This not happens in firefox.

Can you help me to enalrge the menu leaving the searchitem element 70px
width?
Thank you
-- 
View this message in context: 
http://www.nabble.com/css-problem-ie7%3A-how-to-enlarge-width-of-searchitem-select-box-tp21088548p21088548.html
Sent from the pmapper users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to