开发者

basic css positioning question with margins and ul

开发者 https://www.devze.com 2023-03-28 04:09 出处:网络
This is a very basic question. I\'m so confused as to why my button saveBtn is not center aligned an开发者_运维问答d it is for some reason floating on top of my ul. any help would be appreciated. I\'m

This is a very basic question. I'm so confused as to why my button saveBtn is not center aligned an开发者_运维问答d it is for some reason floating on top of my ul. any help would be appreciated. I'm just trying to understand css positioning more because to me if I set a margin-top of 20px it should be 20px under the previous div?

http://jsfiddle.net/dasaki/3PujE/


delete the position:absolute under #infoBox and #saveBtn, that will make the savbutton in the right place, not floating on top of the ul section


as Zhang Yu said..

here is it with the changes

http://jsfiddle.net/3PujE/3/

looks like you should mess around with basic css positioning so you can understand it better

0

精彩评论

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