Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Center the search field and button infront of image

    Hi there,

    I'm trying to centre the top search entry field and button to an background image I have which is roughly 10 px bigger.

    This is what I have tried but it is not centering.

    #navMainSearch {
    float: right;
    background-color: #a68236;
    background-image: url(../images/search_top.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height:51px;
    width: 264px;
    padding: 0;
    margin: 0;
    }
    That wasn't the plan!

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Center the search field and button infront of image

    Mu,
    Can you provide a link or PM the url, so I can view in Firefox using the Add-On called "Firebug".

  3. #3
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Center the search field and button infront of image

    Hi haredo,

    My site is not live.

    It's being created locally using WAMP so no URL to post.
    That wasn't the plan!

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Center the search field and button infront of image

    Mu,
    Drats, I won't be able to help you out...

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Center the search field and button infront of image

    height:51px;
    width: 264px;
    padding: 0;
    margin: 0;
    }

    Try letting the padding set the size of the element (floated divs shrink to fit their content, at least in modern browsers).

    /*height:51px;
    width: 264px;*/
    padding: 10px;
    margin: 0;
    }

  6. #6
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Center the search field and button infront of image

    Good idea.

    Thanks got it displaying how I wanted!

    Thanks :)
    That wasn't the plan!

 

 

Similar Threads

  1. Replies: 7
    Last Post: 5 May 2011, 02:13 AM
  2. how can I expand the width of the search field amd search button?
    By watzursn in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 29 Sep 2009, 09:22 PM
  3. Search Field without the "Search Button" in the header
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 26 Sep 2009, 08:56 AM
  4. Remove Search Button and add text to input field
    By sjk1000 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 10 Oct 2008, 12:19 AM
  5. Search Header Button and Text Field
    By swelter83 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Mar 2008, 02:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg