HTML/CSS/JavaScripts
bialasek - 29-09-2009 15:55
Siema, ostatnio bawię się trochę w HTMLu, tylko napotkał mnie pewien problem. Otóż zaprojektowałem sobie MENU na
ButtonGenerator, ściągnąłem, zrobiłem to co w open_me było i gdy najeżdżam na to wyskakuje mi
błąd czasu wykonywania, czy chcesz debugować?. Co mogę zrobić, żeby dobrze chodził owy skrypt?
@edit
This menu is made of the following :
A javascript file named menuscript.js, it contains all the code to create the sub menus and mouse over effect. In this file you can edit the text, links and targets of the sub menus.
A CSSstyle sheet file named menustyle.css, it is used to create the look of the sub menus. In this file you can change the colors and overall look of the sub menus.
12 PNG images files for the main menu buttons. Those files are in a folder called : buttons/
The present HTML file called open_me.html, with the CODES you need to put in your web page to display the menu.
CAUTION if you modify the provided HTML, CSS or
Javascript codes your menu may not work anymore.
Installation :
--------------------------------------------------------------------------------
1. Create the button's folder, and put button images in it.
The button's folder must be in the same directory as the web page that will display your menu. For example :
If your web page is here :
http://www.mydomain.com/index.htmlYour button's folder must be here :
http://www.mydomain.com/buttons/--------------------------------------------------------------------------------
2. Put the menuscript.js and menustyle.css files in your web page folder.
The menuscript.js and menustyle.css files must be in the same directory as the web page that will display your menu. For example :
If your web page is here :
http://www.mydomain.com/index.htmlYour menuscript.js file must be here :
http://www.mydomain.com/menuscript.jsAnd your menustyle.css file must be here :
http://www.mydomain.com/menustyle.css--------------------------------------------------------------------------------
3. Insert the HTML tag for javascript and sub menus.
This is the HTML code that calls the javascript and CSS style sheet files ( menuscript.js and menustyle.css ). You must insert it in the HEAD part of your HTML document.
4. Insert the HTML tag to display the menu.
This is the HTML code to display the menu.
You must insert it in the BODY part of your HTML document.
-ReadMe
KoRn - 29-09-2009 18:08
A może łaskawie podałbyś kod? Nie jesteśmy jasnowidzami. :)
E:Podaj adres strony, przejrzę źródło. Jak tutaj nie chcesz, możesz wysłać na PW.
E2:Zmienne nie są zinicjowane; kod jest nieczytelny, chaotyczny, niepoukładany, z błędami, np.:
<a href="Link 1" onmouseover="setOverImg('1','');
overSub=true;showS ubMenu('submenu1','button1');" onmouseout="setOutImg('1','');
overSub=false;setTim eout('hideSubMenu(\'submenu1\')',delay);" target=""><img src="buttons/button1up.png" border="0" id="button1" vspace="1" hspace="1"></a><br>
bialasek - 29-09-2009 19:50
dzięki, KoRn może znasz jakieś stronki ze skryptami?
KoRn - 30-09-2009 16:32
The W3C Markup Validation Service - Spróbuj sprawdzić kod tą maszynką. Ona powie Ci, co jest źle.
zanotowane.pldoc.pisz.plpdf.pisz.plbetaki.xlx.pl