ERM
New Member
Posts: 24
inherit
175772
0
Jan 5, 2014 10:09:23 GMT -8
ERM
24
January 2012
erm
|
Post by ERM on Nov 27, 2012 16:01:03 GMT -8
I've seen this code on other sites but I can't find it for the life of me. Their welcome table is modified so that there are the basic links above the table, such as "Home" and "New Topics" etc. On the bottom of their welcome table they have another bar with sections such as "Important Info" and "Quick Links" and when you hover your mouse over the titles it shows a list of clickable links. Um, this sounds really confusing but it looks like this [ x]. I'm sorry if it already exists, I could find it ><
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 27, 2012 23:30:11 GMT -8
There is a code in the code data base called "move menu above banner". Then you need a drop down that doesn't need a doc type declared. You can do a google search but I found this really simple one. click. There should be the html part (lists with ul and li's) then the css and if you scroll futher down you'll see the complete jquery to make it work. You will also need a link to the jquery library which you can find here. (Scroll down a bit and copy the link in the box below this: "If you’ve already read all this and are just here for the link, here it is". I think the rest you can figure out for yourself. I would put the list with your links between center tags or in a table even.
|
|
ERM
New Member
Posts: 24
inherit
175772
0
Jan 5, 2014 10:09:23 GMT -8
ERM
24
January 2012
erm
|
Post by ERM on Nov 17, 2013 13:56:13 GMT -8
I'm sorry but I'm not getting it. It says I have to download the jQeury? And I'm not sure where the css goes. Do I need to make a separate document and put it in the html as a link? I'm just not understanding the coding..
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 17, 2013 21:31:04 GMT -8
Are you still on a V4 forum or did you upgrade to V5? Regardless, you shouldn't have to download jquery. If on V4 there should be a link you can copy. The link to copy is right after this part: "If you’ve already read all this and are just here for the link, here it is:"That link you put in your global headers if on V4 still. If V5 you don't need that link at all as Proboards has the jquery library accessible to us. The CSS you put at the top of your headers with style tags around it and then the html would go below it. There is also the popit menu which might be a better fit: www.dynamicdrive.com/dynamicindex1/popit.htmIf you are still on V4.5 I'm not sure it would be worth messing with either of these codes until you get converted to V5 which should happen at the end of December. The drop down menus I posted would still work but the move welcome table would not.
|
|