Help for my gaming website

Dark Soul

Member
Joined
May 24, 2009
Messages
11
Reaction score
0
Hey guys i seriously need help for this...
i have created my homepage... but i need too create a multi-select thingy, like here when u go to quick links it gives you those options....
anyone knows how to do it...
 
You'll want to use a SELECT combobox with a javascript onClick handler.

Code:
<select onchange="if (this.selectedIndex > 0) document.location.href='http://yoursite.co.za/' + this.value;">
	<option></option>
	<option value="blah.php">Page 1</option>
	<option value="gah.aspx">Page 2</option>
	<option value="vomit.pl">Page 3</option>
</select>

Google is your friend :)
 
im using photoshop and dreameweaver, how do insert this in there.
shoud i put right under the button i want it to be on
 
im using photoshop and dreameweaver, how do insert this in there.
shoud i put right under the button i want it to be on

You need to learn a bit of HTML first man. No sane person can create a semi-professional website using ONLY Photoshop and the WYSIWYG-editor in Dreamweaver. Visit W3C for some more info on HTML and some useful tutorials.
 
Wow, that's so helpful, really.

You'll notice that I gave him the keywords to search for and an example. Given the nature of his question, it was no doubt going to be followed up by a "I don't know how to use the information you gave me", so instead of spoonfeeding him, he can use the valid information and google it. You can only learn by trial and error here.

Sorry if my approach offended you? If you'd like to spend a few hours giving him an HTML crash course, feel free.
 
Top
Sign up to the MyBroadband newsletter
X