Can anyone help me with the issues I am having with the placement of the Header and navigation on this church site I am working on http://www.firstcog.org.
Here is a browser shot of what it is doing. The navigation is suppost to be aligned at the bottom of the header. If you view the site in Fire fox all is good.
Here is a browser shot of what it is doing. The navigation is suppost to be aligned at the bottom of the header. If you view the site in Fire fox all is good.
http://api.browsershots.org/png/original/01/0179ed8f378088a12e7cff1764325a8d.png
Then add this class to your css:
Update your #topnavbar (line 121) to be this:
#topnavbar {clear:left;
height:34px;
}
Instead of floating left, "clear:left" will put the navigation below your header image that is floated left.