一个google mail中的圆角table

一个google mail中的圆角table,第1张

概述一个google mail中的圆角table

下面是内存溢出 jb51.cc 通过网络收集整理的代码片段。

内存溢出小编现在分享给大家,也给大家做个参考。

<HTML>	<head>		<style>			.hX {			    cursor: pointer;			    display: inline-table;			    margin-right: 4px;			    margin-top: 3px;			    vertical-align: top;			}					.cf {			    border-collapse: collapse;			}			.ha {		    color: #000000;		    Font-family: arial,sans-serif;		    Font-size: 100%;			}						.hY .hM,.hQ .hM {			    height: 1px;			}			.hT,.hW,.hS {			    wIDth: 1px;			}						.hR .hM {			    padding-bottom: 1px;			}			.hU,.hV {			    -moz-Font-feature-settings: normal;			    -moz-Font-language-overrIDe: normal;			    -x-system-Font: none;			    Font-family: verdana,arial,sans-serif;			    Font-size: 9px;			    Font-size-adjust: none;			    Font-stretch: normal;			    Font-style: normal;			    Font-variant: normal;			    Font-weight: normal;			    line-height: normal;			}			.hO {			    padding-bottom: 1px;			    padding-left: 4px;			    padding-right: 4px;			    padding-top: 1px;			}				.hN {			    padding-left: 4px;			    padding-right: 6px;			}							</style>		<script>						window.onload = function(){				var div = document.getElementByID('div');				var tabHTML = tabarray.join(' ');				div.INNERHTML = tabHTML;								var planTab = document.getElementByID('planTab_1');				var r = planTab.rows;								var up0 = r[0].cells[1];				var down0 = r[2].cells[1];				var left0 = r[1].cells[0];				var center0 = r[1].cells[1];								var up1 = r[0].cells[3];				var down1 = r[2].cells[3];				var center1 = r[1].cells[3];				var right1 = r[1].cells[4];												center0.onmouSEOver =				 				center1.onmouSEOver = 				function(){					var style1 = "background-color:rgb(0,102,51);color:rgb(241,245,236)";					this.style.csstext = style1;					if(this == center0){						up0.style.csstext = style1;						down0.style.csstext = style1;						left0.style.csstext = style1;											}else if(this == center1){						up1.style.csstext = style1;						down1.style.csstext = style1;						right1.style.csstext = style1;											}				};								center0.onmouSEOut =				center1.onmouSEOut = 				function(){					var style1 = "background-color: rgb(241,236);color:rgb(0,51);";					this.style.csstext = style1;					if(this == center0){						up0.style.csstext = style1;						down0.style.csstext = style1;						left0.style.csstext = style1;										}else if(this == center1){						up1.style.csstext = style1;						down1.style.csstext = style1;						right1.style.csstext = style1;										}				};						}						var tabarray = [					'<table ID="planTab_1" cellpadding="0" >                                          ','	<tbody>                                                                                      ','		<tr >                                                                         ','			<td ></td>                                                                  ','			<td  ></td>                    ','			<td  ></td>                                ',236);" ></td>                    ','			<td ></td>                                                                  ','		</tr>                                                                                      ','		<tr >                                                                            ',236);" ></td>                 ',236); color: rgb(0,51);" > ','				<div alt="一元一本" title="一元一本" name="planname" >一元一本</div>         ','			</td>                                                                                    ','			<td  ></td>                                ',51);" > ','				<span alt="删除" title="删除" name="DW0_11_01" >X</span>                     ',236);" ></td>                 ','	</tbody>                                                                                     ','</table>	                                                                                     '			];		</script>	</head><body>	<div ID="div"></div></body>	</HTML>

以上是内存溢出(jb51.cc)为你收集整理的全部代码内容,希望文章能够帮你解决所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

总结

以上是内存溢出为你收集整理的一个google mail中的圆角table全部内容,希望文章能够帮你解决一个google mail中的圆角table所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://www.54852.com/web/1097564.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-28
下一篇2022-05-28

发表评论

登录后才能评论

评论列表(0条)

    保存