Forums

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

Home Forums CSS css issue to align the box horizontally

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #38885
    jenifa
    Member

    Am having some CSS issues in the asp page.Some alignments are mismatching please help me out. Am creating 4 blocks and four tables with four different function.Each block will show the total balance.Now this four blocks are in vertical positions as block 1 table 1; block2 table2; and so on… Each block is a div.Now I want all the blocks in horizontal position to be in one line like : block 1 block 2 block3 block4 The issues is This properties (alignment of the boxes) is changing for the different pages.For one page this code will match and all four boxes are in same line,for second page some boxes are below,for third pagei cant find one of the box.please help to solve this. My div style css for four function is like below:

    function fn_main()
    {
    DIV div CLASS=”bx” style=”width: 15%;height: 67; overflow-n: scroll; scrollbar-arrow-color: blue; scrollbar-face-color: #e7e7e7; scrollbar- 3dlight-color: #a0a0a0; scrollbar-darkshadow-color:#
    888888″
    }

    function fn_1()
    {
    DIV div CLASS=”bx” style=”width: 20%; height: 67;margin:-225px 0 0 225px;position: absolute;overflow: hidden;scrollbar-arrow-color: blue; scrollbar-face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color:#888888″
    }

    function fn_2()
    {
    DIV div CLASS=”bx” style=”width: 22%; height: 67;margin:-380px 0 0 470px;position: absolute;overflow: hidden; scrollbar-arrow-color: blue; scrollbar-face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color:#888888″
    }

    function fn_3()
    {
    DIV div CLASS=”bx” style=”width: 25%; height: 67;margin:-425px 0 0 625px;position: absolute;overflow: hidden;scrollbar-arrow-color: blue; scrollbar-face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color:#888888″
    }

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