Table advanced Application to the end (must see) _ Experience Exchange

Source: Internet
Author: User
1. The dividing line of the table can be hidden

<table Border Rules=cols cellspacing=0 align=left> can hide horizontal divider lines

<table Border rules=rows cellspacing=0 align=right> can hide the vertical divider line

<table Border Rules=none cellspacing=0 align=center> can hide horizontal and vertical divider lines


2. The border of the table keeps flashing

The following methods are used to keep the borders of the table flashing, which is useful
Add in the Body area

<table border= "0" width= "280" id= "Myexample"
style= "border:5px solid yellow" >

<tr>

<td> add any object.

<br> add any object.

<br> add any object. Add any object .</td>

</tr>

</table>

<script language= "JavaScript1.2" >

<!--

function Flashit () {

if (!document.all)

Return

if (myexample.style.bordercolor== "yellow")

Myexample.style.bordercolor= "Lime"

Else

Myexample.style.bordercolor= "Yellow"

}

SetInterval ("Flashit ()", 500)

-->

</script>


3. Form Branch Download

The content of this cousin is quite practical.

Add <tbody > at required branch downloads

Like what:
<table >
<tbody >
<tr >
&LT;TD >flsdjfsdjfkdsjf</td >
</tr >
<tr >
&LT;TD >skdjfsdjfksd</td >
</tr >
</tbody >

<tbody >
<tr >
&LT;TD >flsdjfsdjfkdsjf</td >
</tr >
<tr >
&LT;TD&GT;SKDJFSDJFKSD&LT;/TD >
</tr >
</tbody >
</table >



4. Several forms of different styles

<table border= "1" width= "style=" Position:absolute; Left
11; Top:11 "height=" >

<tr>

&LT;TD width= "100%" > General form </td>

</tr>

</table>

5. Positive cubic table

<table border= "1" width= "bordercolorlight=" "#eeeeee"
bordercolordark= "#000000" style= "Position:absolute; Left:10; Top
"Height=" >

<tr>

&LT;TD width= "100%" > Positive cubic Table </td>

</tr>

</table>


6. Fine Table

<table border= "0" frame=vsides width= "219"
Bgcolor= "#000000" cellspacing= "1" cellpadding= "0"
height= "style=" Position:absolute; Left:11; Top:86 ">

<tr bgcolor= "#FFFFFF" >

&LT;TD width= "100%" height= "2" > Fine table </td>

</tr>

</table>

7. Three-dimensional form

<table border= "1" width= "bordercolorlight=" "#ffffff"
bordercolordark= "#ffffff" style= "Position:absolute; Left:10; Top
112 "height=" >

<tr>

&LT;TD width= "100%" bgcolor= "#B7B7B7"
bordercolorlight= "#000000" bordercolordark= "#eeeeee" > Stereo form </td>

</tr>

</table>


8. Nameless Form

<table width= "align=" center "style=" Position:absolute;
left:246; Top:12 "height=" >

<tr>

<td><fieldset style= "width:220" align= "Center" >
<legend> nameless form </legend> <p align= "right" > </fieldset>
<br>

</td>

</tr>

</table>



9. Table Table Effect Ⅱ

<table width= "align=" center "style=" position:
absolute; left:245; top:89 "height=" >
<tr>
&LT;TD height= "><fieldset" style= "width:220"
align= "center" > <legend> table Effect ⅱ</legend> <table
Frame= "Hsides" border= "1"
bordercolorlight= "#000000" bordercolordark= "#ffffff"
Width= "100%" cellspacing= "1" cellpadding= "0" height= ">"
<tr bgcolor= "#ffffff" >
&LT;TD width= "100%" height= "></fieldset></td>"
</tr>
</table>

10. Table Table Effect Ⅰ

<table width= "align=" center "style=" Position:absolute;
Left:10; top:120 "height=" 138 "cellspacing=" 1 "
cellpadding= "0" >

<tr>

&LT;TD height= "126" ><fieldset style= "width:220"; Color: #B7B7B7;
Border-style:groove "align=" center "> <legend style=" color:
#FFFFFF; Border:1 solid #808080 "> <font color=" #000000 > Table Effect ⅰ</font>
</legend> <p align= "right" > </fieldset>

</td>

</tr>

</table>


11. Display of border in table


Show only top border <table frame=above>
Show only bottom Border <table frame=below>
Show only left and right border <table frame=vsides>
Show only top and bottom borders <table frame=hsides>
Show only left border <table frame=lhs>
Show only right border <table frame=rhs>
Do not show any borders <table frame=void>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.