Ok I am having a problem and I cannot figure it out. In internet explorer the script works great. Firefox is being a pain.
<script type="text/javascript">
var xmlDoc=null;
if (window.ActiveXObject)
{// code for IE
xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
}...
Ok I have been working with XHTML and CSS to create a portfolio page.
I created an outer div and then nested in that 3 divs for header nav and content. Here is the page
http://jrock2004.net/pages/resume.htm
Now as you can see when the content section gets longer than the nav section the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.