开发者

Why is the image moving my header (css)?

I have added an image to my header here:

http://www.forex-bloggers.com/

And for some reason that caused my site's title to move a bit right (instead of staying in the center).

Why开发者_如何学C did that happen, and can I fix it so it will go back to the center?

(Sorry for such a noob question, and thanks)


It's because floating will push the other elements to the side.

The quickest solution is to add "position:relative" to div#title, then on your image add: "position: absolute; top: 0, right: 0;" and remove "float:right;"


The Text Element now floats besides the Imagine and aligns its center with that new "Space", the easiest way would to compensate that by adding the width of the image as padding to the left side of the text padding-left:80px;

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜