通过Mysql Select标记使您的表颜色不同
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过Mysql Select标记使您的表颜色不同相关的知识,希望对你有一定的参考价值。
Here you see a example to make your table background color fdifferent at last
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Abwechselnde Zeilenfarben(mysql)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .tableLine { font-family: Verdana,Arial,sans-serif; font-style: normal; font-size: 14px; BORDER-TOP: #A6A6A6 1px solid; BORDER-LEFT: #A6A6A6 1px solid; BORDER-BOTTOM: #A6A6A6 1px solid; BORDER-RIGHT: #A6A6A6 1px solid; } .row_0 { background-color: #FFFFFF; } .row_1 { background-color: #E1E8F1; } --> </style> </head> <body> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="tableLine" height="100%"> <?php if($res[''id''] % 2){ echo "<tr><td class=''row_0''>Eintrag nr. $res[id]<br />$res[text]</td></tr>"; } else { echo "<tr><td class=''row_1''>Eintrag nr. $res[id]<br />$res[text]</td></tr>"; } } echo "</table>"; ?>
以上是关于通过Mysql Select标记使您的表颜色不同的主要内容,如果未能解决你的问题,请参考以下文章
Flutter GoogleMaps - 自定义标记的动态着色
html 滚动的CSS动画。通过这种对翻转的简单效果,使您的菜单更有趣。