 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
koshare
Joined: 22 Apr 2004 Posts: 1
|
Posted: Thu Apr 22, 2004 12:21 am Post subject: Menu on top of text |
|
|
I installed B2 through the iPowerWeb "power tool", which uses the http://bluerobot.com/web/layouts/layout2.html as a basic template. I've edited this to meet my needs, but now the menu is on top of the text for the blog entry. I've looked over the template, but can't find the mistake I've made. I'm hoping another pair of eyes will see what I've missed. You can view my page in the staging area: http://koshare-stories.com/v-web/b2/index.php
thanks,
Koshare |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 294 Location: Oslo, Norway
|
Posted: Thu Apr 22, 2004 7:58 am Post subject: |
|
|
The menu is positioned, which means it stays on top of everything, in a 3D z-axis.
As you can see of the .css:
Code: | #Menu {
position:absolute;
top:100px;
right:20px;
width:172px;
padding:10px;
background-color:#eee;
border:1px dashed #999;
line-height:17px; | The positioning is absolute. Removing this may have various results.
What I'd do is simply put the blogpart of the design into a fixed table. Like it's now, the text fills 100% (more or less) of the width of the screen, give it a good 80% instead. _________________ Sigg3 dot net - because you're worth it! |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB 2 © 2001, 2002 phpBB Group
|