作者B9 (叶酸酸)
看板Blog
标题[请教] CSS问题@@
时间Wed Dec 31 17:32:04 2008
假设我有一组 radio buttons 长这样:
○徵求 ○问安 ○生日 ○帮忙 ○揪团 ○问题 ○牛愿 ○公告
部分程式码如下:
<fieldset>
<label class="lab"><input type="radio" name="radio" />徵求</label>
<label class="lab"><input type="radio" name="radio" />问安</label>
<label class="lab"><input type="radio" name="radio" />生日</label>
<label class="lab"><input type="radio" name="radio" />帮忙</label>
<label class="lab"><input type="radio" name="radio" />揪团</label>
<label class="lab"><input type="radio" name="radio" />问题</label>
<label class="lab"><input type="radio" name="radio" />牛愿</label>
<label class="lab"><input type="radio" name="radio" />公告</label>
</fieldset>
请问我 css 要怎麽写,才能让这组 radio buttons 变这样:
○ ○ ○ ○ ○ ○ ○ ○
徵 问 生 帮 揪 问 牛 公
求 安 日 忙 团 题 愿 告
我尝试过 writing-mode: tb-rl; 了,
可是 mozilla firefox 跟 google chrome 无效……
设定 weight 也不行~@@
--
Eloisa to Abelard
by Alexander Pope
How happy is the blameless vestal's lot!
The world forgetting, by the world forgot.
Eternal sunshine of the spotless mind!
Each pray'r accepted, and each wish resign'd;
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.73.218.151
1F:推 huanson:亲爱的, 你可以 ○归○, 字归字, 分开写啊~ 12/31 18:33
2F:→ B9:被叫亲爱的好害羞~。///。 12/31 22:15
3F:→ B9:自问自答 display: inline-block 然後设定适当的 width 就可以 01/01 08:35