JavaScript – Disable Button on Submit Posted on January 12, 2013 by Gugulethu Ncube function getElementById(elementId){ var htmlElement = document.all ? document.all[elementId] ... Read more
Fisheye-Like Hover Pagination Links Using Pure CSS Posted on January 12, 2013 by Gugulethu Ncube The pagination links are history aware and zoom upon mouse over. .newstyle{ ... Read more
Tableless CSS – CSS Tables replacing HTML Tables Posted on January 11, 2013 by Gugulethu Ncube Examples of Pure CSS Tables which replace certain types of HTML Tables .table{ ... Read more
Link styling in Pure CSS Posted on January 11, 2013 by Gugulethu Ncube .a{ display: block; padding: .1em; background: #E75928; color: #fff; text-align: ... Read more
Simple Pure CSS Table Posted on January 11, 2013 by Gugulethu Ncube CSS: .table{ display: table; padding: 5px; margin: 5px; border-width: ... Read more
CSS Styles for INPUT Text and TEXTAREA Form elements Posted on January 11, 2013 by Gugulethu Ncube #stylediv INPUT, #stylediv TEXTAREA{ font-family: Arial, serif; padding: 2px; ... Read more
CSS Styles for drop down SELECT boxes Posted on January 11, 2013 by Gugulethu Ncube Styles for SELECT box as well as the OPTION fields. #selectdiv SELECT, #selectdiv ... Read more