/    Sign up×
Community /Pin to ProfileBookmark

Gap appears in Internet Explorer

I’v just designed a search bar for my header, and it looks great in Firefox and Safari, but the search box is pushed down in Internet Explorer, does any own know why?

Here is my Site: [URL=”http://www.thefoodcombiningkitchen.com/Header_New_v4.php”]The Food Combining Kitchen search header[/URL]

54% of my site visitors use IE, so it would bee good to fix this.

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@CoyotelabApr 29.2009 — Give it some negative margin just for IE(conditional statement) or inline IE 7(*) IE6 (_)
[code=html]<table width="250" cellspacing="0" cellpadding="0" border="0" align="right">
<tbody><tr valign="top">
<td width="66" valign="top"><img width="66" height="30" alt="search" src="images_NEW/search_left.gif"/></td>
<td width="66" valign="middle" class="search_middle">
<input type="text" id="term" value="recipe, book, member" onfocus="this.value = ''; this.className = 'search_text_in_use'; this.onfocus = function () {}" class="search_text_mask" name="term"/>
</td>
<td width="66" valign="top"><div align="right">
<label><img onclick="document.search.submit()" alt="" src="images_NEW/search_right.gif"/> </label>
</div></td>
</tr>
</tbody></table>[/code]

Assign an id or class to this table and set the negative margin in style sheet.
Copy linkTweet thisAlerts:
@mikeyb2009authorApr 29.2009 — Thanks, works like a dream!
×

Success!

Help @mikeyb2009 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...