开发者

CSS border issue

开发者 https://www.devze.com 2023-04-11 09:33 出处:网络
I dunno what\'s wrong with my css, but I can see only 50-60% of right border of left sidebar navigation. How to resize it to fit full container height?

I dunno what's wrong with my css, but I can see only 50-60% of right border of left sidebar navigation. How to resize it to fit full container height? Here is the image of sideb开发者_Go百科ar navigation And link http://www.smiths-heimann.az/?page=2

CSS border issue


There is a huge padding-bottom in your container div which is 373px. I guess you have to recheck the design. A quick solution can be to reduce this padding to 354px.


You have a big mess with margins and paddings.
You should remove min-height on #wrap. Remove the negative margin-top on the #footer, the padding-bottom on the #container and just work on the padding-bottom of the .content


try setting you content div to "height:100%"

0

精彩评论

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