javascript

  • Started
  • Last post
  • 1 Response
  • brodster

    what is the purpose of using javascript to control classes in the css? eg: (.bp2s)

    .bp2s #middle{
    width: 1024px;
    }
    .bp2s #middle .leftwrap{
    float: left;
    width:704px;
    padding: 11px 0 0 0;
    }
    .bp2s #middle .lefttop{
    overflow: hidden;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    }
    .bp2s #middle .left{
    position: relative;
    min-height: 745px;
    height: 745px;
    }
    .bp2s #middle .right{
    float: right;
    width: 300px;
    }

    i cannot see half of my top page, page in not rendring in browser

  • Boz0

    the point of using JS is that you can change CSS properties in those classes in a dynamic way. What do you mean what's the purpose?