Textbox and Select list position
Project Name :<div style="position:absolute" id="project_list">
<select style='width:220px;height:25px;' class='createNewSelect'
name='list_project_name' id='list_project_name'
onchange='javascript:getProjectName()'><option value='0'>Create New
Project</option><option value=2>new_project</option><option
value=3>new_project</option><option value=5>new_project</option><option
value=8>new_project</option><option value=7>my_project_1</option><option
value=6>my_project</option></select>
</div><input id="project_name" class="createNew" type="text" />
<input type="button" value="Create New" id="getChecked" class="createNew" />
<button value="Cancel" class="createNew" onclick="cancelCreate()"
>Cancel</button>
Above use to display project list or textbox with two button to create new
project. I'm facing problem with their position.
and you can also check here
No comments:
Post a Comment