开发者

increasing whitespace - css background

开发者 https://www.devze.com 2022-12-18 21:16 出处:网络
i am very new to CSS开发者_Python百科. i need to increase the width of the white space of this: http://yoursdproperty.com/index.php?option=com_jumi&fileid=8&Itemid=34

i am very new to CSS开发者_Python百科. i need to increase the width of the white space of this:

http://yoursdproperty.com/index.php?option=com_jumi&fileid=8&Itemid=34

the css file is here:

http://yoursdproperty.com/templates/pjo_joomlaforall/css/template_css.css

how do know which element to change?


The page you link to is using the following as a background image:

http://yoursdproperty.com/templates/pjo_joomlaforall/images/bgr.png

To increase the width of the white space, you'll need to modify that image. #background_right is the element that contains the background image.

Also, per Umar's answer, install Firebug.


use firebug. it is a firefox add-on. just download and enable it and click an element to inspect it. you will instantly know everything related to it.

Edit

On you page, you just need to replace the image ../images/bgr.png with a wider white space in it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号