Whats Wrong with my Site?
I have been messing around with CSS/Layers on my site and everything was running perfect in the testing server but when I moved it over to production I get a blank page -- look at the source code and every line is properly there.
I've checked in firefox, ie7, and ie6 and same problem.
At first I thought a div was out of place or something was hiding all the layers, but I can't figure it out.
I copied the code and tossed it into DW and it appears just fine.
Please take a look and see if you can figure it out. This is really crawling under my skin.
Abhishek Reddy posted this at 06:32 — 23rd October 2006.
He has: 3,348 posts
Joined: Jul 2001
Seems to load fine. Layout looks reasonable, no blank page. Your CSS link tag is commented out, but the inline styles apply.
Have you sorted it out? Or does it still not work for you?
JoseffB posted this at 14:52 — 23rd October 2006.
He has: 52 posts
Joined: Oct 2006
I ended up taking it to my server guys (my ace in the pocket) and they found that the CSS file was the problem.
After commenting out it was fine.
I further investigated and found that DW added a "display: none;" line to the file under the body tag. This actually blanked out the entire site.
Took it out and it worked.
I figure you can use the display:none; as a backup to your security scheme I would think -- but the data is still in the source so use it wisely.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.