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! Link to comment https://forums.phpfreaks.com/topic/162995-solved-just-want-to-move-a-div-box-up-why-so-hard/ 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? Link to comment https://forums.phpfreaks.com/topic/162995-solved-just-want-to-move-a-div-box-up-why-so-hard/#findComment-860154 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. Link to comment https://forums.phpfreaks.com/topic/162995-solved-just-want-to-move-a-div-box-up-why-so-hard/#findComment-860274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.