Forums

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

Home Forums CSS fluid grid layout

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150655
    mayura
    Participant

    How to use fluid grid layout for a website that will have several webpages each with different layout? Presently, the first page “Home Page” – index.html has three files attached to it (boilerplate.css, respond.min.js and fluid.css). Am I required to create a new fluid grid layout for each page, and therefore have three files attached to each one of them?

    also height of each page needs to be different, how can be it done?

    will it be all right if we create different folders for each .html page and save its relevant files like .css and .js in that folder. that means for about us page there will be different folder, for contact there will be different folder and like wise Please assist. Thank you.

    #150661
    Mag
    Participant

    Hey, definitely not different folders..

    Basically you have css frame you don’t change – what you should change is html – and css framework should allow you to do that..

    Here for example you pick divs and blocks you need – on every single page you can have different layout: http://www.designinfluences.com/fluid960gs/

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