I have created a site and when it displays in IE6/7 it is OK. But when i display that in FF there is a veritical line on right side.
My CSS code :
#container{
width:1003px;
background:url”” repeat-x;
]
#wrapper{
width:1003px;
}
I have given 1003px because clients wants to view it in 1024 resolution where only container with bg will appear, and when resolution is set to 1280 it is coming perfectly.
Now If I increase 1003px to 1004px or 1005px, vertical line in FF goes away but a horizontal scroll comes in IE6/7.
I have tried everything but could not fix it.
Could anyone help out.