このフィドルのスパン「ヘッダー」を整列させることは可能ですか:http://jsfiddle.net/25LjE/37/図のようにテキストの右側に:
jqueryを使用してヘッダーを作成しています。
これがフィドルコードです:
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/6352993.js"></script>
<noscript><a href="http://polldaddy.com/poll/6352993/">This is very long test question to test how polldaddy handles questions that exceed that normal length............ yes a very long question indeed..............</a></noscript>
.pds-pd-link {
display: none !important;
}
.pds-box {
width: 220px !important;
}
.pds-input-label{
width: auto! important;
}
.PDS_Poll{
margin-bottom:15px;
}
$(document).ready(function() {
$('.pds-question-inner').prepend('<center><span style="color:red;font-weight:bold;font-size: 10pt"><u>Header</u></span></center>');
});
IE8で提案されたソリューションを試してみると、テキストは残りのテキストよりもわずかに高くなっています。
これは修正できますか?