$(function() {
$('ol').setCounter();
});
$('ol').setCounter({
markerType: '甲',
markerRight: '、'
});
$('ol ol').setCounter({
markerType: 'イ',
markerLeft: '(',
markerRight: ') '
});
ol ol li {
display: inline;
}
$('#demo-03 ol').setCounter({
start: 8,
markerLeft: '#',
markerRight: ' '
});
ol {
padding: 0 0 0 4.0em;
}
ol li {
position: relative;
width: 100%;
}
ol li .marker {
position: absolute;
right: 100%;
white-space: pre;
font-weight: bold;
color: #808080;
}
ol li .marker .marker-body {
font: italic normal 1.93em/0.83 "Hoefler Text", Georgia, serif;
color: #ff0000;
}
Copyright © 2009 Takeru Suzuki