another include file question

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default another include file question

    A question about a navigation bar via an include file. I am not able to currently test the pages on a server just yet, therefore the preview in dreamweaver is not sufficient when linking to other files with the include file, so I was wondering:

    I have added typical effects to the nav bar, ie move mouse over it and it indents, click on it and it goes blue, etc. (This has been done using fireworks by the way.)
    So my question is, when you link to another page with the nav bar file included, by clicking on a navigation button; is the navigation bar from the include file found in the new page, found to be either, "reset" or, carrying the caracteristic of the "button" clicked now being blue?





    bob62 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. #include substitution question
      hi, the #include directive is invoked at compile time. i need to use something simular that will be invoked at runtime. this nice thing about...
    2. Strange Include problems: Repeat regions will Not workwith include file
      I have a strange problem. I have an Index.asp page and on that page I have a poll that is displays. This poll is located in a sub folder, so to call...
    3. proper way to include constants; as module or include file?
      I am developing a new perl module that uses constants with regular expressions. What is the proper way to offer this file? For example, my perl...
    4. Newbie include question
      I put this in my PHP and it works fine. <?php $db = mysql_connect("localhost", "root"); mysql_select_db("sites",$db); $result =...
    5. include question
      Yang Li Ke wrote: try that :P <?php $id = '2'; include('myfile.php'); ?>
  3. #2

    Default Re: another include file question

    "bob62" [email]webforumsuser@macromedia.com[/email] wrote:
    > A question about a navigation bar via an include file. I am not able
    > to currently test the pages on a server just yet, therefore the
    > preview in dreamweaver is not sufficient when linking to other files
    > with the include file, so I was wondering:
    >
    > I have added typical effects to the nav bar, ie move mouse over it and
    > it indents, click on it and it goes blue, etc. (This has been done
    > using fireworks by the way.)
    > So my question is, when you link to another page with the nav bar file
    > included, by clicking on a navigation button; is the navigation bar
    > from the include file found in the new page, found to be either,
    > "reset" or, carrying the caracteristic of the "button" clicked now
    > being blue?
    >
    >
    >
    >
    >
    It will be reset. Whenever you go to another page the original state of
    the navigation bar will be loaded into the page.

    osgood Guest

  4. #3

    Default Re: another include file question

    in your include file put the code into a function - instead of just
    outputting the buttons check the parameters to find out which state they
    should be in.
    after including the file call the function with parameters for the button
    states.

    joe




    "osgood" <notavailable@thisaddress.com> wrote in message
    news:bg5j1o$m0o$1@forums.macromedia.com...
    > "bob62" [email]webforumsuser@macromedia.com[/email] wrote:
    >
    > > A question about a navigation bar via an include file. I am not able
    > > to currently test the pages on a server just yet, therefore the
    > > preview in dreamweaver is not sufficient when linking to other files
    > > with the include file, so I was wondering:
    > >
    > > I have added typical effects to the nav bar, ie move mouse over it and
    > > it indents, click on it and it goes blue, etc. (This has been done
    > > using fireworks by the way.)
    > > So my question is, when you link to another page with the nav bar file
    > > included, by clicking on a navigation button; is the navigation bar
    > > from the include file found in the new page, found to be either,
    > > "reset" or, carrying the caracteristic of the "button" clicked now
    > > being blue?
    > >
    > >
    > >
    > >
    > >
    > It will be reset. Whenever you go to another page the original state of
    > the navigation bar will be loaded into the page.
    >

    Joe {RoastHorse} Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139