PassMark Logo
Home » Forum

Pseudo Classes on results page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tarvardian
    Junior Member
    • Dec 2006
    • 7

    #1

    Pseudo Classes on results page

    Hi --

    On my search results page I can't get the "searchbox" and "results per page" to be on the same line. I've played around with the width of text and DIVS but to no avail.

    Can someone help me out?

    Here's a link to the page: http://inside.hgcconstruction.com/search.php

    Thanks,
    John
  • Tarvardian
    Junior Member
    • Dec 2006
    • 7

    #2
    Wrong Title on Original Post

    Sorry for the confusion. That was the title of a post I started to send before I figured it out. Forgot to change it before sending this one.

    John

    Comment

    • MergeThis
      Senior Member
      • Jan 2007
      • 111

      #3
      Have you checked inside those .css style sheets?


      Good luck,
      Leon

      Comment

      • Tarvardian
        Junior Member
        • Dec 2006
        • 7

        #4
        Yeah, but I've not been able to identify the style that controls the placement of those two items. It's probably staring me in the face, but I can't put my finger on it.

        John

        Comment

        • wingnut144
          Member
          • Jun 2007
          • 37

          #5
          Well, I see a zoom_match class, and results, summary, and result_block classes.

          Not sure which is the one you want, you'll need to look at your page code, but I would guess one of those, if not more, is going to be the one you want

          Comment

          • Tarvardian
            Junior Member
            • Dec 2006
            • 7

            #6
            .zoom_results_per_page {
            display: inline;
            }

            That did the trick.

            Thanks,
            John

            Comment

            Working...