See the image below.

Any idea what the problem might be? I checked the CSS in Firefox and made some changes dynamically but nothing seemed to work.
Code: Select all
<asp:Panel ID="ProductMenuPanel" runat="server" Width="170px">
Code: Select all
.ProductMenuPanelWidth
{
width: 170px !important;
}
Code: Select all
<asp:Panel ID="ProductMenuPanel" runat="server" Width="170px" CssClass="ProductMenuPanelWidth">
Code: Select all
#pageLayout
Code: Select all
#pageLayout
{
width:1024px;
background-color:#E3EFFF;
margin: 19px auto 0 auto;
}