June 23, 200818 yr Hey is there a way to do this completely in CSS? (no javascript) I want a little tab on the right side of a page (positioned completely to the edge).. where if you click it.. it slides out to the left a bit into view revealing a div with information that will be whatever size I might want. I have seen some pretty interesting things done in CSS alone, and I am wondering if this is possible.. Let me know if this doesn't make sense and I will elaborate.
June 23, 200818 yr Author ***edit... http://www.andrewsellick.com/examples/sliding-side-bar/ ^didn't realize it was using JS. But anyway that is an example of what I am trying to do in CSS only.
June 23, 200818 yr I would have to say no on this one. You're implying a motion effect (slide). The nearest thing you'll get to that with only css is the parallax effect but that only works with the browser being re-sized. Javascipt it is I'm afraid.
June 23, 200818 yr Not sure if this is what you are after. http://green-beast.com/experiments/css_menu_descriptions.php Pat
June 23, 200818 yr but thats JavaScript lol the only way i could think of doing it was with a pry menu it be nice to no if it could be done with css looks good thanks for that link may use it
June 23, 200818 yr but thats JavaScript lol the only way i could think of doing it was with a pry menu it be nice to no if it could be done with css looks good thanks for that link may use it Hi Elite Its pure css And since it doesn’t rely of JavaScript Pat
June 23, 200818 yr Author I would have to say no on this one.You're implying a motion effect (slide). The nearest thing you'll get to that with only css is the parallax effect but that only works with the browser being re-sized. Javascipt it is I'm afraid. Yeah, I mean javascript isn't bad or anything just trying to keep things as simple as possible. Not sure if this is what you are after. http://green-beast.com/experiments/css_menu_descriptions.php Pat No not quite. Wanted something more like the link I put in my second post... where you click on it and it slides over into view.
June 23, 200818 yr Hi Elite Its pure css And since it doesn’t rely of JavaScript Pat hi pat looks like we posted simlar times i was refering to the original post saying no JavaScript
Create an account or sign in to comment