StroiX Posted June 20, 2009 Share Posted June 20, 2009 Please refer to the web page: http://alturl.com/9nsn I would like to move the green box up by 7px. Please help, I can't seem to figure this out to save my life! Have spent a lot of time, not sure what I'm doing wrong. If possible.. pleaseeeee provide a working CSS so I do not misunderstand you. Thank you! Quote Link to comment Share on other sites More sharing options...
rascle Posted June 20, 2009 Share Posted June 20, 2009 if you provide us with a bit of code u are using for it, we might be able to solve it! Are you using position: absolute? Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted June 20, 2009 Share Posted June 20, 2009 .cornerBoxInner { padding:7px 14px 14px 14px; } Why are you using an empty box as a container #wrapper {}. Using this is like just designating <div></div>, it just forces the browser to use its own defaults for the html content holder "div". Never a good idea to use empty divs. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.