Forums

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

Home Forums CSS Background overflowed……….plz help

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44398
    kazitouhid
    Member

    I have created a menu but when I zoom in the ul is overflowing the header so how can i stop it. http://codepen.io/ktouhid/pen/AqFGD

    #133340
    gtkumar2020
    Member

    It ‘s Width issue

    #133342
    rodolpheb
    Participant

    Hi, do you mean using text zoom? Global zoom is most commonly used and text zoom is not really obvious to set in modern browsers.

    The UL could have his width set to 100%.

    #133354
    Senff
    Participant

    @kazitouhid what do you WANT it to do when the items don’t all fit on screen? Should they wrap below, should the items be smaller, etc.?

    #133358
    kazitouhid
    Member

    the items should be smaller and bigger but in a same percentage…………@Senff

    #133422
    Anonymous
    Inactive

    you should use nav instead of unordered lists because nav is especially used for navigation. and you gave the header a width o with percentages. Give the header a width of 1000px. Now the header follows the nav items.

    #133481
    kazitouhid
    Member

    thanks @Jarolin , Great help……….

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