GERMANY
2008-08-07 10:52:46
us two newbies gonna make it, no fear!
us two newbies gonna make it, no fear!
very stylish site you have ! and the way the menu foldes down !!
but
i cant find the double, i have in the index, below logo-linkand my style.css still has the settings with the with of the logo etc, but still 2 not 3 colloums - damn, fell at bit lost what to do
here a bit of it, hope maby you ca see whats wrong
#menu {
overflow: auto;
top: 0;
width: 203px;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
background-color: #fff;
}
#menu ul {
list-style: none;
margin: 0 0 18px 0;
}
#menu ul li.section-title { }
#content {
height: 100%;
left: 418;
margin: 0 0 0 280px;
top: 0;
}
.container {
padding: 5px 5px 25px 5px;
}
#content p { width: 600px; margin-bottom: 9px; }
p {
margin: 0 0 9px 0;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
sorry the first part lacks the copy/paste about the double... anyway i only see one of these:
again it happens, i think you get it though
the #content has two margin infos. delete "left:418" and "top:0".
plus: put the logo-div right below "
.. right below the body-tag, not below the menu/container, sorry for the formatting error
#menu {overflow: auto;
top: 0;
width: 203px;
bottom: 0;
left: 183px;
position: fixed;
height: 100%;
background-color: #fff;
}
#content { height: 100%; margin: 0 0 0 463px;}<body class='section-<%section_id%>'><div id='logo'></div><div id='menu'><div class='container'><%obj_itop%>... do you mean take it away from index.php back to style.css ?
above you see the lines in the index.php you have to change.
no no, i just didn' t put everything in there, but you do
just to show the order
there it is! you got it! there is still a ul-tag flying around behind your logo-link
thanks for the detailing - so far the logo is in place - yay !! but containts is not in line ?
and if i dont put the PUNKTUM . in the pre-nav, it goes ga ga in the menu ? but i can live with the .
about the containt... you know what to change ?
go like this:<!--<%obj_itop%>-->this comments the variable out, if you need it again, change it back
works !
and do you also know how to bring the containt collum to the top ?
- did i say befor, if you are in copenhagen i'll buy a drink :)
maybe i should in the future ;)
cheers!
it's the ul-thing, that is sill behind your link!
ul, gone, but still.....
ok, now the floating:#logo {float: left;}sorry, i mean this#content {height: 100%;top: 0;left: 463px;}index or style - sorry
in style.css, change the style of the content, like the style of the menu. then it will move to the top.
something is overwriting it ?
#menu ul {
list-style: none;
margin: 10 0 18px 0;
}
#menu ul li.section-title { }
#content {
height: 100%;
top: 0;
margin: 0 0 0 450px;
}
}
.container {
padding: 5px 5px 25px 5px;
}
#content p { width: 600px; margin-bottom: 9px; }
i am not sure about this, try styling the #content exactly like the #menu (except of left). it´s eather overflow or position.