Hi,
When the ASPX page that opens a prom Window has a stylesheet with the following class, it causes the window's CSS not to render properly (there are small, block images displayed below the window):
body
{
font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
}
Is this an issue I should expect to see occur? In the previous version of RadWindow, I did not experience any conflicts with the window's CSS and the CSS of my main web page.
When the ASPX page that opens a prom Window has a stylesheet with the following class, it causes the window's CSS not to render properly (there are small, block images displayed below the window):
body
{
font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
}
Is this an issue I should expect to see occur? In the previous version of RadWindow, I did not experience any conflicts with the window's CSS and the CSS of my main web page.