Danny Full Member
  
![[Avatar]](http://h1.ripway.com/Schnooble/ff1969.png) Posts: 180 Status: Offline Gender: Male Location: Durham Age: 33 Joined:
pmmsnxfire | Menu Buttons Inside Banner (2nd Jan 08 at 4:42am UTC) | | Global Header
Puts the menu buttons inside your banner and removes the menu cell.
 Code: - <script type="text/javascript">
- <!--
- /*Menu Buttons Inside Banner by Danny*/
-
- var xPos = '0'; // X Postion
- var yPos = '0'; // Y Postion
- var height = '174'; // Banner Image Height
-
- var getID = document.getElementById("welcome_table");
- getID.style.height = height;
- var getTab = getID.getElementsByTagName('td')[0];
- getTab.align = 'left';
- getTab.vAlign = 'top';
- getTab.style.backgroundImage = 'url('+getTab.getElementsByTagName("img")[0].src+')';
- var getMenu = getID.getElementsByTagName('td')[2];
- getTab.innerHTML = '<div style="position: relative; top:'+yPos+'; left:'+xPos+';">'+getMenu.innerHTML+'</div>';
- getMenu.parentNode.parentNode.parentNode.parentNode.parentNode.style.display ='none';
-
- //-->
- </script>
| |
|
|
Dreg[Bot] Moderator
    
![[Avatar]](http://r2.mrfrufru.com/dregondrahl/avvay.jpg) Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
  
pmYesh im sneaky! | Re: Menu Buttons Inside Banner (2nd Jan 08 at 5:09pm UTC) | | why not just use CSS?
#welcome_table .menu font { position: absolute; top: 0; left: 100px; }
| |
 Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|
Danny Full Member
  
![[Avatar]](http://h1.ripway.com/Schnooble/ff1969.png) Posts: 180 Status: Offline Gender: Male Location: Durham Age: 33 Joined:
pmmsnxfire | Re: Menu Buttons Inside Banner (2nd Jan 08 at 5:39pm UTC) | | I had a feeling youd post that. | |
|
|
Dreg[Bot] Moderator
    
![[Avatar]](http://r2.mrfrufru.com/dregondrahl/avvay.jpg) Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
  
pmYesh im sneaky! | Re: Menu Buttons Inside Banner (2nd Jan 08 at 6:22pm UTC) | | Its just an alternative, no worries | |
 Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|
Danny Full Member
  
![[Avatar]](http://h1.ripway.com/Schnooble/ff1969.png) Posts: 180 Status: Offline Gender: Male Location: Durham Age: 33 Joined:
pmmsnxfire | Re: Menu Buttons Inside Banner (4th Jan 08 at 7:38pm UTC) | | wouldnt that mess up on people with different resolutions ? | |
|
|
Reverse Blade Full Member
  
![[Avatar]](http://s4.images.proboards.com/avatars/greenhead.gif) Posts: 152 Status: Offline Gender: Male Joined:
pm | Re: Menu Buttons Inside Banner (5th Jan 08 at 6:37am UTC) | | Not if you use percent. (50%) | |
Reverse Arts, Comming soon! |
|
RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 30 Joined:
pmxfire | Re: Menu Buttons Inside Banner (4th Dec 08 at 3:20am UTC) | | Is there anyway to tell it to center on the X axis on Css? (The Main one won't work with my text codes ) | |
|