出力レイアウトを「CSSで指定」に設定している場合に出力されているタグとCSSの設定例です。
※ダブルクリックで全選択されます
.amad ul { list-style: none; margin: 0; padding: 0; } .amad ul li { border: 2px solid #dc6000; display: inline-block; *display: inline; *zoom: 1; margin-right: 3px; margin-bottom: 3px; } .amad ul li a { background-position: 50% 50%; background-size: cover; color: #ffffff; display: block; position: relative; width: 156px; height: 156px; } .amad .aTitle { background: rgb(220, 96, 0); background: rgba(220, 96, 0, 0.8); bottom: 0; overflow: hidden; padding: 3px; position: absolute; text-overflow:ellipsis; width: 150px; height:30px; }
※ダブルクリックで全選択されます