gpt4 book ai didi

css - Fieldset:中心图例

转载 作者:行者123 更新时间:2023-11-28 08:59:08 26 4
gpt4 key购买 nike

正如之前多次询问(但从未真正回答过),我想将图例置于字段集中。

技巧在这里完美完成,我也为我的元素购买了它:http://themeforest.net/item/aloma-liquid-mobile-template/full_screen_preview/5819068

css 中的代码是这样的

fieldset {
display: block;
margin: 20px 1%;
margin-bottom: 20px;
padding: 0 auto;
padding: 15px 0;
border: 0;
border-top: 1px solid #DDD;
width: 98%;
}

legend {
display: table;
min-width: 0px;
max-width: 70%;
position: relative;
margin: auto;
padding: 5px 20px;
color: #eee8aa;
font-size: 20px;
text-align: center;
}

但是当我尝试在元素的另一个页面中重做时,没有使用主题,我失败了。我在上面的代码中遗漏了什么吗?

最佳答案

主题使用代码<legend align="center">修复了 Firefox 问题:

http://jsfiddle.net/ncv8H/

<legend align="center">legend</legend>

关于css - Fieldset:中心图例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23377769/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com