views:

33

answers:

0

Hi,

I am using Jquery BBQ and loading the main content part of my page with this (ajax)

Im having problems in IE with the DIV that encapsulates the main content (works fine in FF)

Whats happening is that the content between the DIV is losing all of the styles associated with it. When I use a made up tag e.g. <mytag id="content"> the style works, but IE complains of a "unexpected call to a method or access property", the ajax also doesnt work.

So basically, the ajax works in IE, but I get no styling, if i want styling ajax doesnt work.

Is there any way to set the style of <div id="content"> to nothing without affecting all of its children? or use some other tag that is allowed but doesnt affect IE styling?

Cheers ke