[WSG] Mystery Margin or Padding in FF and IE

2008-08-25 Thread Cole Kuryakin
Hello All - I'm developing a new framework for my projects and have come across something I can't get rid of. Go here: http://www.koisis.com/.framework/-public/index.php If you look at the purple float that contains a beige main content area, you'll see that the beige content area is being

Re: [WSG] Mystery Margin or Padding in FF and IE

2008-08-25 Thread akella
In your CSS ( http://www.koisis.com/.framework/-public/assets/css/c.project_display.css) you got this line: *#contentMain h1 { margin: 25px 0 10px 0; }* h1 margin (h1 is the first element in main area) is that mystery margin. That's how CSS works. I guess somebody can find it in W3C

Re: [WSG] Mystery Margin or Padding in FF and IE

2008-08-25 Thread Gunlaug Sørtun
Cole Kuryakin wrote: Hello All - I'm developing a new framework for my projects and have come across something I can't get rid of. Go here: http://www.koisis.com/.framework/-public/index.php If you look at the purple float that contains a beige main content area, you'll see that the beige