Announcement

Collapse
No announcement yet.

html/css header

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • html/css header

    i made a header with 5 links in it, however when i move mouse over one of the links the other link next to it moves a little bit.. how do i avoid that?

  • #2
    Might be helpful if you posted what CSS code you are using but I suspect including the following might help:

    display: block;
    width: 190px;
    padding: 5px 0px;

    Where the width is the width of the block that contains the menu item and padding: 5px is the distance between above and below each item.

    Comment

    Working...
    X