Making a link in a AccordionTab

Hi,
This is my website:
www.student.tue.nl/V/b.a.t.moor
As you can see the basis for my website is a Spry Accordion.
The words with a large font-size are the first navigationlevel. The
smaller words in the Tabs are the secondaire navigationlevel. Now I
want to make it this way that when you click on a single word (for
example: first ideas), you will enter a new page. So it has to link
to another document (i.e. firstideas.html)
Is this possible? If so, how can I make this?

Hej Esa...
...just mark the text in the tab and then choose a behavior
or write in a link in the link window below. You can have a whole
gang of behaviours triggered by that text link. Here is an example:
http://www.osterlenskolan.se/html/larare.html
klicking a panel changes the image and also does a show/hide
to the text (layers) under.
/Mark

Similar Messages

  • Making a link hover background

    I have a side navigation with six links. To each link I assinged a different class so it could have a separate background. (I used background images instead of making the links themselves into images, thus making the site easier to read for the visually impared.) Now I want to make a different background for each link upon mouse hover. What do I attach to the CSS code to do this? I know I need a compound rule, I just can't figure out what to specify to it. I'll give the line of code for one link if that helps:
    .container .body .sidebar1 .nav li .videogallerylink

    Torkuda1234 wrote:
    "Or do you want every single individual link to have its own unique background on hover?"
    Yes, that!
    So use the technique shown in Nancy's link by applying a unique class to each link and applying the CSS
    from the CSS
    .nav li a.link1:link, .nav li alink1:visited {
        background-image: url(../images/photo%20link.jpg);
    .nav li a.link1:hover, .nav li a.link1:active {
        background-image: url(../images/IMAGE-ON-HOVER.jpg);
    .nav li a.link2:link, .nav li alink2:visited {
        background-image: url(../images/photo%20link.jpg);
    .nav li a.link2:hover, .nav li a.link2:active {
        background-image: url(../images/SECOND-IMAGE-ON-HOVER.jpg);
    from the HTML
    <ul class="nav">
            <li><a href="#" class="link1">Photo Gallery</a></li>
            <li><a href="#" class="link2">Another link</a></li>
          </ul>

  • Making dynamic links from report fields

    Is there a way to make report fields link to differnt websites? I can't use the 'link' tool in 'editing' option of making the report because the link will not be the same for each record in the database. The field itself is actually the address of the website I want to be able to link to. So essentially, what I want to do is something like: ..but this does not work. Does anyone know if this is possible??
    Thanks!

    You can use SQL report to do this:
    Suppose the column which contains the web addressed is called url_column, your SQL
    will be something like
    select htf.anchor(url_column, name) from the_table
    Then in the Column Formatting page,
    set the "Display as" for column url_column as HTML.
    Run the report and the values form that column will be a url which links to other web sites
    null

  • Making clickable links in GUI?

    Hi,
    Well, I'm making an GUI application and I wanted to have a clickable link to my website, I thought using HTML would be a good bet, but it doesn't work, I was thinking of using util but I'm not exactly sure..

    Swing related questions should be posted in the Swing forum.
    JEditorPane provide some basic support for loading HTML pages. Read the API for more info.
    You can invoke IE as follows:
    **  Here is a pure Windows solution
    **  Run the code and you will be taken to a tutorial that may provide
    **  a more generic solution
    public class WindowsFileProtocolHandler
         public static void main(String[] args)
              throws Exception
              String[] cmd = new String[4];
              cmd[0] = "cmd.exe";
              cmd[1] = "/C";
              cmd[2] = "start";
              cmd[3] = "http://www.javaworld.com/javaworld/javatips/jw-javatip66.html";
    //          cmd[3] = "will.xls";
    //          cmd[3] = "mailto:";
    //          cmd[3] = "a.html";
    //          cmd[3] = "file:/c:/java/temp/a.html";
              Process process = Runtime.getRuntime().exec( cmd );
    }

  • Making text links in Flash 8

    Hello,
    Does anyone no how to add links to a flash page step by step.
    I'm realy not sure how and how to make them link to another page?
    I thank you in advance,
    Vince

    To add link to a button, do the following:
    1- Create a button, which could be you text converted to a
    button
    2- Access the Action Script panel in the script assist mode
    (find its button in the top of the Action panel)
    3- choose getURL action from the left menu (find it in Global
    Functions> Broswer/Network> getURL)
    4- In th URL field, write the URL you would like you button
    to go to.
    And to make you text a link, you can do the following:
    1- Write the text you would like to be a link
    2- in the text properties panel, write your URL in the URL
    field
    Hope this helps

  • Making a Link in Flash Professional 8

    Hey,
    I'm wondering how to make a link in Flash Professional 8, any tutorials around?

    Linking to a web page and linking to another section of the same Flash file involves different code.  I'll show you examples of both wrt using a button for the interactive control.
    In this case the button is assigned an instance name of linkBtn (it's assign in the properties panel).  The code I show is placed on a frame that is the same as the button (different layers for good housekeeping).
    Link to web page:
    linkButton.onRelease = function(){
         getURL("http://www.yoursite.com/page.html");
    Link to section (section starts on a frame having a label... "section1"):
    linkButton.onRelease = function(){
         gotoAndStop("section1");
    OR
    linkButton.onRelease = function(){
         gotoAndPlay("section1");
    The difference between the two for the section link would depend on whether section1 is an animated timeline piece that would play when you get there or a self-contained movieclip that has controls of its own.

  • Making a link to a new page without it appearing at the top...

    Hi guys,
    I have what appears to be a simple question, but have not been able to locate it on the boards.
    I have a page in which I'd like to have several links to new pages I've created. However, I would NOT like those new pages to appear as quick links at the top of my web page. Is this possible? Every time I create a new page in iWeb, it adds that page as a link at the top of my Website. I want new pages without those links at the top...
    Thanks for the help guys!

    Inspector > Second icon > Left tab.
    I aswered the same question this afternoon:
    http://discussions.apple.com/message.jspa?messageID=6954136#6954136
    Or is it only in iWeb 08?

  • Trouble with making a link to Web photo Album in Dreamweaver cs4

    I am pretty new to this.  I have created my website, made all my links, which are working fine, but when I made a Web Photo Album in Adobe Bridge, saved in Dreamweaver under my other web pages on my site.
    Here comes the problem, I made a link from i.e. (parents.html) to go into my Web Photo Album but it won't work when I preview it in browser, but other pages will work when I test it with the same link on my (parents.html) page.
    I am pulling my hair out, I can't understand why the link to Web Photo Album won't work, it is the last thing I have to do before I have to upload website.  Can someone please, please, please tell me what is wrong.
    Cheers

    You may need to upload the pages anyway, so that people can help you find the problem.   Seeing the code and the associated files is the only way to try and help you  ;-)
    You can always upload the files to a test folder on the server instead of directly into the root of the site if that is going to be an issue for you,
    PS:  If it's working from being linked to from other pages, then there must a pathing issue when it comes to that one page.

  • Making a link in a template

    New DW8 user here and I am just starting to learn web
    creation. Anyway, my department's website is here.
    http://medicalboard.iowa.gov/
    I would like to make the top bar be a permanent link to
    always go back to the homepage with the "Welcome" message. Now I
    edited that image in DW8 so it should point to the index.html file,
    but when I Save it and Upload it to the server and then run my
    cursor over it, it doesnt change to the little hand.
    How can I fix this? Thanks experts and web gurus.

    Note that the whole website navigation is just two images
    with hotspots.
    Your solution will surely cause problems there with such an
    arcane approach.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Ken Binney" <[email protected]> wrote
    in message
    news:g6srcm$a05$[email protected]..
    > Select the image, and in the property inspector, assign
    the link to the
    > homepage.
    >
    >
    > "SteveLord8" <[email protected]> wrote
    in message
    > news:g6sosm$783$[email protected]..
    >> New DW8 user here and I am just starting to learn
    web creation. Anyway,
    >> my
    >> department's website is here.
    >>
    >>
    http://medicalboard.iowa.gov/
    >>
    >> I would like to make the top bar be a permanent link
    to always go back to
    >> the
    >> homepage with the "Welcome" message. Now I edited
    that image in DW8 so it
    >> should point to the index.html file, but when I Save
    it and Upload it to
    >> the
    >> server and then run my cursor over it, it doesnt
    change to the little
    >> hand.
    >>
    >> How can I fix this? Thanks experts and web gurus.
    >>
    >>
    >
    >

  • Making http links clickable, when pulling in content from an external feed.

    Hi,
    I'm pulling in external content from an RSS feed and binding it to Flex controls (TextArea, DataGrid, etc.).  When the content contains a http link, I'd like for that link to be clickable.  What is the best way to do this?  I would think this would be the default behavior, but that doesn't appear to be the case.
    Thx,
    Ian

    Hi,
    The TextArea and DataGrid just use default  TextField instances which are plain text.
    You would  need to set htmlText on the text area and create a custom item renderer  for the data grid that accepts html text, then parse your text and  create anchors.
    Don't really see an easy way out of the  box.
    Mike

  • (Newbie) Making Text Links that highlight like the Titles on this forum

    I would like to make links that are text and highlight with a
    rollover, that will change states or go to a URL. How is that done?
    Thanks in advance.
    Randy

    I would try the LinkButton and set the rollOverColor style to
    be the same as the background behind the LinkButton, set the
    selectionColor to be the same as the background, too. Then the
    textRollOverColor and textSelectedColor will be the styles you will
    want to color.
    <mx:LinkButton label="Adobe" rollOverColor="white"
    selectionColor="white" textRollOverColor="red"
    textSelectedColor="yellow" click="navigateToURL(new URLRequest('
    http://www.adobe.com'))"
    />

  • Making a link clickable

    Here's a complicated problem.
    I work for an educational institution, and after a user enters their credentials there may or may not be a link to display. Look below for what currently displays:
    P01111111
    Welcome, <name>
    ADMISSION REQUIREMENTS
    Requirement     Received Date     Comments     Required
    Application Fee - $30               
    College Transcript     2/6/2007     College Name     Y
    Ref. Letter Dean of Students     11/29/2006          Y
    FINANCIAL AID REQUIREMENTS
    Requirement     Status     Link for Further Information
    District Financial Aid Application     Received and Satisfied     
    Free Application for Federal Student Aid (FAFSA) results     Missing Document     www.fafsa.ed.gov
    You see the URL for fafsa? I want that to be a clickable link. The following code involves HTML, ASP, and SQL. There is a loop involved. Basically, you'll see that I copied and pasted what is currently there and got rid of fields which I don't think pertain to the URL.
    This might take someone who is generous or has a lot of time on their hands. Help is appreciated.
    <p style="padding: 25px 0 0 15px;"><strong>FINANCIAL AID REQUIREMENTS</strong></p>
    <p>
    <div id="notification">
    <table cellpadding="10" id="SQLContainer">
    <tr>
    <th><strong>Requirement</strong></th>
    <th><strong>Status</strong></th>
    <th><strong>Link for Further Information</strong></th>
    </tr>
    <%
    '-----------Bottom (FINANCIAL AID REQUIREMENTS)
    set conn=Server.CreateObject("ADODB.Connection")
    conn.Open "HappyServer3;User Id=SpecialUser; Password=Password1186;Data Source=HappyServer3;"
    set rs = Server.CreateObject("ADODB.recordset")
    rs.Open "SELECT DISTINCT bbqreq_long_desc, bbq_desc, bbq_url FROM happy.bbqreq, happy.bbqreq, mars.jupiter, happy.bbqtrst WHERE bbqreq_treq_code = bbqreq_code AND bbqreq_aidy_code = '0111' AND bbqtrst_code = bbqreq_trst_code AND bbqreq_pidl = jupiter_pidl AND jupiter_id = '" & request.form("PNumber") & "' AND jupiter_change_ind is null;", conn
    do until rs.EOF%>
    <tr>
    <%for each x in rs.Fields%>
    <td><%Response.Write(x.value)%></td>
    <%next
    rs.MoveNext%>
    </tr>
         <%loop
    rs.close
    conn.close
    %>
    <%
    '-----------Bottom (FINANCIAL AID REQUIREMENTS)
    set conn=Server.CreateObject("ADODB.Connection")
    conn.Open "HappyServer3;User Id=SpecialUser; Password=Password1186;Data Source=HappyServer3;"
    set rs = Server.CreateObject("ADODB.recordset")
    rs.Open "SELECT DISTINCT bbqreq_long_desc, bbqtrst_desc, bbqreq_url FROM happy.bbqreq;", conn
    do until rs.EOF%>
    <tr>
    <%for each x in rs.Fields%>
    <td><% a href="Response.Write(x.value)"%></td>
    <%next
    rs.MoveNext%>
    </tr>
    <%loop
    rs.close
    conn.close
    %>
    </table>
    </div>

    First, this is an Oracle forum, not an ASP forum.
    Second, please format your code... it's near impossible to read.
    Third, I truly hope those are not the real user id and password and you've changed them.
    Fourth, you may want:
    <tr><&#37; for each x in rs.Fields &#37;> <td><a href=&quot;&lt;&#37; Response.Write(x.value) &#37;&gt;&quot;></td> <&#37; next rs.MoveNext &#37;> </tr>
    instead.

  • Making a link with a non editable area

    Hello I have made this cool looking design in photo shop and
    sliced it up and then somehow made the whole i.e. the images non
    editable enough to use the hotspot to make a link. Is their a way I
    can highlight and drag any area on a web page and make a link? My
    webpage is www.wordfree.net I want to make links for my
    navigation.

    > Is their a way I can highlight and drag any area on a
    > web page and make a link?
    No. Your entire approach is wrong, though, made worse by the
    use of
    ImageReady's HTML....
    <!-- ImageReady Slices (wordfree.net) -->
    <table id="Table_01" width="1281" height="1025"
    border="0" cellpadding="0"
    cellspacing="0">
    Wizard-written HTML is not suitable for production work.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Yung Blitz" <[email protected]> wrote in
    message
    news:gau96q$qhd$[email protected]..
    > Hello I have made this cool looking design in photo shop
    and sliced it up
    > and
    > then somehow made the whole i.e. the images non editable
    enough to use the
    > hotspot to make a link. Is their a way I can highlight
    and drag any area
    > on a
    > web page and make a link? My webpage is www.wordfree.net
    I want to make
    > links
    > for my navigation.
    >

  • Making a link open a new window.

    Hi guys, I want to make a link in a flash website that I am
    working on and that link is going to lead to a video hosted on
    another site. Is there a way to make the window that opens for it
    new and not the same one that is being used? I mean force this?
    Currently if I let it load in the same window when the user
    comes back he or she is going to have reload the whole site again,
    which may not be long but I think that would be kind of
    aggravating.
    Any ideas? Thanks guys.

    Hey, thanks for the code.
    I have been trying to get it work and when I make the text
    and then go options and tell it where to go, it works. Works in the
    test preview that is. When I try it out as if I was using it on the
    web it gives me an error about working unsafely and the link doesnt
    work.
    I have tried to apply actions and behavior to the text but I
    cannot on either.
    It should probably be known that while I use flash, I only
    use it so much as to do some basic things, I'm no whiz with it. Not
    yet :)
    Any ideas?
    Thanks again.

  • Making disabled links appear like textview

    Hi there,
    I have to display a combination of links and textviews in the same column within a table.  Because I cannot intermix cell editor types in the same column, I have to disable the links in order to achieve this.  The issue then is, my disabled links are greyed out, when in fact, I want them to be a solid black (appearing like textviews)  Does anyone have any hints as how I can do this?
    Thanks,
    MP

    If you don't mind that the link remains clickable, you might set its "type" property value to WDLinkType.RESULT. I'm not sure if a disabled link of this type is also greyed out, you might check this out.
    Armin
    Message was edited by: Armin Reichert

Maybe you are looking for

  • Nasty table behavior (bug?) in FM 7.1 (structured)

    Hello, I have found that an Import => Element Definitions... command changes paragraph styles in tables. Here what I've done (all in structured FM 7.1 WinXP): 1. opened new doc based on template. 2. added two identical tables - formats came from temp

  • How do I add another video to my episodes?

    When a person views and downloads a podcast from the podcast area in iTunes, is that simply a link to my web site? OR Does apple have the podcast uploaded to their site? The reason I ask is that I have a standard 25mb capacity on my service so I will

  • ARCHIVLINK_FILE_READ logical file name Configuration

    Logical file name "ARCHIVLINK_FILE_READ" does not exist SAP Note 1580718 Directory Traversal in BC-SRV-ARL  Patch:SAPKB70110 Table: SPTH   Authority Object: S_PATH   Function Module:  ARCHIVOBJECT_CREATE_FILE http://help.sap.com/saphelp_nw70/helpdata

  • 64-Bit CR2008 Developer runtime

    I know that I can switch all of my DLL references back to the basic version of CR that is bundled with Visual Studio to use the 64-bit compile option in visual studio. My question is when will the CR2008 developer's version come out with 64-bit DLL's

  • Usage of FNDLOAD

    Hi all, I have a set of Functions and Menus in an Instance. And now i want to move them to a different instance. I came to know that we can do that with the help of the FNDLOAD utility. I found this document Note:274667.1 When i tried running the fol