vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: Image before menu - View Topic
Topic Rating: *****
Printable View
Further
New Member
*

Posts: 8
Status: Offline
Gender: Male
Joined:  
Reputation: 0%  


pmwwwmsn
Image before menu (19th Aug 08 at 6:00pm UTC)
I need a simple code to place an image before the menu to push it farther to the right.

http://styles.vforums.co.uk

Thanks in advance.

Image
Alex Bailey
Senior Member
****

Posts: 503
Status: Offline
Gender: Male
Location: Uk
Age: 32
Joined:  
Reputation: 8%  


pmmsnaim
Re: Image before menu (19th Aug 08 at 6:33pm UTC)
http://support.virtualforums.co.uk/board/database/action/view_topic/topic/1414

Use that code {Smile} It will center the menu {Cheesy}

ting-tong2k6@hotmail.com
Jason
Moderator
*****

[Avatar]
www.random-image.net

Posts: 223
Status: Offline
Gender: Male
Location: University of Waterloo, Canada
Age: 34
Joined:  

Additional Groups:
Spell Checker
**


Reputation: 22%  


pmwww
Re: Image before menu (19th Aug 08 at 6:35pm UTC)
 
I need a simple code to place an image before the menu to push it farther to the right.

http://styles.vforums.co.uk

Thanks in advance.


A pretty quick modification to Wrighty's code

<script>
/*Add Menu Buttons
Created By Wrighty
Modified to add to the left
support.virtualforums.co.uk*/

var menu = get('menu_buttons','id').getElementsByTagName('font')[0];

function do_menu_left(img_src,link, guest){
if(guest){
menu.innerHTML= "<a href="+link+"><img src='" +img_src+"' border=0></a> :: " + menu.innerHTML;
}else{
if(vf_username != 'guest'){
menu.innerHTML= "<a href="+link+"><img src='"+img_src+"' border=0></a> ::" + menu.innerHTML;
}
}
}

do_menu_left('IMAGE LINK','URL TO LINK TO', false);
</script>


That should work {Smile}
(modify/add more of the red part)

Image Randomizers - official vForums partner
Image
^ Live stats {Grin} ^
Further
New Member
*

Posts: 8
Status: Offline
Gender: Male
Joined:  
Reputation: 0%  


pmwwwmsn
Re: Image before menu (19th Aug 08 at 6:54pm UTC)
I was gonna center the menu, but I didn't want to.

Thanks frufru.

Image
Jason
Moderator
*****

[Avatar]
www.random-image.net

Posts: 223
Status: Offline
Gender: Male
Location: University of Waterloo, Canada
Age: 34
Joined:  

Additional Groups:
Spell Checker
**


Reputation: 22%  


pmwww
Re: Image before menu (19th Aug 08 at 6:57pm UTC)
 
I was gonna center the menu, but I didn't want to.

Thanks frufru.


you're welcome {Smile}

Image Randomizers - official vForums partner
Image
^ Live stats {Grin} ^
 Printable View

All times are GMT+0 :: The current time is 3:14pm
Page generated in 0.7414 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums