mikemetcalf


Member since 09/18/2009

3 snippets

949 profile views

1 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

mikemetcalf's Recent SnippetsTagged jquery



« Prev 1 Next »
Focus and keypress events determine when to hide, show, or dim a label. Use in tandem with the following HTML/CSS: HTML ---- <li> <label>First Name</label> <input> </li> CSS ---- li { position: relative; } la...
0 545 posted 13 years ago by mikemetcalf
Example markup: &lt;p&gt;This is the first part of the text &lt;a class="toggle"&gt;[+]&lt;/a&gt;&lt;span&gt;this part is hidden until clicking the toggle link.&lt;/span&gt;&lt;/p&gt; The script will show and hide text when the toggle link is c...
1 495 posted 14 years ago by mikemetcalf
Add a "rollover" class and hover="img/src-hover.jpg" to the image in question.
2 670 posted 14 years ago by mikemetcalf
« Prev 1 Next »