WAHM Forums
The WAHM community forum was created to be a place for work at home moms to share their ideas and stories. In the forum you can find information about work at home jobs, starting home businesses, avoiding scams, and surviving the WAHM lifestyle. In support of the WAHM community, WAHM.com also features instructional articles, easy recipes, as well as job and business listings tailored specifically to work at home opportunities.
View Full Version : Question for WordPress Experts
scadesigns
02-25-2010, 02:50 PM
I have a question about a site I'm designing for use with wordpress. It's about the sidebar (http://scadesigns.com/testsite3/sample4error.gif), I want it to have the rounded corners at the top and the bottom which I've accomplished. I used a background image for the rest of the behind the content in a widget, but as you can see it repeats all the way down. Does anyone know how to fix this so it does not repeat in the gaps? Any help is truly appreciated! Below is a portion of my style sheet for that section. This link shows what it looks like, I cannot provide the actual link to the test site on the forums. The arrows show what I want removed. Here is a screenshot (http://scadesigns.com/testsite3/sample4error.gif/) of the error.
#sidebar {
float:right;
width:200px;
margin-right:40px;
margin-top:20px;
padding: 0px;
background:url(images/menu-bg.gif) repeat-y ;
display: inline;
}
#sidebar .widget {
background: url(images/roundedcornerb.gif) no-repeat bottom left;
padding-bottom: 10px;
margin-bottom:20px;
width:200px;
}
#sidebar .widgettitle {
background: url(images/roundedcornert.gif) no-repeat top left;
padding: 10px 10px 0 10px;
width:200px;
}
#sidebar {
float:right;
width:200px;
margin-right:40px;
margin-top:20px;
padding: 0px;
background:url(images/menu-bg.gif) repeat-y ;
display: inline;
}
#sidebar .widget {
background: url(images/roundedcornerb.gif) no-repeat bottom left;
padding-bottom: 10px;
margin-bottom:20px;
width:200px;
}
#sidebar .widgettitle {
background: url(images/roundedcornert.gif) no-repeat top left;
padding: 10px 10px 0 10px;
width:200px;
}
Susie N
02-25-2010, 06:02 PM
Can you PM the link to the live site? I'd be happy to take a look. :)
scadesigns
02-25-2010, 06:40 PM
I've sent you a PM. If I don't answer you back tonight, I'll be on in the morning.
Thanks!
Thanks!
mybrokengnome
02-25-2010, 07:30 PM
Same here, it would be better to be able to see the problem, thanks!
scadesigns
02-26-2010, 05:52 AM
I have figured out my error. thank you!