Wednesday, July 28, 2010

Labor experts advise: free quit to be the non-competition



Recently, at the second "new human Summit", some labor experts advise: free career changers are subject to competition restriction. Senior management, senior technical personnel and other obligation to keep secrets

Personnel in a free career, we should pay attention to the "Labor Contract Law" the relevant provisions of the competition restriction, if the violation of relevant provisions of the damage caused to the employer to bear the relevant responsibility.

"Labor Contract Law" on January 1 next year will go into effect. Labor and Social Security Institute of Labor Science and Yi Cai Group Zuijin Zuzhizhuanjia in Beijing, Shanghai, Shenyang and other 6 cities are traveling propaganda activity to interpretation under this law content, seek the community on the implementation of this legal advice.

Not long ago, a technology company in Shenyang City, quit after three technicians set up the company with others, they used to steal from the original company's technology in the production, to allow the company hundreds of million of economic losses suffered due to the illegal infringement of commercial secrets Huoxing . However, if legal access to technology workers switched the secret of how to protect the rights of the original unit?

Ministry of Labour and Social Security Law Department, said health experts submerged in order to prevent "free quit" by way of infringement of the original units to hidden interests, "Labor Contract Law" stipulates the employer and the workers in the labor contract can keep business secrets and confidentiality and intellectual property related matters. If you quit in violation of the relevant competition restriction agreement, the employer shall agree to pay liquidated damages.

Competition restriction of the scope, territory and term of contract by the employer and the employee. In the dissolution or termination of the labor contract, subject to competition restriction officers within two years, do not get similar products with the unit, similar business competing with other employers, or their opening production, or operating such products, engaged in similar business. Bears the obligation of confidentiality on the employee, the employer may agree with their non-competition clauses, and agreement in the dissolution or termination of the competition restriction after the labor contract period, a monthly economic compensation to workers.







Recommended links:



avi Converter to mp4



Hot Genealogy



Ma, "New York Times" published a signed Article: Small is beautiful because



Reviews Audio Speech



3gp converter



"Green dam" around from what?



CES Show for the first time to advertise in Facebook and YouTube



EHR Four Party Advisory Misunderstanding



video format For ps3



Chrome OS is outdated? Look Jolicloud!



Convert Avi To Ipod



Toyota Authorized Dealer



Ali Mama Ma prove Safety push over 1 million registered members Baidu



Review File Compression



From Customer satisfaction to customer trust



Digital Board Reshuffle: Chairman Guo Wei



Wednesday, July 21, 2010

The table border css syntax order


Produced in the form we know Dreamweaver has done very well, but in some cases it must be integrated with css to achieve specific results, following the form we first sort out the border of the css syntax, and then describes how to use other forms of border css landscaping .

Syntax of the table border css

Topics include: the border width, the width of the right frame, under the border width, the left border width, border width, border color, border style, on the border, bottom border, left border, right border, border, width, height, the labels .

1. The border width

Syntax: border-top-width:

Allowed values: thin | medium | thick |

Initial value: medium

Application: all objects

Backward compatible: No

The border width attribute specifies the width of an element on the border. Value can be one of the three keywords are not subject to the impact of font size or length, can be used to achieve proportional to the width. Negative values are not allowed. Can also be used on the border, the border width or border of the property a little writing.

2. The right frame width

Syntax: border-right-width:

Allowed values: thin | medium | thick |

Initial value: medium

Application: all objects

Backward compatible: No

Right border width attribute specifies the width of elements in the right box. Value can be one of the three keywords are not subject to the impact of font size or length, can be used to achieve proportional to the width. Negative values are not allowed. Can also be used in the right box, border width or border of the property a little writing.

3. Under the border width

Syntax: border-bottom-width:

Allowed values: thin | medium | thick |

Initial value: medium

Application: all objects

Backward compatible: No

Under the border width attribute specifies the width of the border under the element. Value can be one of the three keywords are not subject to the impact of font size or length, can be used to achieve proportional to the width. Negative values are not allowed. Can also be used in the next border, border width or border of the property a little writing.

4. Left border width

Syntax: border-left-width:

Allowable value: thin | medium | thick |

Initial value: medium

Application: all objects

Backward compatible: No

Left border width attribute specifies the element's left border width. Value can be one of the three keywords are not subject to the impact of font size or length, can be used to achieve proportional to the width. Negative values are not allowed. Can also be used in the left border, the border width or border of the property a little writing.

5. Border Width

Syntax: border-width:

Allowed values: [thin | medium | thick | ] (1,4)

Initial value: Undefined

Application: all objects

Backward compatible: No

Border-width property value with a 1-4 to set the element's border, the value is a keyword or length. Negative length is not allowed. If four values are given, they were used on the right, down and left border of the pattern. If a value is given, it will be applied to all sides. If two or three values are given, the value is omitted with the same edge. This property is on the border width, the width of right border, bottom border width and border width of the property left a little to write. You can also use the border attribute to write a little.

6. Border Color

Syntax: border-color:

Allowed values: (1,4)

Initial value: color property value

Application: all objects

Backward compatible: No

Border color properties set an element's border color. You can use 1-4 keywords. If four values are given, they were used on the right, down and left border of the pattern. If a value is given, it will be applied to all sides. If two or three values are given, the value is omitted with the same edge. You can also use the border attribute to write a little.

7. Border Style

Syntax: border-style:

Allowed values: [none | dotted | dashed | solid | double | groove | ridge | inset | outset] (1,4)

Initial value: none

Application: all objects

Backward compatible: No

Border style properties set the border style of an element. This property must be used to specify the visible border. You can use 1-4 keywords. If four values are given, they were used on the right, down and left border of the pattern. If a value is given, it will be applied to all sides. If two or three values are given, the value is omitted with the same edge. You can also use the border attribute to write a little.

none: no style;
dotted: dotted lines;
dashed: dotted;
solid: solid line;
double: double;
groove: groove line;
ridge: ridge;
inset: concave;
outset: convex.



8. On the Border

Syntax: border-top:

Allowed values: | | | |

Initial value: Undefined

Application: all objects

Backward compatible: No

On the border attribute is used to set a border width of an element, write a little style and color. Note that only give a border style. You can also use the border attribute to write a little.

9. The right box

Syntax: border-right:

Allowed values: | | | |

Initial value: Undefined

Application: all objects

Backward compatible: No

The right frame attribute is used to set one element of a right border width, style, and color a little to write. Note that only give a border style. You can also use the border attribute to write a little.

10. Bottom border

Syntax: border-bottom:

Allowed values: | | | |

Initial value: Undefined

Application: all objects

Backward compatible: No

Under the border attribute is an element used to set a bottom border width, style and color of a little writing. Note that only give a border style. You can also use the border attribute to write a little.

11. Left border

Syntax: border-left:

Allowed values: | | | |

Initial value: Undefined

Application: all objects

Backward compatible: No

Left border attribute is used to set one element of a left border width, style and color of a little writing. Note that only give a border style. You can also use the border attribute to write a little.

12. Border

Syntax: border:

Allowed values: | | | |

Initial value: Undefined

Application: all objects

Backward compatible: No

Border attribute is used to set a border width of an element, write a little style and color.

Examples of border declarations include:

H2 (border: groove 3em)
A: link (border: solid blue)
A: visited (border: thin dotted # 800080)
A: active (border: thick double red)

Border property can only set the four border; can give a border width and style. In order to give an element of the four borders of the different values, web producer must use one or more attributes, such as: on the border, right border, bottom border, left border, border color, border width, border style, the border width, the width of right border, bottom border width or left border width.

13. Width

Syntax: width:

Allowed values: | | auto

Initial value: auto

Apply to: block-level and replaced elements

Backward compatible: No

Width property's initial value "auto", shall be the original width of the element (there are elements of their own width). Reference higher percentage of the width of the element. Does not allow negative length value.

14. Height

Syntax: height:

Allowed values: | auto

Initial value: auto

Apply to: block-level and replaced elements

Backward compatible: No

High initial value of the property "auto", shall be the original height of the element (there is the element of self,). Reference higher percentage of the width of the element. Does not allow negative length value.

15. The label

table: table tag, the definition of the entire table style table to put in;
td: a cell, labels to define a cell style on the td in the.








Recommended links:



Flac to mp3 converter



My FAVORITE Nature - Screen Savers



What is mkv file



Font Tools Catalogs



avc Player



PROFESSIONAL CD Sound RA to CD-R Cloner



Wang Xin, senior vice president of Sohu: To seize the society, "Ma bar"



Flv mp4



Comments Trace And Ping Tools



PowerBuilder menu creation



Free Audio CD Creator



Christmasgift SWF to DVD



Details Of The Four Strokes To Start Upgrading The Efficiency Of Thunder Download



Vacations DVD To Apple TV



PS production pearl necklace