Forums

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

Home Forums CSS Some beginner doubts

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

    Hey, I am a beginner at css and i had few doubts over designing layouts.
    1) I have read several tutorials on layouts and each tutorial recommends a different technique, Using floats, absolute and relative positioning and there is this fluid layouts, fixed and elastic layouts . Which is the best technique that is cross-browser compatible, which does not break my layouts on zooming in and can be viewed on smaller devices. Also do recommmend any tutorials which can clear all these doubts.

    2)Should I specify the widths on all block elements or only a selected few? Suppose i specify


    body{
    width: 780px;
    }

    then, is it gonna show properly on mobile devices? or should I specify widths in em’s or percentages?

    Any help regarding this is appreciated.

    #95432
    amitcoolguy
    Participant

    Thank you for the link, it was a good resource. But what about my first doubt? how to achieve fixed, fluid and elastic layouts? and what’s the difference between them?

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