Click to See Complete Forum and Search --> : CSSLayout has collapsed


156418
06-26-2007, 03:56 PM
Hi,

I've been working this evening on a new layout for my site, it was all working upto a little while ago how I wanted. However, something in the CSS has now changed to cause it to squash together.

Strangely if I open it in Dreamweaver it works ok, yet in FF and IE it doesn't work.

This Image (http://new.thesudburyline.co.uk/likethis.jpg) is how it should look, yet http://new.thesudburyline.co.uk is whats happened.

Is anyone able to see anything in the CSS which has caused this?
Many thanks for any help...

Fang
06-26-2007, 04:06 PM
Remove the height:p {
padding: 0px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
height: 10px;
}

156418
06-26-2007, 04:08 PM
Thats Brilliant thank you.

I thought it may be something simple as I hadn't made any major changes when it went wrong....and thinking about it - it was probably a slip of CTRL+V !

Thanks again