PDA

View Full Version : Select menu stretches across screen



br121965
07-15-2005, 03:11 PM
My results per page and Category Pull down menu stretches all the way across the page.

http://test.alpharetta.ga.us/alphasearch.php

Can anyone offer some advice how to clean this up?

-brian

broman
07-15-2005, 08:07 PM
It's your styles.css that's messing it up.

This element.

input.text, input.button, select, textarea {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
height: 19px;
width: 100%;

needs to have the width: 100%; removed.