I need assistance with adjusting the dimensions of the search bar to make it longer and higher, aligning it with the end of the body's width and menu's height. I have gone through various tutorials and questions but seem to be overlooking a crucial detail.
Code Snippet (CSS)
form input[type="text"] {
height: 45px;
width: 250px;
margin: 0;
padding: 0;
font-size: 15px;
border: 1px solid #CCCCCC;
float: left;
}
Code Snippet (HTML)
<form name="catsearchform60238" method="post" action="/Default.aspx?SiteSearchID=2433&PageID=/search.html">
<div class="cat_textbox">
<input type="text" value="text field"></input>
<input type="submit" value="Submit"></input>
</form>