moving header in css to align correctly
i have this header at the top:
http://yoursdproperty.com/
ho开发者_运维知识库w do i move the swf a little bit to the left to make it align correctly?
Give it a negative left margin? margin-left: -10px
Look into Margins or Padding . Playing around with these can give you a desired result. I'd also look into the positioning of your elements (in this case your header). Setting negative padding and negative margins usually shows a layout flaw.
精彩评论