我希望获得一个半页背景图片,如下所示:www.washiarts.com。我使用Squarespace来构建网站,因为我不熟悉网页设计......请善待。
我知道我需要使用一个容器,然后在其中包含图像,尽管我在使用代码输入选项在Squarespace中努力做到这一点。我可以使用此代码的变体放置图像并正确对齐它,但它看起来很拉伸:
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [{my_query_above}]; nested exception is java.sql.SQLException: Incorrect syntax near the keyword 'ON'.
感谢您的帮助。
答案 0 :(得分:0)
我认为很难不让它延伸。 Washiarts.com的bg图像也略微伸展。他们使用background-size: cover;
如何制作可重复的模式并让它重复向下?
body {
background-image: url("http://i285.photobucket.com/albums/ll53/ellee2012/Cute/0-75.png~original");
background-size: 50%;
background-repeat: repeat-y;
}