Hi All,
I used a specific css for ie7 its getting problem in ie7 an unwanted white space is taking on right side its near about 50px; that's why an horizontally scroll bar is displaying on page, I want to remove a scrollbar and white space.
Code which i used in css of ie7
#pagewrap /* This pagewrap is use for signup page to fixed align center */
{
margin : 0px auto;
width : 1000px;
min-height : 710px;
}
Thanks