The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
||||
|
||||
![]()
To begin with, hcur isn't defined in the function. I didn't get any further than that. But why make it that complicated? Put your two alternate headers within a div for each one, and then do something like this. Your two divs have id's headerone and headertwo.
Code:
function toggle_header() { var el = document.getElementById('headerone'); if (el.style.display == 'none') { el.style.display = ''; document.getElementById('headertwo').style.display = 'none'; } else { el.style.display = 'none'; document.getElementById('headertwo').style.display = ''; } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|