gpt4 book ai didi

javascript - 在切换时翻转表格行内容

转载 作者:行者123 更新时间:2023-11-28 10:25:32 25 4
gpt4 key购买 nike

我想在切换时翻转表格行内容。当前 CSS 代码:

table {
width: 100%;
height: 100%;
border: 2px solid orange;
table-layout: fixed;
color: black;
}

td {
background-color: #FFD65E;
vertical-align: text-top;
padding: 10px;
}

td:hover {
background-color: #febf04;
}

JSFiddle:http://jsfiddle.net/YAPPF/

我想要水平翻转动画。所以,会有 2 个内容,第一个在前面,第二个是悬停时(后面)。我该怎么做?

最佳答案

此解决方案摘自 David Walsh 的博客,希望对您有所帮助检查这个 Fiddle

<div class="flip-container">
<div class="flipper">
<div class="front">
front
</div>
<div class="back">
back
</div>
</div>
</div>

如果此解决方案不能满足您的需求,很抱歉让您耽误了时间。

关于javascript - 在切换时翻转表格行内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23736130/

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