HTML Q
HTML Q
Out of context: Reply #19
- Started
- Last post
- 24 Responses
- fugged0
<p>This is some text with an <span class="arrow">arrow</span> in the middle</p>
span.arrow {
background-image:url('toc_collap...
background-position:center right;
background-repeat:no-repeat;
padding-right:14px;
}background properties can be consolidated into one line too...
- you the man montgomery.airey
- +1
*gets back to work********