View Single Post
Old 12-16-2012, 11:50 PM   PM User | #11
legendrock7
New Coder

 
Join Date: Sep 2012
Posts: 58
Thanks: 8
Thanked 0 Times in 0 Posts
legendrock7 is an unknown quantity at this point
Quote:
Originally Posted by Excavator View Post
Yes, like I was kind of suggesting... the problem was far removed from what you were looking at.

In your CSS you have
Code:
.banner a {
    bottom: 30px;
    left: 20px;
    position: absolute;
}
Remove that and make your markup look something like this -
Code:
<article class="grid_4">
                    	<div class="banner">
                        <a href="#"><img src="images/banner-3.png" alt=""></a>
                    </div></article>
thanks, but that only works for one image?
legendrock7 is offline   Reply With Quote