Hi,
I am developing a website. Its width is fixed and is 1000px. I want to avoid horizontal scroll bar in a standard 1024 X 768 browser. So i fixed it as 1024px width. But in firefox a blank space is displayed on the right side of the site and as a result a horizontal scroll bar is coming. I have given width of the body as 1000px and i am using a table inside body whose width is 100% and i made sure that contents inside table would not exceed the width of the table more than 1000px.
Please tell a way through which i can avoid that right blank space which in turn should avoid horizontal scroll bar.
I am developing a website. Its width is fixed and is 1000px. I want to avoid horizontal scroll bar in a standard 1024 X 768 browser. So i fixed it as 1024px width. But in firefox a blank space is displayed on the right side of the site and as a result a horizontal scroll bar is coming. I have given width of the body as 1000px and i am using a table inside body whose width is 100% and i made sure that contents inside table would not exceed the width of the table more than 1000px.
Please tell a way through which i can avoid that right blank space which in turn should avoid horizontal scroll bar.
Comment