Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2008
    Posts
    63
    Plugin Contributions
    0

    Default Invisible border in header?

    http://www.shoppingitonline.com/

    Hey all again, I seem to be asking more and more questions on this site. Ignore the errors at the bottom of my page. They are supposed to be there.

    Anyways. In the top search bar, there is some sort of border between the search text and the physical search bar. I have taken the borders off all these elements, yet it insists on remaining there. If you inspect it with firebug you can see that one of my td's is 1px bigger than the other. (on the search bar)

    I'm not exactly sure how else I could get rid of it. Here is the code for it.

    $content .=
    '<table border="0" cellpadding="0" cellspacing="0" style="">
    <tr>
    '.'<td>
    <img src="images/new/search.gif" border="0" style="border:none;">
    </td>
    <td width="200" style="border:none;" border="0"> ';

    $content .= zen_draw_form('quick_find_header', zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get');
    $content .= zen_draw_hidden_field('main_page',FILENAME_ADVANCED_SEARCH_RESULT);


    $content .= zen_draw_input_field('keyword', '', 'size="7" maxlength="30" style="width: 200px; height:19px; background:url(images/new/glass.gif) no-repeat left;
    padding-left:20px; font-size:14px; color:#000; border:none;"') .'</td>'.'<td>'. '&nbsp;<input type="image" src="../../../../images/gobutton.gif" value="" style="vertical-align:middle;" />' .'</td>'.'</tr></table>';
    }


    $content .= "</form>";
    ?>

    Any help is appreciated. Thanks!

  2. #2
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Invisible border in header?

    form, select, input {
    display:inline;
    margin:0.1em;
    margin-left:0px; <-- try to add this here (about line 124)

  3. #3
    Join Date
    Dec 2008
    Posts
    63
    Plugin Contributions
    0

    Default Re: Invisible border in header?

    YESSSS!!! Thank you that was the answer I was looking for

  4. #4
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Invisible border in header?

    You are welcome.

    If this save you some hair, please send me Adobe Flash Professional CS3 :)

    Kiddo

  5. #5
    Join Date
    Dec 2008
    Posts
    63
    Plugin Contributions
    0

    Default Re: Invisible border in header?

    Haha, whats really funny here is that i'm the graphic/web designer for baseline software. and every product I have on my work computer I have downloaded. You want flash cs3? Get it how I got it haha

    www.mininova.org

  6. #6
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Invisible border in header?

    I shake my shame finger in your direction.

 

 

Similar Threads

  1. Remove text from border/header
    By maxy007 in forum General Questions
    Replies: 10
    Last Post: 23 Jan 2011, 09:18 PM
  2. how to change the header - border language?
    By kitsaras in forum General Questions
    Replies: 3
    Last Post: 26 Jun 2009, 09:27 AM
  3. Trying to remove border around header
    By debtag in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Feb 2008, 07:29 PM
  4. Unwanted (Invisible) Header Link
    By beadedlily in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 Jun 2006, 04:53 PM

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