Jump to content

float form in div


dreamwest

Recommended Posts

Im trying to float this form to the right but it becomes inactive somethings stopping you from entering anything into the form.

 

 

<style>
.search{
color:#777;
display:block;
font:bold 12px Arial;
height:20px;
margin-bottom:3px;
padding:0 0 0 18px;
float:right;
margin-top: 20px;

}</style>
<div class="search">
<form name="searchForm" action="/search.php" method="GET">
<INPUT class=search_box tabIndex=1 maxLength=128 name="search_id" value="" size="31">
<input style="background-color:#c0c0c0; margin-right: 15px;" type="submit"  value="Search">
</form>
</div>

Link to comment
https://forums.phpfreaks.com/topic/163621-float-form-in-div/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.