我用标签制作页面。而且我要在标签内制作标签,现在我正在制作它作为按钮,因为我没有得到如何将其作为标签。任何人都可以建议我如何使它。
以下是我的代码;
<div id="container">
<!-- Start Tabs !-->
<div class="tab-container">
<div id="c1">
<a href="#c1" title="Projects">Projects</a> <!-- This is your actual tab and the content is below it !-->
<div class="tab-content"> <!-- tab-container > div > div in the CSS !-->
<button id="create">Create</button>
<button id="edit">Edit</button>
</div>
</div>
答案 0 :(得分:0)
只需在css的帮助下完成它就可以给它背景颜色或背景图像,按钮上的渐变和越来越多的你也可以将div放在按钮的位置。正如你想要的那样......它的教程也很容易出现