DarkBlade at 20h39
24
Oct
2011
I want the code for the Sidling bar so that it follows where I go. Here the screenshot of it:
Right now It just stays at the top, I want it to go wherever I go.
Thanks!
Right now It just stays at the top, I want it to go wherever I go.
Thanks!
1 Nera., on 24/10/2011 at 20h52
Find this in CSS position: absolute; and change it to position: fixed;
You have it in three places in CSS, change it in all three & it will move.
You have it in three places in CSS, change it in all three & it will move.
2 DarkBlade, on 24/10/2011 at 20h57
Thanks so muuch! one more thing, in the Box when its open, I have links, and they have underlines, I want to get rid of the underlines, but no code ive tried works. Can you help with that too?
3 Nera., on 24/10/2011 at 21h03
Please provide your forum URL for appearance problems.
4 DarkBlade, on 24/10/2011 at 21h06
Sure, HERE.
5 Nera., on 24/10/2011 at 21h11
If you mean the green underline find this in CSS and delete the border rule completely
- Code:
.panel a, .panel a:visited {
border-bottom: 1px solid #9FC54E;
6 DarkBlade, on 24/10/2011 at 21h13
Thanks, but now when I hover over it, its a double single..
Any more help?
EDIT: Work In Italics was Edited from double to single.
EDIT: Work In Italics was Edited from double to single.
7 Nera., on 24/10/2011 at 21h16
I see only one underline on hover. To get rid of it add this to CSS
See if that fix it, if not tell me what browser are you on.
- Code:
a:link:focus, a:link:hover {
text-decoration: none !important;
}
See if that fix it, if not tell me what browser are you on.
8 DarkBlade, on 24/10/2011 at 21h17
THANK YOU!
I must ask, How are you so smart? I mean you know almost everything to do with FM.
9 Nera., on 24/10/2011 at 21h27
I would not call my self so smart, though thank you for a nice compliment. I don't like to make forums, I just like answering topics, and to do that I had to learn something. I teamed for a while among some interesting people/friends willing to share their knowlage.
Glad I could help out.
Lock
Glad I could help out.
Lock
Similar topics
Ok This Is The Login Im Doing http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/
Ok I Was Doing The Css And I Put It In The CSS Stylesheet But The Css Was making My Site Weird Cause Thats Wut Css Do But Can U Loo
Social Sliding Images
Sliding icons using JavaScript
Today I'll show you to put some social icons that slides out on your website. You've maybe seen on many websites or blogs that they have a twitter or facebok icons to keep socializing. Here is how w
Regarding to that tutorial i have to say you can use a much more simple JQuery code for the effect.
instead of using
Code:
<script type="text/javascript">
var gc_slideSpeed = 15 // Higher value = faster
var gc_timer =
Replies 1 to 9 on 9 for "Jquery Sliding bar 'Follow' or scroll with me"
Search
Informations
9 Replies For the topic :
"Jquery Sliding bar 'Follow' or scroll with me"
This topic has been viewed 551 times.
Last message :
24/10/2011 at 20h39 by "DarkBlade"





