Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created a simple website using html and css. All display fine in IE and Firefox but for some reason only the template layout is displaying in safari and Opera, minus the main content. Can anyone help?

share|improve this question
5  
It's surprising it shows in FF and IE, I don't see any code...Please provide some code or an example (like on jsfiddle.net) that demonstrates the problem – mdmullinax Oct 11 '12 at 22:16
3  
I'm sorry, my crystal ball is at the repair shop. I can't determine the cause of the problem from your thoughts and the cosmic energy of the universe. You'll have to give us more details the old fashion way, typing. – Madara Uchiha Oct 11 '12 at 22:18
Sorry, this is all new to me. Just thought it may be a common problem that I wasn't aware of. I have used some css3 for shadows and round corners but thats it – charlie Oct 11 '12 at 22:36
Can you please post your code then? – uınbɐɥs Oct 11 '12 at 22:40

closed as too localized by Tim Post Oct 12 '12 at 3:12

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Are you by any chance using HTML5 and CSS3 instructions? You might be using some HTML5 and CSS3 specific structure which must be correctly called to fully support all the browsers. Check w3schools.com for all the compatibility issues you might have. Also, a bit of the code would really help :)

share|improve this answer
Check MDN for all the compatibility issues you might have. – uınbɐɥs Oct 11 '12 at 22:36
Sorry, this is all new to me. Just thought it may be a common problem that I wasn't aware of. I have used some css3 for shadows and round corners but thats it – charlie Oct 11 '12 at 22:39
www.spangleco.co.uk – charlie Oct 11 '12 at 23:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.