I'm not sure if this is CSS related or not..
It's probably something stupid. I just need another set of eyes to look over my code.
http://beta.chuckknows.com/
Thanks
Chuck
| SitePoint Sponsor |





I'm not sure if this is CSS related or not..
It's probably something stupid. I just need another set of eyes to look over my code.
http://beta.chuckknows.com/
Thanks
Chuck
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com

I don't know the exact explanation, but if you add float: left; to the content and main divs, the gap disappears.





hmm.. Doesn't exactly work the way it should. I need the main div too expand with the content div. If I add float left it doesn't.
Chuck
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com
The top margin from your "date" header is pushing everything else down. Use this set of rules to get rid of it:
Code:h2.date { color:#4785A8; padding-left:3px; margin-top: 0; }





Thanks, Vinne.
I knew it was something simple
Chuck
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com
Bookmarks