Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS JS-Based Website

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39048
    majooo
    Member

    I want to create/design a website like this:

    http://static.livedemo00.template-help.com/wt_40150/

    How is it done? It is just a slider? Is there a jquery library for it?
    I don’t know, please help me. Thanks :)

    #106724
    theacefes
    Member

    Well if you look at the source code you can see that it’s HTML and CSS with some fancy jquery scripting.

    We also have these included in the script file.

    include('js/jquery.animate-colors-min.js');
    include("js/jquery.easing.js");
    include("js/jquery.fancybox-1.3.4.pack.js");
    include("js/superfish.js");
    include("js/switcher.js");
    include("js/MathUtils.js");
    include('js/googleMap.js');

    Though to be honest, the markup is kind of crazy (read: ugly)

    #106726
    majooo
    Member

    @theacefes yeah you’re right! The markup is really ugly :( Hard to understand.
    i looked at the source code and i saw that and still i don’t understand there are so many js file i don’t what js file run when switching the page. I love that effect. :(

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.