CSS Help

Out of context: Reply #4

  • Started
  • Last post
  • 12 Responses
  • moZmo0

    just noticed you've got a 1px border... put these classes after the others in your .css file

    .top {
    width:800px;
    voice-family: ""}"";
    voice-family:inherit;
    width: 798px;
    }
    html>body .top {
    width:798px;
    }
    this fixes IE5x (pc) box model bug... also IE5x (pc) doesn't understand the "auto" value - are you sure you're on IE6?

    forgot to put the "." before "top" class in my last post... sorry =/

View thread