inherit
222572
0
Nov 13, 2015 22:17:55 GMT -8
gembob
8
June 2015
gembob
|
Post by gembob on Jul 9, 2015 8:12:26 GMT -8
|
|
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 Jul 10, 2015 2:24:33 GMT -8
So it's in the menu bar to start with and then stays put when you scroll so it is always seen? Are you talking the menu that appears when you hover over the banner or just where the menu used to be? If they check their messages will it still just stay there?
By the way, in case you didn't know, in IE that hover code over your banner freaks out when I hover over it. Fine in Chrome and FF. I wouldn't have a clue what is wrong with it in IE.
Decided to post some css that should allow you to move the pm button/link in case what you were wanting is as simple as that. Just add this to the bottom of your style sheet and you can change where it is located by changing the top:18px and the left:0px
#navigation-menu > ul li a[href="/conversations"]{position:fixed;top:18px;left:0px; }
|
|
inherit
222572
0
Nov 13, 2015 22:17:55 GMT -8
gembob
8
June 2015
gembob
|
Post by gembob on Jul 13, 2015 12:19:17 GMT -8
Yeah I'm taking out the hover code. It's causing an insane amount of issues xD There is dark bar at the top of the page, formerly the menu bar but I removed all the menu buttons so that I could put them over the banner. I want to put the pm notifications in that bar. Just need to know how to do that I tried adding the code you posted but nothing seems to happen with it in place.
|
|