-
dave
-
RE: What do you think of This Forum Software
-
Thanks! I had yet to make one. I updated your script as such, giving the main content a width of 98% which I think makes it look a bit better than fully expanded.
[code]
//linux-header
document.getElementById('linux-header').style.width = "100%";
//ja-header
document.getElementById('ja-header').style.width = "100%";
//ja-mainnav
document.getElementById('ja-mainnav').style.width = "100%";
/*
//ja-subnav
var jasubnavInfo;
jasubnavInfo = document.getElementById('ja-subnav');
jasubnavInfo.style.width = "100%";
*/
//ja-container
document.getElementById('ja-container').style.width = "98%";
/*
//ja-botsl
var ja-botslInfo;
jabotslInfo = document.getElementById('ja-botsl');
jabotslInfo.style.width = "100%";
*/
//ja-footer
document.getElementById('ja-footer').style.width = "100%";
[/code]
Cheers,
~Dave
-
15 May 09
Thanks! I had yet to make one. I updated your script as such, giving the main content a width of 98% which I think makes it look a bit better than fully expanded.
//linux-header
document.getElementById('linux-header').style.width = "100%";
//ja-header
document.getElementById('ja-header').style.width = "100%";
//ja-mainnav
document.getElementById('ja-mainnav').style.width = "100%";
/*
//ja-subnav
var jasubnavInfo;
jasubnavInfo = document.getElementById('ja-subnav');
jasubnavInfo.style.width = "100%";
*/
//ja-container
document.getElementById('ja-container').style.width = "98%";
/*
//ja-botsl
var ja-botslInfo;
jabotslInfo = document.getElementById('ja-botsl');
jabotslInfo.style.width = "100%";
*/
//ja-footer
document.getElementById('ja-footer').style.width = "100%";
Cheers,
~Dave