I am just learning CSS and Dreamweaver. I have coded about 75 pages and somewhere in the middle of coding, I made a mistake and now my page has a wide light blue rectangle at the end of every page. I've tried to figure this out for two days and I can't find my answer and hoping someone here can help. http://www.thelittlefoxes.net Thanks in advance. Lorri
It has a image as background image in the following element of the style; remove the background image, hope this will fix the issue. .outer-container { background:url("images/container.jpg") no-repeat scroll center bottom transparent; padding-bottom:64px; }