I have three asp panels (with position:relative in the CSS if that is of use) making up a header, content and footer in a web page. Inside the content Panel of the site I have a DIV with only a few attributes set (width, float:left, padding and text-align).
In IE the Div is rendered inside the panel as you would hope. In firefox and opera though it is behind displayed BEHIND the panel (i.e. not visible).
What attribute, positioning elements do I need to use to correct this?
Thanks
In IE the Div is rendered inside the panel as you would hope. In firefox and opera though it is behind displayed BEHIND the panel (i.e. not visible).
What attribute, positioning elements do I need to use to correct this?
Thanks