MyBB Community Forums

Full Version: Where i place these?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://community.mybb.com/thread-82696.html

Where do i place the javascript?
all general links code is to be placed in the header template
member specific links to be added to header_welcomeblock_member template
(2013-04-28, 05:04 PM).m. Wrote: [ -> ]all general links code is to be placed in the header template
member specific links to be added to header_welcomeblock_member template

How can i make a image a dropdown link?
^ please elaborate your requirement
a link code is like <a href="link path">link text</a>
if you want to use an image instead of text link then it can be like below
<a href="link path"><img src="path to image" /></a>
(2013-04-28, 06:17 PM).m. Wrote: [ -> ]^ please elaborate your requirement
a link code is like <a href="link path">link text</a>
if you want to use an image instead of text link then it can be like below
<a href="link path"><img src="path to image" /></a>

i want it so when someone highlights over the image it shows a list of links like the text drop down link. not just where you click on image you go to a page.