JQについて
-
こんばんは、お店の宣伝用HPを作ってるんですが
TOP画面にBeautiful Background Image Navigation with jQueryを導入して使おうかと思い
home.phpを作り変えて読み込んだところ作動しません
画像を読み込むまでは作動します。
Beautiful Background Image Navigation with jQuery導入済みの方いましたら導入するに当たっての注意など有りましたらよろしくお願いします
導入した手順は
http://tympanus.net/codrops/2010/05/05/beautiful-background-image-navigation-with-jquery/
上記よりDL後
index.htmlをhome.phpに変更後
headの部分を<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Beautiful Background Image Navigation with jQuery</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="description" content="Beautiful Background Image Navigation with jQuery" /> <meta name="keywords" content="jquery, background image, animate, menu, navigation, css3, cross-browser compatible"/> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/> <style> *{ margin:0; padding:0; } body{ font-family:Arial; padding-top:30px; background:#FFF9DF url(title.png) no-repeat top center; } a.back{ background:transparent url(back.png) no-repeat 0px 0px; position:absolute; width:150px; height:27px; outline:none; top:2px; right:0px; } .reference{ margin:20px auto; width:600px; padding:20px; } .reference p a{ text-transform:uppercase; text-shadow:1px 1px 1px #fff; color:#666; text-decoration:none; font-size:10px; } .reference p a:hover{ color:#333; } </style> <!--[if lte IE 6]> <link rel="stylesheet" href="css/styleIE6.css" type="text/css" media="screen"/> <![endif]--> </head>
より
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Archive <?php } ?> <?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="description" content="Beautiful Background Image Navigation with jQuery" /> <meta name="keywords" content="jquery, background image, animate, menu, navigation, css3, cross-browser compatible"/> <link rel="stylesheet" href="<?php bloginfo('template_url');?>/css/style.css" type="text/css" media="screen"/> <!--[if lte IE 6]> <link rel="stylesheet" href="http://kappouen.com/wp-content/themes/neutra/css/styleIE6.css" type="text/css" media="screen"/> <![endif]--> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php wp_head(); ?>
に変更
サーバーはヘテルムでwordpressがインストールしていない環境での同じサーバーでのテストは動作しています
UPしたページは
http://kappouen.com/
ですよろしくおねがいします・
4件の返信を表示中 - 1 - 4件目 (全4件中)
4件の返信を表示中 - 1 - 4件目 (全4件中)
- トピック「JQについて」には新たに返信することはできません。