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.

link|improve this question

75% accept rate
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 at 20:17
I see only a login screen when visiting your page. – Mr Lister Feb 10 at 20:27
feedback

1 Answer

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">
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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