Forums

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

Home Forums CSS Background image position wrong in IE; no problem other browsers Re: Background image position wrong in IE; no problem other browsers

#103403
ovivtopher
Member

Oh, I also had to change the background-position to bottom, from bottom-right in order for Chrome to work. Here’s the changed code and link: http://www.bluelotus-consulting.com/test5-22-12/index.html

body {font-size: 16px; font-family: “Trebuchet MS”, Arial, Helvetica, sans-serif; line-height: 1.5; background-image: url(../images/flower_back.jpg); background-color: #FFF; background-position: bottom; background-repeat: repeat-x; }

/*Containers*/

#outer { width:960px; margin:0 auto; background-color: transparent; overflow: hidden; }

#logo {margin: 0px 25px 0px 0px; float: left; }