ovivtopher
-
Background image position wrong in IE; no problem other browsers
Thank you SENFF! The overflow command started it off and now I'm done! See new page at www.bluelotus-consulting.com (and code, if interested). What a relief! Thanks for the forum, I'm sure I'll be back :)
-
Background image position wrong in IE; no problem other browsers
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: www.bluelotus-consulting.com/test5-22-12/index.html body {font-size: 16px; font-family: "Trebu…
-
Background image position wrong in IE; no problem other browsers
That's a fix for IE 8 and 9 without changing the background color! Yea! IE 7 and below the image is moved to the right position, and I changed the background color to transparent in the #outer div. So the image is now working fine in all ver…