CSS woes

Out of context: Reply #6

  • Started
  • Last post
  • 15 Responses
  • emokid0

    a problem i keep having is that MFing IE keep adding space in things even when the padding/margin is clearly set to 0. it looks fine on Firefox. i looked it up but most common problem was with lists. i am not even using a list but there is still extra space. it has me stumped.

    • thats a haslayout problem
      set height: 1%; to the elements that are giving you extra spacing problems
      iwlyfel
    • Also, placing all the list items on a single line instead of one per line will do the trick. This also works when IE insists on putting a space after images.welded

View thread