Skip to content

Instantly share code, notes, and snippets.

@i2r
Created June 20, 2012 08:59
Show Gist options
  • Select an option

  • Save i2r/2958922 to your computer and use it in GitHub Desktop.

Select an option

Save i2r/2958922 to your computer and use it in GitHub Desktop.
Alt&Title&JS
/**
* Alt&Title&JS
*/
body {
margin: 3em;
}
<!-- content to be placed inside <body>…</body> -->
<div class="alt" alt='Alt-txt' onmouseover="title='Generated-Title-txt';">I have alt and mouseover</div>
<div class="title" title='Title-txt'>I have title</div>
<div class="nothing">I have nothing</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment