How do i go about creating pop down menus in HTML?and how can i arrange text on differrnt layers with in the same page when am using HTML?thanks.

<html>

<body>

<pre>
		<select name=popup1>
		<option value=v1> Orange </option>
		<option value=v2> apple </option>
		<option value=v3> Banana </option>
		</select>
</pre>


</body>

</html>

about diffeent layers... Use table without boders...ou can also use fames without borders

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.