PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Select menu stretches across screen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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...
    X