Forums

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

Home Forums CSS How to Design this site using HTML5 & CSS3? (link provided)

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38599
    Ruester
    Member

    http://danwintersphoto.com/

    I want to design a site very similar to the one above, but using HTML5 and CSS3 as much as possible (The site above uses Flash)

    Can someone point me to a tutorial that would help me?

    Basically what I’m looking for is the changing of content when a user clicks the navigation links without having to leave the page – it’s so elegant, I want to emulate that! Including the fading, or something similar – I know the element should be able to do something like this, right?

    Thanks all!

    #104697
    mweldan
    Member

    I think this site can be done much cleaner without flash

    Basically what I’m looking for is the changing of content when a user clicks the navigation links without having to leave the page

    use javascript to do ajax call. you can try jQuery

    #104720
    Smitty
    Member

    Check out: https://css-tricks.com/video-screencasts/84-site-walkthrough/
    its an old post Chris made, but I think I started learning about dynamically loading content there.

    #104725
    dfogge
    Participant

    if you decide to do this with jquery my advice would be to read this page of the docs: http://api.jquery.com/load/

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