Log in

View Full Version : drop down textarea box on click?



ModernRevolutions
12-23-2008, 01:38 PM
I want a code that does something like this does: http://pastelsmash.com/fontstyles

Except instead of the text that you click you click an image.

bluewalrus
12-23-2008, 02:10 PM
http://www.alistapart.com/articles/dropdowns

Just put an img inside the a inside the li's and it will do that. There are other ones too this is the simplest named one I know.

ModernRevolutions
12-23-2008, 03:26 PM
ermm... im confused lol

BLiZZaRD
12-23-2008, 04:01 PM
blue says to follow the tutorial linked to in his post.

and where the code has an anchor tag inside a list item tag, add your image tag.

so this:



<li><a href="">Shadow bass</a></li>


would become this:



<li><a href=""><img src="image.jpg" alt=""></a></li>