Created
September 12, 2012 16:00
-
-
Save marcolago/3707686 to your computer and use it in GitHub Desktop.
forza il comportamento inline per i figli di .navControl per sicurezza
This file contains hidden or 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
/* forza il comportamento inline per i figli di .navControl per sicurezza | |
ho preferito usare span invece che label perché la semantica qui non deve esserci, | |
la cosa è funzionale e applicativa secondo me*/ | |
.navControl div, .navControl span, .navControl img { | |
display: inline; | |
vertical-align: middle; | |
} | |
.navControl { | |
height: 96px; | |
background-color: #ff0000; | |
} |
This file contains hidden or 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 class="navControl"> | |
<div id="prev"> | |
<span class="navArrow">Label 1</span> | |
<img src="http://marcolago.com/board/images/avatars/gallery/standard/avventore1stupito.png"> | |
</div> | |
| |
<div id="next"> | |
<img src="http://marcolago.com/board/images/avatars/gallery/standard/avventore2stupito.png"> | |
<span class="navArrow">Label 2</span> | |
</div > | |
</div> |
This file contains hidden or 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