Images at top and bottom of sidebar missing
-
Site under development: https://dev.brightideaspress.com
I’ve looked and looked at the code. I must be missing something. At the top and bottom of the sidebar should be rounded cornered “cap” images. The end look should be a rounded cornered sidebar, brown with tan background.
I have a wrapper div around the sidebar with 3 divs inside: a top image in one, the contents of the sidebar in the next, and the bottom image last.
Perhaps someone can see if I’ve overlooked something.
My sidebar.php structure is as follows:
<div id="sidebar-wrap"> <div id="sidebar-top"> </div> <div id="sidebar"> [content] </div> <div id="sidebar-bottom"> </div> </div>
Here’s the complete CSS for the sidebar:
/* Begin Sidebar */ #sidebar-wrap { float: left; margin: 0px 0px 24px 24px; width: 184px; } #sidebar-top { background: url('images/sidebar-top.gif') no repeat top center; } #sidebar { background: #a87c4c; padding: 24px 24px 10px 0px; width: 160px; } #sidebar-bottom { background: url('images/sidebar-bottom.gif') no repeat top center; } #sidebar form { margin: 0; } /* End Sidebar */
The divs and images are not showing up. I remove the image divs and the content is at the same location.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Images at top and bottom of sidebar missing’ is closed to new replies.