Web Page of a Habbo CMS Resolution?

Results 1 to 3 of 3
  1. #1
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Web Page of a Habbo CMS Resolution?

    A page , lets say a page of a cms , like the index page , it has to fit a certain resolution of a computer screen right? Depending on the size of the scren , the webpage re sizes itself and doesn't become all mumbled jumbled.

    So let's say if I want to fix this type of a problem on mozilla , do i do something liek this?

    Code:
    #t_div
    {
    -moz-transform:scale(1.5,1.5); //for Firefox
    }
    I'm not really familiar with this forte , some explanation would be nice , thank you :)
    Last edited by Vaulient; 20-08-15 at 07:05 PM.


  2. #2
    Wanheda Funsolit is offline
    MemberRank
    Feb 2012 Join Date
    SwedenLocation
    259Posts

    Re: Web Page of a Habbo CMS Resolution?

    I usualy do "responsive" designs. This basicly means that most of the website is measured in % which makes the content go smaller depending on the size of the screen, and that works for most computers, but it might not be the best thing to do, but i like it and i use that.

    And then there is the @Media tag that you can use in your .css file to minimize content depending on how big/small the screen is. A small tutorial on that will be found here https://youtu.be/eOG90Q8EfRo?t=51m52s

    gl with this ^^

  3. #3
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: Web Page of a Habbo CMS Resolution?

    I shall try it , thank you :)



Advertisement