Results 1 to 6 of 6

Thread: Table type question...

  1. #1
    Join Date
    Nov 2006
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Table type question...

    Sorry for asking so many questions involving my site... It is like I said before, for my school's robotics team and it gets judged and winners are announced at regionals. This is our first year submitting a somewhat competitor as far as layout, design, and content so I want everything to be perfect...

    So here is the question. On the site ( http://www.team330.org ) I have a menu, in the menu you see the Google search box, on the right of the search box I have an image that says "Go!" which is the submit button. Does anyone know how to make the button be "equal" with the search box?

    Thanks again!

    EDIT:
    Slightly Off-Topic, but is it possible to load an image but NOT show the image using strictly HTML?
    Last edited by GhettoT; 02-28-2007 at 08:03 PM.

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    How to you want the submit button to be equal? In what way, height, width, padding, margins?
    - Mike

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    And question two: No, not with strictly HTML, but a simple CSS code would do the trick:
    Code:
    <img src="..." style="display:none">
    - Mike

  4. #4
    Join Date
    Nov 2006
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    With CSS is still good! And I want it to be equal in height i guess... You see how it is in-line with the top of the search box? I want it to be in the middle... I tries padding-top but that didn't work...

  5. #5
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Your problem lies in your td tag, line 196:
    Code:
    <td align="center" valign="middle" style="padding-bottom:15px">
    Change it to 8px or close to it.
    - Mike

  6. #6
    Join Date
    Nov 2006
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Changing that value moved everything... The searchbox and button... Any other ideas?

Bookmarks

Posting Permissions

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