http://www.heathersolomon.com/blog/articles/AlterSPCSS.aspx
HTML:
1. Head {Style, Scripts}
2. Body
CSS:
1. Background, Position
2. Margin, Padding
3. Display, Border, Width, Cursor
4. Text-Decoration, Background-Color
Scripts:
1. $("X").click(function () {}); //onclick
2. "X" --> class --> tag --> subtag etc
3. $("X").keydown(function (e) {}); //onkeydown(40)/up(38) -- (13--Enter)
HTML:
1. Head {Style, Scripts}
2. Body
CSS:
1. Background, Position
2. Margin, Padding
3. Display, Border, Width, Cursor
4. Text-Decoration, Background-Color
Scripts:
1. $("X").click(function () {}); //onclick
2. "X" --> class --> tag --> subtag etc
3. $("X").keydown(function (e) {}); //onkeydown(40)/up(38) -- (13--Enter)
No comments:
Post a Comment