-1

これが問題の質問です

この方法でいろいろ試しましたが、残念ながら解決には至りませんでした。

ネットで検索した後、この質問をするように感じました.*

   =====================================================================
   Is there any way to make an image go backside of the table and looks 
   like only image visible and table behind on the image itself.
   code will be like this*

    Aim: To have an image as a background for a table which is 
    developed under bootstrap. 
    -------------------------------------
    The preferred result should look like this
     link:https://jsfiddle.net/39mdqkz2/4/

出力例: jsfiddle.net/39mdqkz2/4/

4

2 に答える 2

1

これは醜いですが、これはうまくいくようです:

table {
    background-size: 3096px auto;
    background-repeat: no-repeat;
    background-image: url("http://questromworld.bu.edu/studyabroad/files/2014/07/Luc-Australia-Beach.jpg");
}
于 2015-08-08T18:00:53.313 に答える