开发者

Div Overlapping incorrectly

开发者 https://www.devze.com 2023-03-10 00:42 出处:网络
I am trying to implement a menu into an area. http://www.gardensandhomesdirect.co.uk/newhomepage You will see the end of the menu div slightly off the page to the right, however this needs to be ins

I am trying to implement a menu into an area.

http://www.gardensandhomesdirect.co.uk/newhomepage

You will see the end of the menu div slightly off the page to the right, however this needs to be inside the HOMEMENU section (the long black bar with no content)

It seems to be overflowing into other areas, despite using a clear:both div.

Can anyone shed any light on this? Is it a z-index issue or s开发者_JAVA技巧omething more simple?


You have a width: 930px; somewhere.

Remove it.

#topmenu {
    list-style: none;
    **width: 930px;**
    height: 20px;
    background: #014464;
    border: 1px solid #002232;
}

When I inspect the element (menu-bar) is see there are some space (like) characters outputted.

0

精彩评论

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

关注公众号