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 downloaded a website template and I am trying to add an iChat like message system using CSS as seen in the link (style 4). My problem is if I take out the template I can see the bubbles as shown in the iChat example. You can see my page here of what I get while using the template.

My question is why is the CSS being shut off/overridden for the bubbles while the template is on.

share|improve this question
4  
If you use Chrome or Firefox's developer tools, the CSS inspector will tell you exactly which rules apply to any element, which file they came from, and which have been overridden by other styles. – Marc B Feb 10 '12 at 20:17
I see only a login screen when visiting your page. – Mr Lister Feb 10 '12 at 20:27

1 Answer

up vote 1 down vote accepted

you need a doctype on the top of the page probably.

   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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