Great thanks, works now.
Think might be slight css error aswell, as i am using your latest one (do not think it is anything i have added css wise)
But if you select area from the drop down, for example Wolverhampton, it used to go blue to indicate selected but now it is made white, same as background so cannot see it. If i delete the following in firebug it shows
background: #fff none repeat scroll 0 0;
from wp-content/plugins/geodirectory/geodirectory-assets/css/gd_core_frontend.css?ver=1.6.9
}
body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search select, body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search input[type=”text”], body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search input.ac_input[type=”text”] {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 3px;
display: block;
float: left;
font-size: 14px;
height: 38px;
margin: 0 !important;
max-width: 100%;
padding: 5px;
width: 100% !important;
}