Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS 1px gap on the left side in Firefox Re: 1px gap on the left side in Firefox

#55802
apostrophe
Participant
"Soh Tanaka" wrote:
do you mean a horizontal scroll bar? If thats the case your container width was too large, so just minimize it so its appropriate. If your target audience is 1024, then just go with a 960px/970px width and you should be cool.

PS I would add a green bg color with your background so people with larger monitors don’t see your white space~ :)

Soh Tanaka is right, your horizontal scrollbar is caused by the 1024px width. I just used that figure because that is the size of your bg image. I’m on a 1920 monitor and have no problems. You can set that #container width to 970px without losing your gradient.

I made the body bg white because I thought that was the look you were going for, if not just change it to #139981.

For the nav, take a 1px slice of that bar, set the div#nav height to 30px and repeat the slice along the x axis.