Forums

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

Home Forums CSS layout help

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44998
    Rohithzr
    Participant

    I want to create a layout. with many images placed in different angles but together to look like a contents of a same (say contents of a desktop[table]). What is the best practice
    using z-index and fixed position? or there is something else i can do.
    it is for desktop only for now!

    #136795
    daffy58
    Participant

    Here are some links for you

    [z-index](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Understanding_z_index “z-index tutorial”)

    [Css positioning](http://www.barelyfitz.com/screencast/html-training/css/positioning/ “positionting”)

    #136836
    Paulie_D
    Member

    Do you have an image of what you are trying to do?

    Will the site be fixed width / responsive etc?

    You could do an awful lot with transforms (rotate etc) and negative margins rather than positioning.

    #136840
    Rohithzr
    Participant

    > Do you have an image of what you are trying to do?

    i wanted to create something like this

    https://www.dropbox.com/s/2y8pcg8cu0a79vg/143188_dannwhittaker_516515_brief225736.jpg?v=0mcn

    and ended up creating this
    https://www.dropbox.com/s/05ve6irpz4yfjcy/Untitled-1.jpg?v=0mcn

    > Will the site be fixed width / responsive etc?

    Yes the images will actually act as a navigation menu and images will be fixed at diff places for diff devices

    > You could do an awful lot with transforms (rotate etc) and negative margins rather than positioning.

    well i will try it and all i want is a simple glow around my images….

    will be a business site

    #136843
    unasAquila
    Participant

    edit…

    #136844
    Paulie_D
    Member

    To be honest, I think you could do a great deal of that with standard layout and background images.

    If you look at it you could break it up into a series of standard divs with a few effects thrown in.

    #136848
    Rohithzr
    Participant

    well i’ll try it out and if i’ll face any problem then i will post a new discussion on it. Thanks a lot to you sir.

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