Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<html>
<head>
</head>
<body overflow-x: scroll>
<style type="text/css">

#navpane li {
display:inline;
list-style-type:none;
}
#navpane a{
padding: 25px 35px;
background-color: #FC3;
text-decoration: none;
color: #FFF;
font-size: 18px;
}
#navpane a:hover{
background-color:#C90;
color:#000;
}

#navpane {
float:left;
width:750px;

}
</style>






Quik Find
<form action ="action_page.php">
From To

<select name = "from">
<option value = "Rathmalana">Rathmalana</option>
<option value = "Anuradhapura">Anuradhapura </option>
<option value = "Palaly">Palaly</option>
<option value = "Trincomalee">Trincomalee</option>
<option value = "Koggala">Koggala</option>
</select>
<select name = "To">
<option value = "Rathmalana">Rathmalana</option>
<option value = "Anuradhapura">Anuradhapura </option>
<option value = "Palaly">Palaly</option>
<option value = "Trincomalee">Trincomalee</option>
<option value = "Koggala">Koggala</option>
</select>



<input type = "radio" name = "trvltype" value = "oneway" id = "oneway" onclick = optionbuton()>One Way<input type = "radio" name = "trvltype" value = "return" id = "return" onclick = optionbuton()>Return



DepartingReturning


<input type = "date" name = "departing" required ><input type = "date" name = "returning" id = "rtndate" required >



AdultsChildren


<input type = "number" name = "numadults" min = "1" max = "50" size = "2" required ><input type = "number" name = "numchild" min = "1" max = "50" size = "2">



<input type = "submit" value = "Cheack Availability">


</form>


<style>
#quikfind{width:350px;
float:right;
</style>
</body>

</html>


I want to make those two divisions like this,
one in top left corner second in top right corner.
how can I do that?
Posted
Comments
Suvendu Shekhar Giri 26-Jul-15 9:18am    
Format your question first and add your question with little description so that someone can understand your problem.
jyo.net 27-Jul-15 7:43am    
Where is your div's? Add your code what you written.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900