View Single Post
Old 12-16-2012, 11:29 PM   PM User | #10
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
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>
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Users who have thanked Excavator for this post:
legendrock7 (12-16-2012)