|
<div id="learn"></div>
Join Date: February 2008
Location: Port Huron, Michigan
Posts: 986
|
I moved your news div before the logo image and it fixed it.
<div class="wrapper">
<div class="header">
<div class="logo">
<div class="news">
Current news - Governist is in devolopment! w00t!
We will win over the gaming world... Holiverh is awesome! W00t! </div>
<img src="images/logo.png" width="200" height="100" />
</div>
</div></div>
By the way, you should get that css for the menu in a stylesheet and out of the markup.
Last edited by aeroweb99; June 28 '09 at 12:23 AM.
|