8,536
Loading...
Uploader Comments (DreamWeaverTutorial)
Video Responses
This video is a response to Floating Sidebar Menu - Dreamweaver Tutorial - 1 of 2
see all
All Comments (30)
-
@DreamWeaverTutorial is easier, but it's a lot more code. basically you just give a static proprety to the body and you make a transition in the CSS proprety: height; and set the timing as ease. too long proces maybe..
-
I cant get it to scroll down with everything? Where could I have messed up?
-
As usual great tutorial. Please start an episode of joining form with log in session.
Thank you
-
@scottstobbe hi, it works in IE8. the only browser where there might be an issue is IE6 because of alpha transparency. You should check back on your code - James
Loading...
with CSS3 is WAAAY easier!
Zoske1 1 day ago
@Zoske1 place the code below if it is so easy.
DreamWeaverTutorial 1 day ago
If I want it position on the right instead how do I do that? I tried changing left to right, but doesn't work.
GeeBi 5 months ago
@GeeBi Hi GeeBi, go into the sidebar.js file and you will see a targetX and targetY. change the targetX to -60 and that will put it on the right.
DreamWeaverTutorial 5 months ago
ummm this video is great, but why not just use #floatdiv {position:fixed;} ??
it would be much easier I think, but then again i am just a beginner..
please don't take this in a wrong way; i am just a curious kitty :P
lauArg1 5 months ago
@lauArg1 because this animates. you cant animate with position:fixed on its own.
DreamWeaverTutorial 5 months ago