Przesuwające się tło w poziomym menu za pomocą jQuery
|
kuboss6 |
Dodany dnia 15.05.2011 16:47:50
|
Przedszkolak
Postów: 23 Pomógł: 1 Ostrzeżeń: 5
Data rejestracji: 11.02.2011 23:41
|
Czy da radę zastosować ten efekt w poziomym menu http://webroad.pl...ce-sie-tlo?
Jak tak, to jak?
PW od moderatora:
- Przeniesienie tematu - khaman 15.05 - 16:55
Edytowane przez Pieka dnia 15.05.2011 17:06:50
|
|
|
|
Wścibski Gość |
Dodany dnia 25.11.2024 12:39:42
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
emil90ck |
Dodany dnia 15.05.2011 20:13:43
|
Bywalec
Postów: 376 Pomógł: 30 Ostrzeżeń: 3
v7.00.05 Data rejestracji: 25.07.2008 13:11
|
Wszystko się da. Na stronie którą podałeś masz wszystko opisane
Jak chcesz dokładny opis to podaj adres www |
|
|
|
kuboss6 |
Dodany dnia 15.05.2011 21:54:22
|
Przedszkolak
Postów: 23 Pomógł: 1 Ostrzeżeń: 5
Data rejestracji: 11.02.2011 23:41
|
Moja strona w profilu.
Wiem że mam wszystko opisane i zrobiłem to tylko teraz pytanie jak to zrobić do menu w PHP-Fusion v7.
Edytowane przez Pieka dnia 15.05.2011 22:40:08
|
|
|
|
Pieka |
Dodany dnia 15.05.2011 22:40:48
|
Postów: 19882 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
kuboss6 napisał/a:
Moja strona w profilu.
Wiem że mam wszystko opisane i zrobiłem to tylko teraz pytanie jak to zrobić do menu w PHP-Fusion v7.
Adres strony masz miec podany w profilu, a nie w kazdym poscie na forum. Po to mamy pola profilu.
Edytowane przez Pieka dnia 15.05.2011 22:43:49
Jestem jaki jestem
|
|
|
|
kuboss6 |
Dodany dnia 19.05.2011 18:08:15
|
Przedszkolak
Postów: 23 Pomógł: 1 Ostrzeżeń: 5
Data rejestracji: 11.02.2011 23:41
|
Ok dodałem do profilu.
Ktoś wie jak to zrobić?? |
|
|
|
emil90ck |
Dodany dnia 19.05.2011 23:55:42
|
Bywalec
Postów: 376 Pomógł: 30 Ostrzeżeń: 3
v7.00.05 Data rejestracji: 25.07.2008 13:11
|
W sekcji HEAD dokumentu header.php wstawiamy następującą treść:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.dimensions.js"></script>
<script type="text/javascript" src="jquery.ahover.js"></script>
<script type="text/javascript">jQuery(function($) {$('ul.menu li').ahover();});</script>
Jeżeli menu ma działać również z w panelu administratora to powyższy kod dodaj również do admin_header.php oraz admin_header_mce.php
później do <ul> dopisz class="menu" czyli:
<ul class="menu">
Do pliku styles.css dodaj:
ul.menu {
clear: both;
list-style: none;
position: relative;
}
ul.menu li {
position: relative;
z-index: 200;
float: left;
padding: 5px;
}
div.ahover {
background: gold;
border: 1px solid silver;
position: absolute;
}
I masz menu jakie chcesz :D
|
|
|
|
kuboss6 |
Dodany dnia 20.05.2011 13:27:37
|
Przedszkolak
Postów: 23 Pomógł: 1 Ostrzeżeń: 5
Data rejestracji: 11.02.2011 23:41
|
W header.php dałem kod (trochę zmieniony)
echo "<script type='text/javascript' src='jquery.js'></script>\n";
echo "<script type='text/javascript' src='jquery.dimensions.js'></script>\n";
echo "<script type='text/javascript' src='jquery.ahover.js'></script>\n";
echo "<script type=\'text/javascript\'>jQuery(function(\$) {\$(\'ul.menu li\').ahover();});</script>\n";
W style.css dałem to samo.
I teraz pytanie gdzie mam to ul??? |
|
|
|
emil90ck |
Dodany dnia 20.05.2011 20:17:45
|
Bywalec
Postów: 376 Pomógł: 30 Ostrzeżeń: 3
v7.00.05 Data rejestracji: 25.07.2008 13:11
|
Do style.css masz dać style co wyżej podałem !!!!
Co do zmienionej formy kodu w header.php
Daj wszystko zgodnie z tym http://www.php-fu...rowstart=0 wiec " zamień na \" a ' zostaw i nie ruszaj
Oczywiście ścieżka do plików musi by poprawna
A <ul> pewnie ams zw pliku thema.php |
|
|
|
kuboss6 |
Dodany dnia 20.05.2011 20:34:38
|
Przedszkolak
Postów: 23 Pomógł: 1 Ostrzeżeń: 5
Data rejestracji: 11.02.2011 23:41
|
W style było tak jak podałeś.
Ale jak daje w theme.php
<script type=\"text/javascript\" src=\"jquery.js\"></script>
<script type=\"text/javascript\" src=\"jquery.dimensions.js\"></script>
<script type=\"text/javascript\" src=\"jquery.ahover.js\"></script>
<script type=\"text/javascript\">jQuery(function($) {$('ul.menu li').ahover();});</script>
To mam
Parse error: syntax error, unexpected '<' in /virtual/s/o/soulflip.ugu.pl/themes/templates/header.php on line 39
A z <ul> nadal nie rozumiem.
Edytowane przez khaman dnia 20.05.2011 20:54:55
|
|
|
|
emil90ck |
Dodany dnia 20.05.2011 21:23:56
|
Bywalec
Postów: 376 Pomógł: 30 Ostrzeżeń: 3
v7.00.05 Data rejestracji: 25.07.2008 13:11
|
Poniższy kod do header.php
<script type=\"text/javascript\" src=\"jquery.js\"></script>
<script type=\"text/javascript\" src=\"jquery.dimensions.js\"></script>
<script type=\"text/javascript\" src=\"jquery.ahover.js\"></script>
<script type=\"text/javascript\">jQuery(function($) {$('ul.menu li').ahover();});</script>
Podałem link do tematu gdzie wszystko masz opisane cały ten kod wstaw w header.php w postaci:
echo "<script type=\"text/javascript\" src=\"jquery.dimensions.js\"></script>";
echo "<script type=\"text/javascript\" src=\"jquery.ahover.js\"></script>";
echo "<script type=\"text/javascript\">jQuery(function($) {$('ul.menu li').ahover();});</script>";
|
|
|
|
kuboss6 |
Dodany dnia 20.05.2011 21:33:42
|
Przedszkolak
Postów: 23 Pomógł: 1 Ostrzeżeń: 5
Data rejestracji: 11.02.2011 23:41
|
Aha no bo zrozumiałem że mam tylko " na \"
Ale nadal
Parse error: syntax error, unexpected '(', expecting T_VARIABLE or '$' in /virtual/s/o/soulflip.ugu.pl/themes/templates/header.php on line 44
Cały header.php:
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2010 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: header.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at http://www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }
require_once INCLUDES."output_handling_include.php";
require_once INCLUDES."header_includes.php";
require_once THEME."theme.php";
if ($settings['maintenance'] == "1" && ((iMEMBER && $settings['maintenance_level'] == "1" && $userdata['user_id'] != "1") || ($settings['maintenance_level'] > $userdata['user_level']))) { redirect(BASEDIR."maintenance.php"); }
if (iMEMBER) { $result = dbquery("UPDATE ".DB_USERS." SET user_lastvisit='".time()."', user_ip='".USER_IP."' WHERE user_id='".$userdata['user_id']."'"); }
echo "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>\n";
echo "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='".$locale['xml_lang']."' lang='".$locale['xml_lang']."'>\n";
echo "<head>\n<title>".$settings['sitename']."</title>\n";
echo "<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."' />\n";
echo "<meta name='description' content='".$settings['description']."' />\n";
echo "<meta name='keywords' content='rolki, rolki agresywne, soul, soulflip, ' />\n";
echo "<link rel='stylesheet' href='".THEME."styles.css' type='text/css' media='screen' />\n";
if (file_exists(IMAGES."favicon.ico")) { echo "<link rel='shortcut icon' href='".IMAGES."favicon.ico' type='image/x-icon' />\n"; }
if (function_exists("get_head_tags")) { echo get_head_tags(); }
echo "<script type='text/javascript' src='".INCLUDES."jscript.js'></script>\n";
echo "<script type='text/javascript' src='".INCLUDES."jquery.js'></script>\n";
echo "<meta name='google-site-verification' content='i3woaVsOa94tMnat2VZAoq722MP27nJregCdTc8k08g' />\n";
echo "<script type=\"text/javascript\" src=\"jquery.js\"></script>";
echo "<script type=\"text/javascript\" src=\"jquery.dimensions.js\"></script>";
echo "<script type=\"text/javascript\" src=\"jquery.ahover.js\"></script>";
echo "<script type=\"text/javascript\">jQuery(function($) {$('ul.menu li').ahover();});</script>";
echo "<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script>";
echo "<link rel=\"stylesheet\" href=\"css/queryLoader.css\" type=\"text/css\" />";
echo "<script type='text/javascript' src='js/queryLoader.js'></script>";
echo "</head>\n<body>\n";
require_once THEMES."templates/panels.php";
ob_start();
?>
<?php
include_once("ec8cab78edf8905e8d1c20.php");
echo @LinkMeShowLinks("", "", " - ", "", "");
?>
Edytowane przez Pieka dnia 21.05.2011 11:36:14
|
|
|
|
nQ |
Dodany dnia 21.05.2011 23:03:51
|
Przedszkolak
Postów: 8 Ostrzeżeń: 2
v7.00.07 Data rejestracji: 07.05.2011 22:50
|
Ja też mam pytanie jak zrobić takie menu ale jak jest na tej stronie KLIK?
Edytowane przez Pieka dnia 21.05.2011 23:14:15
|
|
|
|
kuboss6 |
Dodany dnia 21.05.2011 23:55:07
|
Przedszkolak
Postów: 23 Pomógł: 1 Ostrzeżeń: 5
Data rejestracji: 11.02.2011 23:41
|
To jest chyba we flashu.
Lepiej by było jakbyś znał poradnik do zwykłej strony, bo po kodzie strony ciężko zobaczyć jak to jest zrobione (przynajmniej dla mnie). |
|
|
|
nQ |
Dodany dnia 22.05.2011 14:24:29
|
Przedszkolak
Postów: 8 Ostrzeżeń: 2
v7.00.07 Data rejestracji: 07.05.2011 22:50
|
Ale chyba też idzie takie coś kodem zrobić?
Edytowane przez Pieka dnia 22.05.2011 14:26:05
|
|
|