CSS & Layers rendering problem.

windows

Guest
Hey, i'm new to this whole CSS and Layers thing, and i'm havin some teething problems.

A) The site dosent render correctly in IE:
here (<!-- w --><a class="postlink" href="http://www.fatmcgav.co.uk/gwwd/l2.htm">www.fatmcgav.co.uk/gwwd/l2.htm</a><!-- w -->) The site should look like the attached image. All the layers seem to be collapsing and going into the top corner. It worked before i copied all the layout info into a seperate CSS file, and it renders ok inside Dreamweaver. This might be a rlly simple problem i'm overlookin, but a solution is appreicated.

B) I want to centre the page. I have tried several things, but i just cant get it to centre. If someone knows how to do it, it would be greatly appreicated.
*Edit: Sorted this problem by making the main layer position: relative;, and margin 0 auto;.

Right, thats it for now, but i'm sure i'll be back with more problems.

If u need anything, just ask.

Thanks in advance.
GavinYou have your div's defined as "Layer2","Layer3", etc...

But you have them as "layer2","layer3", etc.. in your style sheet.Originally posted by KarmaKills
You have your div's defined as "Layer2","Layer3", etc...

But you have them as "layer2","layer3", etc.. in your style sheet. Great, thanks. Somet soo simple, yet soo easy to miss.

Sorted now.strange, now my footer layer has disappeared, but it's still visible in dreamweaver. Any ideas?

Thanks
 
Back
Top