Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
bob62 webforumsuser@macromedia.com #1
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
-
#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... -
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... -
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... -
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 =... -
include question
Yang Li Ke wrote: try that :P <?php $id = '2'; include('myfile.php'); ?> -
osgood #2
Re: another include file question
"bob62" [email]webforumsuser@macromedia.com[/email] wrote:
It will be reset. Whenever you go to another page the original state of> 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?
>
>
>
>
>
the navigation bar will be loaded into the page.
osgood Guest
-
Joe {RoastHorse} #3
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:
>> It will be reset. Whenever you go to another page the original state of> > 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?
> >
> >
> >
> >
> >
> the navigation bar will be loaded into the page.
>
Joe {RoastHorse} Guest



Reply With Quote

