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.
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.
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.
ermm... im confused lol
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:
would become this:HTML Code:<li><a href="">Shadow bass</a></li>
HTML Code:<li><a href=""><img src="image.jpg" alt=""></a></li>
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks