Faltu Funda| 30 Mar 2008 | |||||
|---|---|---|---|---|---|
|
practice interviews and prepare for interviews in todays changing world every one want to increase there salaries very quickly. Changes your employer is an very efficient solution for this. But changing employer and company is not so easy. cont.. |
||||
| 15 Feb 2008 | |||||||
|---|---|---|---|---|---|---|---|
|
shorthand notations in stylesheet or css Stylesheets can be made faster and more readable using shorthand notations. in Stylesheets there are many shorthand notations available. I'll collect all of them here for references. border:1px solid red here first parameter is thickness of border second is border style [ solid, dotted, dashed ....] third one is color by name of hex code font:italic small-caps bold 12px/20px arial,verdana; here first : font style [ italic,underline,strikethrough...] second: letter style [ small-caps, normal ...] third : font-weight [ bold normal] fourth : font size / line height fifth : font family ( for more then one font families add coma separated values in the order or precedence) padding:2px 3px 12px 22px; here padding is added in sequence from top to left in clockwise direction margin:2px 3px 12px 22px; here margin is added in sequence from top to left in clockwise direction |
||||||
|
|||||||||
|
|||||||||
1