Forums

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

Home Forums CSS [Solved] CSS Pagination

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

    I’m trying to create a pagination snippet for my website, and I cannot seem to exclusively hover over one link without affecting the position state of another link. Here is the relevant link. For example, if you hover over 1, the 2 link appears to “jump” to the left and down a few pixels. I do not want that. Instead, I would like the links not being hovered over to remain static and not jump around capriciously. That being said, I would like (edit: LOVE) help with two things:

    1. When hovering over a specific page number (e.g., page 1), I would like stop the other pages (e.g., pages 2 through n) from being affected by the first hover. I suspect this will involve manipulating padding.

    2. Relatedly, I would like the border-radius-background-color combination to have sufficient padding from the number. At present, the border-radius and background seem to hug the number. I would like for this to also happen without affecting the position state of those links not being hovered over.

    Thanks a bunch in advance for those who can help.

    #151071
    Paulie_D
    Member
    #151081
    Nabeel_ur_Rehman
    Participant

    remove padding from :hover and apply padding on achor tag

    #151093
    posterity576
    Participant

    That was just what the doctor ordered, @Paulie_D. Thanks.

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