PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Pseudo Classes on results page

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

  • 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

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


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


      Good luck,
      Leon

      Comment


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


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


          • #6
            .zoom_results_per_page {
            display: inline;
            }

            That did the trick.

            Thanks,
            John

            Comment

            Working...
            X