开发者

Need some help fix a unknown issue? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.

I Recently added a comment box on my website under "Guestbook", and now the site is kind开发者_开发技巧 screwed. Altough i tryed to remove the comment box but the problem is still there.

And i kindly ask you guys to help me solve this problem.

Website: http://swipper.org

The issue is that the website is way to wide, but i haven't configured it to be more than 100%, and im pretty sure 100% only is the regular screen size.

Please, Leave a answer if you have any idea. Thanks.


  1. you don't use a css reset => body tag has some extra margins
  2. if you have an element that is 100% width and you add borders, the width will be 100%+2px (or whatever border is). However, a block element has 100% by default, so you don't need to specify.
  3. overflow:hidden for the #sidebar will do some magic, but you should apply 1 & 2.



The problem is with the iframe (facebook)- if you remove that the footer won't expand so far.

You should really get a tool like Firebug for development, it can show you where the boundaries of your elements are to see what is throwing out your design.

Good luck with your site.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜