Welcome Guest ( Log In | Click here to Register a free account now! )
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.![]() ![]() |
Jul 2 2009, 04:13 PM
Post
#1
|
|
|
Forum Regular ![]() ![]() ![]() Group: Members Posts: 288 Joined: 25-October 08 Member No.: 249,836 |
Group One Documents<-- click this to get the menu options Document One Link Document Two Link Document Three Link It's just one instance of a popdown menu, and the header "Group One Documents" is already text inside a table.. But I still don't think this is as complicated as the MSDN instructions I found (whose Front Page tutorial involved a suspiciously large amount of hand-coding for a WYSIWYG web editor). I thought this was something WYSIWYG editors like FrontPage were able to do for you... I thought I was able to do that in Dreamweaver, back when I was in college. But work doesn't use DW, and I don't have the money for my own liscence. <headdesk> Can someone point me to a tutorial that would show me which options I'm failing to find and use to implement this? |
|
|
|
Jul 2 2009, 04:24 PM
Post
#2
|
|
![]() Hail Groovicus! ![]() ![]() ![]() ![]() ![]() ![]() Group: Site Admin Posts: 7,900 Joined: 5-June 04 From: Centerville, SD Member No.: 689 |
Do you mean a combox?
WYSIWYG editors largely can only allow you to drag and drop elements onto a page. Javascript is actual programming, and drag and drop coding is sort of meaningless outside of toy applications like Alice. -------------------- |
|
|
|
Jul 2 2009, 04:39 PM
Post
#3
|
|
|
Forum Regular ![]() ![]() ![]() Group: Members Posts: 288 Joined: 25-October 08 Member No.: 249,836 |
Close, but I need the header, and each option in the box has to be linkable.
<select> <option><a href="http://www.volvo.com">Volvo</a></option> </select> Didn't work when I attempted it. If I'm going to do something like that, it needs to be more like the navigation on, say, thinkgeek, where each option opens a new window, or takes you to a new location in the same window. I took a look at that source and tried the same tag edit... <select> <option value="http://www.volvo.com">Volvo</option> </select> I need the whole <select name="p" onchange="window.location=this.options[this.selectedIndex].value; return true" class="smalldropdown"> line, too? This post has been edited by DnDer: Jul 2 2009, 04:40 PM |
|
|
|
Jul 2 2009, 05:44 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: HJT Sophomore Classmen Posts: 434 Joined: 26-August 08 From: Victoria Member No.: 233,642 |
maybe your after something like one of these
EDIT: It does use javascript... but it has a nice tutorial to go with it. This post has been edited by KamakaZ: Jul 2 2009, 05:46 PM -------------------- If I am helping you and don't reply in 24 hours please send me a PM
Currently in training... There's no place like 127.0.0.1 There are 10 types of people in the world, those that can read binary, and those who can't. |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 8th November 2009 - 02:48 AM |