I am needing help with the “Learn More” button in the center column underneath the slideshow and directly beneath the heading “Add Value To Your Home”. The buttons left image appears correctly but the right side of the button (gfx_btn_right.png) is not appearing at all. Can someone take a look and propose a solution to fix the problem?
The problem is that you’ve got your big and small images the wrong way round. The narrow image needs to be applied to the inner element (the span) because that’s on the top of the stack, and the extra-wide image needs to be on the parent element (the anchor) because that gets hidden behind the narrow image on the span.
I have corrected the code, and as always, it raises a new issue. When I add another ahref with that class over in the third column it works well but it allows the H3 tag to wrap up onto the same line as the button. I tried to clear the float… nothing doing. I tried adding width: 100% which works but it also extends the blue button background image past the point where I want it to stop. I tried overflow: auto and overflow: hidden but still nothing acceptable.
I am simply wanting any ahref that has the class of “button” to be the only element on that line. What bit of CSS could I add to the “button” so that the H3 heading returns to its own line below?