Hi there
I created a pure CSS container that creates rounded corners. The container works fine as an html file referencing the CSS. The container also works fine on DNN when viewed with Firefox - but not Explorer? The weird thing is that the same syntax works in Explorer when not displayed via DNN. Here is a sample of a very simple version:
HTML file:
[ACTIONS] [ICON] [TITLE] [VISIBILITY] [ACTIONBUTTON:5]
[ACTIONBUTTON:1] [ACTIONBUTTON:2] [ACTIONBUTTON:3] [ACTIONBUTTON:4]
CSS file:
#container
{
padding: 0px 0px 0px 0px;
}
.rtop, rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1
{
background-color: Blue;
margin: 0 5px;
}
.r2
{
background-color: Blue;
margin: 0 3px;
}
.r3
{
background-color: Blue;
margin: 0 2px;
}
.r4
{
background-color: Blue;
margin: 0 1px;
}
XML: