Could someone please help me fix this rather large pain in my backside? :P
This is what I'm trying to code: http://tinypic.com/r/e1fevl/5
This is where I'm at: http://tinypic.com/r/210ye7d/5
The second image shows the bottom of a "semi-transparent" box, which should have the leaf image behind it.
My issues: Forming the border on the box (which has a rounded edge, so the usual { border: ; } doesn't apply), and placing the leaf image "behind" the box. I have absolutely no idea where to start with either of these problems..
Code:
Code:<div id="right" class="content"><div class="br"><div class="bar"><div class="tl"><div class="tr2"><h2 id="offer">i offer...</h2> <div id="right-ul"><ul id="treatments"> <li>text</li> <li>text</li> <li>text</li> <li>text</li> <li>text</li> <li>text</li> <li>text</li> <li>text</li> <li>text</li> <li>text</li> </ul><a id="moreLink" href="treatments.html">more...</a> </div><!-- right-ul ends--></div></div></div></div> </div><!-- right div ends-->Thanks a lot in advance!Code:#right { background-color: #f2f7f3; color: #8ca191; float: right; width: 46%; height: 300px; margin-top: 20px; font-size: 13px; letter-spacing: 0.2em;}







Bookmarks