Home › Forums › JavaScript › slide up boxes…images not appearing › Re: slide up boxes…images not appearing
June 17, 2011 at 9:37 am
#72756
Participant
Try this:
.slide-up-boxes a:nth-child(1) div { background: #EBAC8B url(/images/flickr-2.png) 4px 4px no-repeat; padding-left: 120px; }
.slide-up-boxes a:nth-child(2) div { background: #367db2 url(/images/facebook.png) 4px 4px no-repeat; padding-left: 120px; }
.slide-up-boxes a:nth-child(3) div { background: #9A8F9A url(/images/twitter.png) 4px 4px no-repeat; padding-left: 120px; }
You still need to fix the rest of your code