kevin mcmonagle wrote:


The problem is the wrapper div is not being expanded by the two nested columns within it. Theres no hieghts set. Also margins are showing up abovr the wrapper and footer divs even though they're set to 0. Only looked at it in firefox mac so far would like to fix these issues before moving on.

http://mcmonagle.biz/arena7/

-best
kevin mcmonagle
The footer needs to clear the floats. And #footer needs and be inside the #wrapper.
#footer { clear: both; }<<< add to footer selector
html
<img src="http://mcmonagle.biz/arena7/images/pool.jpg"; width="444" height="159" />
</div>
<div id="footer">
<p><br />
<a rel="#"></a><br />
contact info and links</a>.
</p>
</div>
</div>
</body>
</html>

h2 is breaking. Change the markup from: <h2><img src="http://mcmonagle.biz/arena7/images/bowling.jpg"; width="444" height="161" />Arena 7 Letterkenny</h2>
To
<img src="http://mcmonagle.biz/arena7/images/bowling.jpg"; width="444" height="161" />
<h2><Arena 7 Letterkenny</h2>

The nav may do better in IE6 (and may not hurt other browsers) if the padding is changed:
#navcontainer
{/*padding: 86px 0 0 9px; */padding: 76px 0 0 9px;}

The problem that may need to be addressed is that the page is brittle. Font-scaling will expand the nav and drop the float.

Best,
~dL
PS There are a couple of minor validation errors to fix :-) .

--
http://chelseacreekstudio.com/



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to