|
Is it possible to install my onmouseover examples on the page made with Yahoo sitebuilder
Return to Recent Questions
Q:
After the purchase I've downloaded licensed package and install it. I am now ready to re-create my onmouseover examples and add my reg. key. Your instruction say that I should edit
my data file. When I try to do that it won't open. It says my computer does not have the right
program to open it. What do I need?
Also, where should I save the onmouseover examples?
In the folder where my website pages are saved? I am using Yahoo
sitebuilder, so I am not sure where I should save it in these
folders?
When I tried to save a file it asked me if I wanted to copy all my files? What should I do?
A:
> I am now ready to re-create my onmouseover examples and add my reg. key. Your instruction say that I should edit
> my data file. When I try to do that it won't open. It says my computer does not have the right
> program to open it. What do I need?
You should open your data file with the onmouseover examples parameters in any text editor and
add your reg. key.
Try that.
> Also, where should I save the onmouseover examples?
You can save your data file in any place and then copy to the correct
place.
> When I tried to save a file it asked me if I wanted to copy all my files? What should I do?
If you click yes, DHTML Tuner save also all engine .js files and all
your images into "data.files/" folder.
You can also click "Export->To HTML" button on the toolbar.
So you'll have html page with your onmouseover examples and folder with all engine .js
files and images.
So you should to do the following things:
1. open your page in Yahoo's SiteBuilder
2. open generated with DHTML Tuner html source code of the page in any
text editor
3. copy the following lines from html source code
<noscript><a href="http://dhtml-menu.com">onmouseover examples by DHTML-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath = "data.files/";</script>
<script type="text/javascript" src="data.files/dmenu.js"></script>
and add them in you <head> tag.
Then find the following lines, for example:
<script type="text/javascript" src="data.files/data.js"></script>
and add it in you <body> tag in the place where you want to have the
onmouseover examples. For example, you can paste it in <table> or <div> tag:
<table>
<tr><td><script type="text/javascript" src="data.files/data.js"></script></td></tr>
</table>
or
<div align=center>
<script type="text/javascript" src="data.files/data.js"></script>
</div>
For more info about installation see:
http://dhtml-menu.com/menu/installation-info.html
You should also copy "data.files/" folder in the folder where you have your index.html page, created in Yahoo's
SiteBuilder.
Return to Recent Questions
Related:
|