treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Very strange: Screen size CSS Problem

  • Hi CSS Trickers, I am very new in web designing. I don't know much about CSS. My website looks fine in all screen sizes except the categories part. In 15.6 Inch screen there is a wide space on the right side of the categories, but in rectangular Dell desktop it looks fine. Example of category in15.6 Screen: Love Health Technology World News ........then wide space..

    Here is the code I use:
    #categories {
    xxbackground: url('../images/tab-current-bg2.gif') -5px -2px repeat-x #abe3ff;
    xxborder-bottom: 1px solid #36a3d9;

    height: 30px;
    margin: 0px;
    padding: 0px;

    }

    Please help me out. Thanks.
  • create a test case. I will need to look at the problem to see whats going on. The CSS above tells me nothing.