Forums

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

Home Forums CSS Webpage not fit on the screen?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40923
    maddy
    Member

    I developed web application which is perfectly fit on my machine screen.but when i run my application on another machine screen it not fit on the screen.It display horizontal scroll bar on my website.So please help me to solved my problem.

    #115129
    Watson90
    Member

    What is the width of your website application? Does it have a fixed with (it sounds like it does)

    #115131
    maddy
    Member

    The width and Height is 100%.

    #115132
    Paulie_D
    Member

    Then we’re going to have to see it in action to assist. Can you provide a link?

    It sounds like you have an element (or a series of elements when combined) which is too wide (for whatever reason) for the small screen.

    #115139
    Paulie_D
    Member

    @andy_unleash In general this is true but the width is ** _said to be_** 100%*

    *which is silly in and of itself because all divs are 100% width unless you specify a width which where the box-sizing comes in.

    #115145
    Paulie_D
    Member

    LOL. I’m more inclined to think there are some px widths in the content somewhere…

    …and padding :)

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