PassMark Logo
Home » Forum

Select menu stretches across screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • br121965
    Junior Member
    • Jun 2005
    • 3

    #1

    Select menu stretches across screen

    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
    Member
    • Jun 2005
    • 42

    #2
    Re: Select menu stretches across screen

    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.

    Comment

    Working...