Hi there, I am in need of getting my footer straight. In the basic CSS layout, I was able to get it the way I want it. See here: http://onbaseplusslugging.com/2/index2.php However, when I integrated it into wordpress, it looks like this: http://onbaseplusslugging.com/wordpress/ It validates, too. Heh. One other question regarding wordpress... How can I get a "last 5 posts" to show up on the right hand side, like http://www.joblo.com/ ... Any idea?
Original markup has 'footer' as a class. New markup has 'footer' as id. I would keep the markup and change the css. Replace ".footer " with "#footer".
Oh, and also you're missing a closing brace ( } ) on the .navigation li a:hover declaration on line 152. Anything below that would not have parsed properly. You've also got a few other css errors that might be causing you other types of grief. You should fix those too.
Ah. Okay, so I fixed those errors. CSS and XHTML validate now. The footer works. However... the rest of the site is totally messed. I really don't understand where the problem is.
Wow, not sure what you just did, but can you undo the recent changes (besides inserting the missing brace, which obviously should have been fixed) and work again from there?
That is all I did and this is what happened. I changed font-decoration to text-decoration afterwards.
Hi... you have to place the content in " <p> " tag give the padding-left or margin-left to " <p> " OR place the content in div and fix the width and adject the div in white space like this <div style="width:403px; float:right; margin-right:9px;"> <p>Is there a hole in your glove? Is there a hole in your glove? Is there a hole in your glove? </p> </div>