View Full Version : <form> tag issues
camargo
October 19th, 2005, 01:35 PM
Ok, so here's the deal. I've got a menu bar setup for the top of my page. And I've inserted a search box. However, when I insert the <form> tags, IE and Firefox will push the items in the cell below it down too far. It basically looks like its sticking in an additional line break. When I remove the <form> tags, it looks just fine.
To see a live version of the issue I'm talking about, checkout this link (http://24.248.98.39:90/).
The top bar needs to be a total of roughly 92px high. With the <form> tags, it pushes it well over 110px high and you can see the gradient background starts to repeat.
Any ideas?
four1seven
October 19th, 2005, 01:53 PM
<td height="39" align="right" valign="middle"><span class="headmenu"><a href="index.html"><img
src="/images/layout/arrow_right.gif" width="5" height="7" border="0">
Home</a> <a href="products.html"><img
src="/images/layout/arrow_right.gif" width="5" height="7" border="0">
Products</a> <a href="support"><img
src="/images/layout/arrow_right.gif" width="5" height="7" border="0">
Support</a> <a href="howtobuy"><img
src="/images/layout/arrow_right.gif" width="5" height="7" border="0"> How
to Buy</a> <a href="corporate"><img
src="/images/layout/arrow_right.gif" width="5" height="7" border="0">
Corporate</a></span> </td>
</tr>
</table>
take that out in your code
camargo
October 19th, 2005, 02:16 PM
Ah, much better. I knew it would help to have a second set of eyes on it. Thanks for correcting my blindness four1seven!
Kirupa comes through, yet again.
four1seven
October 19th, 2005, 03:38 PM
you're welcome :)
camargo
October 19th, 2005, 05:38 PM
Rot roh, Shaggy. It looks like that fix worked for IE, but not for Firefox. Any ideas there? Try taking a look again with Firefox.
Theros
October 19th, 2005, 09:43 PM
Use CSS?:D
camargo
October 20th, 2005, 05:41 PM
Hmm... well I suppose. But how could I employ CSS to fix this problem?
camargo
October 24th, 2005, 02:55 PM
*bump*
Theros
October 24th, 2005, 04:16 PM
not sure with the span tag... but if u went CSS, then ud have to hack it too for it to work in IE and thats a lot of work so...
camargo
October 24th, 2005, 05:02 PM
Well, I can't believe that there's no way to make this work in Firefox without cobbling together some elaborate CSS. Does anyone know what exactly may be causing this? Is there some incompatible tag I'm using in the page?
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.