CSS background issue with table row in Google Chrome?

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

I have a table in which I have this Threads Last Post So I want to give background image to my tr, so I put this . Table-top-background { background:url('/img/design/extra-large-back. Png') no-repeat; position:relative; color:White; height:31px; } .

Thread-pic { width:30px; } . Thread-information { width:280px; } . Thread-top-middle { width:418px; } The problem is that in all browser's it is fine expect Google Chrome.

In Google Chrome it seems that I give background not to tr, but to all td's... It repeat same background for each td. It is the same in IE7, but in one of stackoverflow questions I read about solving that with position:relative and it helped. But I didn't find any solutuin for Chrome.

I try to give tr css like this also . Table-top-background { background:url('/img/design/extra-large-back. Png') no-repeat 0% 100%; display:block; position:relative; color:White; height:31px; width:728px; } But it change all my table design... At that time text's in td's of this header row aren't in that places and also all other first td's of my table are in the same size as my header tr .

It seems really hillarious. I tried also to give display:inline-table instead of display:block and it didn't help me too... What is the solution of that problem? EDIT: Same problem is in Safari, so it is webkit problem.

Html css table google-chrome link|improve this question edited Nov 24 '11 at 6:47 asked Nov 24 '11 at 6:22Chuck Norris3,57611129 80% accept rate.

Which mentions this fiddle: jsfiddle.net/pzjUt.

Using display:table-cell on the seems to do the trick, but it may have side effects in Chrome or other browsers.

It make my tr size like second td size... I don't know why... – Chuck Norris Nov 24 '11 at 6:35.

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