Category: css
-
JavaScript – Stateful HTML Forms – Save and Recover HTML Form Data
<script language="javascript" type="text/javascript"><br /> /* <![CDATA[ */ var FS_INCLUDE_NAMES = 0, FS_EXCLUDE_NAMES = 1, FS_INCLUDE_IDS = 2, FS_EXCLUDE_IDS = 3, FS_INCLUDE_CLASSES = 4, FS_EXCLUDE_CLASSES = 5; function retrieveCookie( cookieName ) { /* retrieved in the format cookieName4=value; cookieName3=value; cookieName2=value; cookieName1=value only cookies for this domain and path will be retrieved */ var cookieJar = document.cookie.split(…
-
JavaScript – Disable Button on Submit
Form Submit – disable on submit Nickname: Enable Submit Button Code: Form Submit – disable on submit Nickname: Enable Submit Button
-
Fisheye-Like Hover Pagination Links Using Pure CSS
The pagination links are history aware and zoom upon mouse over. 1 2 3 4 5 Code: 1 2 3 4 5
-
Tableless CSS – CSS Tables replacing HTML Tables
Examples of Pure CSS Tables which replace certain types of HTML Tables Tableless CSS – Example 1 This is Cell Nr. 1.1. row=1, column=1 This is Cell Nr. 1.2. row=1, column=2 This is Cell Nr. 1.3. row=1, column=3 This is Cell Nr. 2.1. row=2, column=1 This is Cell Nr. 2.2. row=2, column=2 This is Cell…
-
CSS Styles for INPUT Text and TEXTAREA Form elements
Inputtext: Textarea: This is a styled TEXTAREA ! Code: Inputtext: Textarea: This is a styled TEXTAREA !
-
CSS Styles for drop down SELECT boxes
Styles for SELECT box as well as the OPTION fields. OneTwoThreeFour One Two Three Four