Created
July 23, 2012 03:32
-
-
Save oksushi/3161887 to your computer and use it in GitHub Desktop.
Displaying the :contains selector
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Displaying the :contains selector | |
*/ | |
div { | |
position: relative; | |
border: 1px solid black; | |
} | |
label { | |
position: absolute; | |
width: 5px; | |
top: 2px; | |
bottom: 2px; | |
background: hotpink; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div><input /><label></label></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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