Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- How to increase/decrease the space between the text and play button


penders - 6:23 pm on Nov 30, 2011 (gmt 0)


Can you not override the padding-left? (20px is specified by .ymp-btn-page-play)

Either inline...

<a href="http://www.example.com/song.mp3" style="padding-left:40px !important;">Song Title</a>


Or, in your stylesheet, adding more specificity to override the Yahoo! rule...
body a.ymp-btn-page-play { 
padding-left: 40px !important;
}

[edited by: alt131 at 1:19 pm (utc) on Dec 6, 2011]
[edit reason] Side Scroll [/edit]


Thread source:: http://www.webmasterworld.com/css/4392325.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com