WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Navbar like this? Empty Navbar like this? Mon Dec 20, 2010 6:23 pm

waqas_ali

waqas_ali
Registered Member
Registered Member
Navbar like this? 2wd21y8
I want navbar like this,
but how?

http://www.indian.forumotion.com

2Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:29 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
It's just a drop down menu.

http://www.webartzforum.com/t67-drop-down-menu-selector#584

3Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:47 pm

waqas_ali

waqas_ali
Registered Member
Registered Member
nooo...its not like that...

http://www.indian.forumotion.com

4Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:50 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
What forum is it?

5Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:52 pm

waqas_ali

waqas_ali
Registered Member
Registered Member
thefacebookforum.net

http://www.indian.forumotion.com

6Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:52 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
And what is your forum version?

7Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:56 pm

waqas_ali

waqas_ali
Registered Member
Registered Member
phpbb3

http://www.indian.forumotion.com

8Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:58 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
Sorry then I don't know - I can only help with template editing.

9Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 7:59 pm

waqas_ali

waqas_ali
Registered Member
Registered Member
sorry, i m using phpbb2

http://www.indian.forumotion.com

10Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 8:06 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
Ok, go to

ACP / Templates / General / Overall_Header

Then find:

Code:
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}

Add after it:

Code:
<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">Title Here</option>
<option value="URL HERE">LINK 1 HERE</option>
<option value="URL HERE">LINK 2 HERE</option>

</select>
</form>
</div>

You can change the links by changing the URL HERE and you can add links by adding

Code:
<option value="URL HERE">LINK 2 HERE</option>

underneath the others.

11Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 8:14 pm

waqas_ali

waqas_ali
Registered Member
Registered Member
thanx for this but its a Drop down menu not like that.. Crying or Very sad

http://www.indian.forumotion.com

12Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 8:23 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
What do you mean? That is a drop down menu on the Facebook Forum...

You can change colours by using this:

Code:
<option value="" style="background: #E3E3E3;">

If that's what you mean?

13Navbar like this? Empty Re: Navbar like this? Mon Dec 20, 2010 11:51 pm

ankillien

ankillien
Administrator
Administrator
Hi,

Sorry we can't help on this since it can be defined as ripping of other work. If you come up with your own idea, we can help but we won't help to create something (copying) like on other forums.

14Navbar like this? Empty Re: Navbar like this? Tue Dec 21, 2010 2:01 am

Guest


Guest
I wrote the code for the drop-down menu on thefacebookforum.net, and much of what you see can be duplicated by using scripts from places like Dynamic Drive. However, for things like getting the drop-down menu on the navbar itself, and having an avatar display in the menu...

You need to know advanced javascript, and be able to think outside the box. Very Happy

I plan to write a couple javascript tutorials after the first of the year. I also plan to make a post on Friday that will be my Christmas present to the members here. Smile

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum