Comment accepted as answer
Main Topics
Browse All TopicsHi, this might be a newbie questions but it is causing a headache for one of my projects.
I use the following code to display a top heading for a website.
<map name="BMap-1x1">
<area shape="rect" coords="140,5,200,18" href="/BrillTech/" alt="Welcome">
<area shape="rect" coords="260,5,320,18" href="/BrillTech/FAQ/" alt="Questions">
<area shape="rect" coords="380,5,435,18" href="/BrillTech/Bulletin/
<area shape="rect" coords="499,5,550,18" href="/BrillTech/Submit/" alt="Submit">
<area shape="rect" coords="608,5,680,18" href="/BrillTech/Downloads
<area shape="rect" coords="0,0,700,28"></map>
<table border="0" cellspacing="0" width="750">
<tr><td colspan="4" height="32" background="/Images/banner
<tr><td width="250" id="blue" rowspan="4" bgcolor="#000080" valign="top" align="left"><img src="/Images/logo.jpg" border="0" WIDTH="186" HEIGHT="105"></td>
<th colspan="3" bgcolor="#000080" id="blue">Brilliant Accounting & Quickbooks Online Support</th></tr>
<tr><td colspan="3" bgcolor="#000080"> </
<tr><td width="75" align="right" bgcolor="#000080" id="blue">Question:</td>
<td width="325" bgcolor="#000080" id="blue"><form name="Search" method="POST" action="/BrillTech/FAQ/fre
<input type="text" name="Search" size="40" style="40"></td>
<td width="100" align="center" bgcolor="#000080" id="blue"><input type="submit" value="Search"></td></form
<tr><td colspan="3" bgcolor="#000080"> </
</table>
It includes a form which is linked to an asp page that searches a SQL Databases. On IE the search input box display perfectly and the table is aligned properly. The image map also works fine.
In NN the input field gets extended to almost double the size which moves the search button into a total new cell. This causes the table to extend over it's actual size and the image map is also pushed more to the right.
Any suggestions on how a can make NN reduce the size of the input box ?
(PS: I also have a style sheet setup that changes the input box font to the
following:
input { font-family: Verdana, Arial, Helvetica; color: #000000; font-style: normal; font-size: 10pt; })
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: aryuminPosted on 2000-06-26 at 02:37:42ID: 3059230
1. Adjust a width of input box in NC by change it's font-size attribute in style; set it's width in IE by _adding_ width attribute in style (width: 100px;) The width attribute in style will be ignored by Netscape.
2. Use font-family: monospace.