Forums » Customize

mysterious

snoep
GERMANY
2008-08-07 10:52:46
 

us two newbies gonna make it, no fear!

snoep
GERMANY
2008-08-07 11:00:26
 

hey nactus,

i changed my site as an example. you can check my index.php and the style.css if you wish.

nactus
DENMARK
2008-08-07 11:17:04
 

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-link


and 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; }

nactus
DENMARK
2008-08-07 11:18:16
 

sorry the first part lacks the copy/paste about the double... anyway i only see one of these:

nactus
DENMARK
2008-08-07 11:19:09
 

again it happens, i think you get it though

snoep
GERMANY
2008-08-07 11:22:31
 

the #content has two margin infos. delete "left:418" and "top:0".

plus: put the logo-div right below "

snoep
GERMANY
2008-08-07 11:23:09
 

.. right below the body-tag, not below the menu/container, sorry for the formatting error

snoep
GERMANY
2008-08-07 11:27:31
 
  1. #menu {

overflow: auto;
top: 0;
width: 203px;
bottom: 0;
left: 183px;
position: fixed;
height: 100%;
background-color: #fff;
}

snoep
GERMANY
2008-08-07 11:28:30
 
  1. #content {
  2.     height: 100%;
  3.     margin: 0 0 0 463px;
  4. }
snoep
GERMANY
2008-08-07 11:30:14
 
  1. <body class='section-<%section_id%>'>
  2. <div id='logo'></div>
  3. <div id='menu'>
  4. <div class='container'>
  5. <%obj_itop%>
nactus
DENMARK
2008-08-07 11:30:44
 

... do you mean take it away from index.php back to style.css ?

snoep
GERMANY
2008-08-07 11:30:57
 

above you see the lines in the index.php you have to change.

snoep
GERMANY
2008-08-07 11:31:43
 

no no, i just didn' t put everything in there, but you do
just to show the order

snoep
GERMANY
2008-08-07 11:37:30
 

there it is! you got it! there is still a ul-tag flying around behind your logo-link

nactus
DENMARK
2008-08-07 11:39:05
 

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 ?

snoep
GERMANY
2008-08-07 11:42:12
 
  1. go like this:
  2. <!--<%obj_itop%>-->

this comments the variable out, if you need it again, change it back

nactus
DENMARK
2008-08-07 11:44:55
 

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 :)

snoep
GERMANY
2008-08-07 11:47:07
 

maybe i should in the future ;)

cheers!

it's the ul-thing, that is sill behind your link!

nactus
DENMARK
2008-08-07 11:52:27
 

ul, gone, but still.....

snoep
GERMANY
2008-08-07 11:53:26
 
  1. ok, now the floating:
  2. #logo {
  3. float: left;
  4. }
snoep
GERMANY
2008-08-07 11:56:43
 
  1. sorry, i mean this
  2. #content {
  3. height: 100%;
  4. top: 0;
  5. left: 463px;
  6. }
nactus
DENMARK
2008-08-07 11:57:00
 

index or style - sorry

snoep
GERMANY
2008-08-07 11:59:07
 

in style.css, change the style of the content, like the style of the menu. then it will move to the top.

nactus
DENMARK
2008-08-07 12:00:33
 

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; }

snoep
GERMANY
2008-08-07 12:04:29
 

i am not sure about this, try styling the #content exactly like the #menu (except of left). it´s eather overflow or position.

Showing 26 - 50 of 56 posts in Forum > Customize > mysterious