views:

38

answers:

2

i have this header at the top:

http://yoursdproperty.com/

how do i move the swf a little bit to the left to make it align correctly?

+1  A: 

Give it a negative left margin? margin-left: -10px

Wil
A: 

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.

contactmatt