Hi, Steve:

Try floating the sidebar right and change the background position to bottom right. It worked for me in 3 different browsers.


#sidebar {
   background-color:#DBEEFA;
   background-image: url(images/sidebar_background.jpg);
   background-repeat: no-repeat;
   background-position: bottom right;

   width:216px;

   margin:0;
   /*margin-left:530px;*/
float: right;
   padding: 0px;

   border-top: 1px solid #C0BFCD;
   border-left: 1px solid #1D85C8;
   border-bottom: 1px solid #1D85C8;
}

----- Original Message ----- From: "Steve Ivy" <[EMAIL PROTECTED]>
To: "CSS-D" <[email protected]>
Sent: Monday, July 18, 2005 10:17 AM
Subject: [css-d] Padding issues


Hi All,

I'm having some weird padding issues:

http://mypowerlearning.com/_beta/testcss/test.html
http://mypowerlearning.com/_beta/testcss/test.css

The sidebar needs to be exactly the width of the background image, but
for some reason is protruding past the right edge of the containing
div. Anyone have any ideas?

Thanks,

--Steve


--
Steve Ivy
http://redmonk.net
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to