acidglitter Posted February 20, 2008 Share Posted February 20, 2008 i have a search bar at the top of the page, and it looks great in firefox. but in internet explorer 6 the submit button is too tall and it messes up the entire top area. so i tried to set a specific height in css for all of the <input>s in that div, and its still not working. does anyone know a way i can get the search box and the submit button to have the same height in firefox AND internet explorer? Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted February 20, 2008 Share Posted February 20, 2008 try changing the padding/margin for the inputs. This may alter the height. Try making the height bigger, sometimes there are browser minimums on how small a textbox is... I seen it happen before. If all of this fails... do you mind posting your html/css and link to the webpage? Quote Link to comment Share on other sites More sharing options...
acidglitter Posted February 20, 2008 Author Share Posted February 20, 2008 right now i have #topright input { background:#FFFFFF;border:solid 1px #D6A182; color:#B3A196;font-weight:bold;width:120px; height:15px;padding:2px;margin:2px; } i just barely tried adding the padding and margin and nothing changed.. and i tried it without the height. i also tried a lot of different heights a couple hours ago but nothing seems to be working in firefox, the search box is too tall and the submit button is cut in half in internext explorer its the same except the submit button is even smaller... Quote Link to comment Share on other sites More sharing options...
acidglitter Posted March 10, 2008 Author Share Posted March 10, 2008 does anyone have any ideas? Quote Link to comment Share on other sites More sharing options...
haku Posted March 10, 2008 Share Posted March 10, 2008 Post a link. If its local, find some free hosting (google), upload it, and post a link. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.