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");
}...
I would agree you have to make a choice with the CMS stuff. I liked it and used it a lot. Now I am in school learning web development I no longer see the need for it
To kind of help you a little more you would basically throw a showIt hideIT function.
function hideIt(object)
{
object.style.visibility="hidden";
}
function showIt(object)
{
object.style.visibility="visible";
}
There would be a start or a snippet of some coding
Ok I think I might have gotten what you meant
.navigation{
float: left;
clear: both;
padding-right: 25px;
width: 150px;
}
.content{
margin-left: 150px;
}
but still did not work
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.