Forums

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

Home Forums CSS Zoom in and zoom out issue

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #264569
    wilmadsouza
    Participant

    When i zoom in till -25% on my webpage in Google Chrome, items that are precisely positioned in relation to one another will change position. How to solve this issue?

    The position changes in th and its td position will change.how to resolve this issue?

    I have table layout as fixed
    table {
    padding:8px;
    width:100%;
    table-layout:fixed;

    }
    

    td, th {

    text-align: center;
    padding: 8px;
    table-layout:auto;
    

    }

    Part No Description Part Status Zone Min Qty Max Qty Cost Proposed Cost Varience (%) Status Pending Removal Approvl Status Locked EffectiveDate

    The part status and status columns there TD changing its position when i zoom it to -25%.Please help

    #264572
    Paulie_D
    Member

    A Demo in Codepen.io would be more useful

    We can’t tall anything from the somewhat broken code you have posted

    #264575
    wadewilson
    Participant

    I have the same question

    #264578
    wilmadsouza
    Participant

    Yes how can we solve this?is that possible through css flexbox

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