zoukankan
html css js c++ java
css背景图片位置
css的背景
background-position: x y;
参数的意思:X坐标和y坐标。可以使用方位名词或者精确单位
参数是方位名词
如果指定的两个值都是方位名词,则两个值前后顺序无关,比如left top 和 top left效果一致
如果只指定一个方位名词,另一个值省略,则第二个值默认居中对齐
精确单位
如果参数是精确坐标,第一个肯定是是x坐标,第二个一定是y坐标
如果只指定一个数值,那该值是x坐标,另一个默认为垂直居中
查看全文
相关阅读:
[Drupal] .htaccess issue
[Drupal] 404 page didn't render other blocks.
[Drupal] How to add the catcha to the webform
[Javascript] Javascript如何定义函数参数的默认值
[MySQL] #1153 Got a packet bigger than 'max_allowed_packet' bytes
[Drupal] How to change the content from English to language Language neutral
[Javascript] How to enlarge and small the font
[Drupal] My method of using ajax in Drupal
[Drupal] Submit and redirect back to the modify page
[Drupal] Creating Checkboxes, Radio Buttons, or Select Lists
原文地址:https://www.cnblogs.com/qjuly/p/13407526.html
最新文章
如何在 Worker thread 中更新 UI
Silverlight入门
让firefox禁止缓存
Silverlight访问Web Service报"System.Security.SecurityException: 安全性错误"的处理
C#读取xml中的换行符
使用ADOMD.NET获取Analysis Services元数据
python动态导入模块
python调用hessian
Python学习备忘录[转]
python和二进制数组
热门文章
python 相关编码[转]
通过js引用地址传递参数
python中的module
python使用SUDS调用webservice
python的inspect模块
tomcat一闪而过无法启动
[Yii Framework] A component for creating and getting the thumb image path
[Drupal] Editing How to modify the CCK date field, set its todate to null
[Ubuntu] SVN常用的批量操作
[Drupal] How to get the real path of a node, no matter it is a path or a url alias
Copyright © 2011-2022 走看看