Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorSam
    • CommentTimeMar 3rd 2006
     permalink
    Howdy,

    Is there a way to use the Css Layer Visibility to get a login or a registration form shows up when clicking on a login or registration link?!

    Like this site:
    http://www.ldu.ru
    Sorry the site langauge is russian, take a look at the top right corner !

    Or this must be done using JS?!
    Thanks.
  1.  permalink
    Yea, you'll need some javascript to change the visibility of the div. Go check out the prototype framework (http://prototype.conio.net/) or the moo.fx framework (http://moofx.mad4milk.net/) they'll be able to help you do what you want, and much more.
    •  
      CommentAuthorJohnRiv
    • CommentTimeMar 3rd 2006
     permalink
    While you're at it, give jQuery (http://jquery.com/) a try as well.
    •  
      CommentAuthorSam
    • CommentTimeMar 3rd 2006 edited
     permalink
    Thanks guys for the info, but why I'm being redirected to other forums and website while all I need is a simple login form shows and hides when clicking on a link?!

    I maybe posted in the wrong section, sorry it's my fault. :)
  2.  permalink
    Man, I keep forgetting about the jQuery!

    Sam, we're just pointing you in the right direction.
    •  
      CommentAuthorjskopek
    • CommentTimeMar 5th 2006
     permalink
    You'll need to know a little bit of javascript to do what you need, but given the power and scalability of the thing you'll thank yourself for it :)
    I learnt everything I know through the Javascript Bible (5th edition) and just tinkering around, but there are plenty of web tutorials.
    BTW does anyone know the tool used to compress jQuery to under 10kb? Why aren't more people using it? Is the size <-> performance hit too great?
    •  
      CommentAuthornifkin
    • CommentTimeMar 5th 2006
     permalink
    jskopek: jQuery is compressed using Dean Edward's Packer which compresses and obfuscates the code. The only catch is that you can only have one .js file compressed that way or they'll start to have conflicts because of the way it does it's stuff. (Though if you wanted to you could include the full source of jQuery into your .js library and then compress the whole deal again.)
    • CommentAuthordaddy
    • CommentTimeMar 13th 2006
     permalink
    Sam i think you want something like this:
    http://www.daddy.ro/contact.php (Don't read the text. This site is in Romanian)
    Clik on "formularul urmator" and a form will apear. The div with the form contain an "X" for closing the div. Look at the XHTML code and take the JScript from his location.
    P.S. Excuse my English, but is not my native language. So,enjoy with my JScript open-div method for forms. ;)
    •  
      CommentAuthorSam
    • CommentTimeMar 13th 2006
     permalink
    EXACTLY !
    This's exactly what I want :), thank you so much.
    I'll look ito the source code, hopefully I can figure it out !
  3.  permalink
    Sam did you ever figure it out? Because I have the same question... Just curious which sites helped you out the best... im going to jquery :)
Add your comments
    Username Password
  • Format comments as (Help)