Hello! I have a site, that I use to learn those web building languages. I have a problem with the menu tabs layout:
A div contains many a's but, and it is supposed to cover the path behind them, but: this is what happens.
I have tried position:absolute; but then, the menu overlap the contents of the page, so... please help me! Thanks!
ErlendHL 0 Junior Poster in Training
Recommended Answers
Jump to PostUse 'overflow:hidden' property to the div which hold the navigation menus. I check your HTML and the div is 'ExternalMenuBarEHL1'. So, add this to the CSS property of 'ExternalMenuBarEHL1'.
overflow: hidden
It is not what you want, post again clearly. Good luck.
Jump to PostOverflow control how to display the contents which are flow out of its parent. The contents can flow out from it's parent when the layer was floated or positioned absolute, or negative margins.
Absolute position can overlap another layer with 'absolute' or 'relative'. You can control what the layer …
All 5 Replies
dlannetts 0 Junior Poster in Training
ko ko 97 Practically a Master Poster
ErlendHL 0 Junior Poster in Training
ErlendHL 0 Junior Poster in Training
ko ko 97 Practically a Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.