Skip to content

Instantly share code, notes, and snippets.

@oksushi
Created July 23, 2012 03:32
Show Gist options
  • Save oksushi/3161887 to your computer and use it in GitHub Desktop.
Save oksushi/3161887 to your computer and use it in GitHub Desktop.
Displaying the :contains selector
/**
* Displaying the :contains selector
*/
div {
position: relative;
border: 1px solid black;
}
label {
position: absolute;
width: 5px;
top: 2px;
bottom: 2px;
background: hotpink;
}
<div><input /><label></label></div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment