2013-09-05から1日間の記事一覧

text-indent:-9999pxではない画像置換

例 #nav li a { width: 160px; height: 60px; display: block; white-space:nowrap; background: url(img/btn.jpg) no-repeat; text-indent:100%; overflow:hidden;text-indent:-9999px;の代わりにtext-indent:100%;を設定する。 white-space:nowrap;を設定…

jQueryでタブパネルをつくる

jQuery userinterfaceよりダウンロード http://jqueryui.com/ http://jqueryui.com/tabs/カスタマイズ <html lang="ja"> <head> <meta charset="utf-8"> <title>jQuery UI Example Page</title> <link href="css/ui-lightness/jquery-ui-1.9.2.custom.css" rel="stylesheet"> <script src="js/jquery-1.8.3.js"></script>…</link></meta></head></html>

jQueryでタブパネル2

jQuery toolsよりDL http://jquerytools.org/demos/tabs/index.htmlカスタマイズすると <html lang="ja"> <head> <title>jQuery Tools standalone demo</title> <script src="js/jquery.tools.min.js"></script> <link rel="stylesheet" type="text/css" href="css/standalone.css"> </link></head></html>