Chrome resizing CSS background url image?

This seems to be working OK on Chrome 2:

Remember that Chrome 3 is still in beta, it's possible this is just a bug (I'm not sure, of course).

Up vote 0 down vote favorite share g+ share fb share tw.

I am using Google Chrome 3.0.196.2 and I noticed that for some reason the #main div's background is shrunk a tad bit, even though it should not be. It tests fine in every other browser but chrome. Anyone know why?

Link to site: link text Even have a screen shot: link text Notice the green on the right side is cut off, as well as things not lining up. Imperial Palaces css google div google-chrome link|improve this question edited Aug 6 '09 at 8:29 asked Aug 6 '09 at 8:20BHare23321032 93% accept rate.

Because you're missing a semi-colon at the end of the #main definition, it's not going to solve your problem, never the less, semi-colons are important!. – ONi Aug 6 '09 at 8:25 I added the semi-colon. – BHare Aug 6 '09 at 8:31.

To debug, I think I'd zero-out the paddings and borders - check for differences, then try substituting the IMG for DIV tag to check if it's the container or IMG at fault. Maybe even chuck in a couple of outline properties to see exactly what's going on: #main { padding: 0; } #picture { border: 1px solid #EEE; border-width: 1px 0; } /* and later... */ #main, #picture { outline: 1px solid red; }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions