CSSでは
#container {
width: 800px;
margin-left:auto;
margin-right:auto;
}
としていたが
確実なのは左にやって50%戻して来る。
#container {
left: 50%;
margin-left: -400px;
position: absolute;
width: 800px;
}
ややこしいけど前よりも記述が楽になった。
わすれっぽいので書き留めておくメモ帳みたいなものです。書きかけのものもあり、参考にされる際はバックアップをお忘れなく。
| 必須属性 | 属性の説明 |
|---|---|
| id [id] | 商品を識別するID。半角英数字で入力。店舗で使用している品番でOK |
| 商品名 [title] | 商品名を入力。半角 70 文字まで。 |
| 商品リンク [link] | 商品ページの URL を http:// から指定。 |
| 価格 [price] | 商品の販売価格を半角数字で入力。 |
| 商品説明 [description] | 商品の説明文を入力。半角 10,000 文字まで。 |
| 状態 [condition] | 商品の状態を「新品」(new)、「中古品」(used)、「再生品」(refurbished)のいずれかを指定。 |
- GTIN [gtin]
- ブランド [brand]
- 製品番号 [mpn]
- 商品画像リンク [image_link]
- 商品カテゴリ [product_type]
- 在庫状況 [availability]
- 在庫数 [quantity]
- 送料 [shipping]
- 税金 [tax]
- 仕様 [feature]
- オンライン限定 [online_only]
- 製造者 [manufacturer]
- 有効期限 [expiration_date]
- 搬送重量 [shipping_weight]
- ジャンル [genre]
- 目玉商品 [featured_product]
- 色 [color]
- サイズ [size]
- 製造年 [year]
- 著者 [author]
- 版 [edition]
function()なのでほかに追加した場合ぶつかってコンフリクトして、片方の機能しか使えない場合がある。$(document).ready(function(){
jQuery(function($){