i want to put a border to the rite of the post profile and a background that goes all the way to bottom of the post i have this and overlay: hidden in .post .postprofile { color: #000000; border-right: 2px solid #000000; margin-bottom: -10000px; padding-bottom: 10000px; background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/grey12.jpg); border-radius: 10px 10px 10px 10px; } Code (markup): the background only works for the second post and then every other post profile what do i need to get it to work for every one and why doesnt the border work http://forumbytunes.com/viewtopic.php?f=5&t=18
If you remove the background image from the .postprofile class you get the following: ] Is that the effect you wanted?