• Hey.

    Allways when asking you can learn something new, if not asking, can´t get any answers…

    I would like to have some help how I could get such html-outlook like this. I have for the moment Glossyblue-theme, that I can see is a little bit a like (not used to work in css with position: relative or absolute). Which theme is the best to work this out in? The Glossyblue or a blank one? In css I have a version allready that I like, but not with php (I have just started to look at php…)
    Or do I ask too much?

    <div id=”wrapper”>
    <div id=”header”>
    <p><img src=”img/logobc-png24.png” alt=”bc”></p>
    <ul id=”menu”>

    • <ahref=”#”>Home
    • </div><!–header–>
      <div id=”headerbild”></div><!–headerbild–>
      <div id=”content”>
      <div id=”left”></div>
      <div id=”sidebar”></div>
      </div><!–content–>
      <div id=”footer”></div>
      </div><!–wrapper–>

Viewing 2 replies - 1 through 2 (of 2 total)
  • http://www.w3schools.com/css/css_positioning.asp

    one possibility is to have #header with position: relative; and ul#menu with position: absolute; and then ‘
    top: 3px; left: 7px; or right: -9px; (positive and negative values) to control the position.

    a link to your site would help to illustrate your issue.

    Thread Starter moonwoff

    (@moonwoff)

    I don´t want to learn more about the position, if possible I would like to get the position to floats instead.
    Is that “possible”, to change the positions to floats?

    This is my currant site, with the glossy theme, but I would like my site to look like this (with the Home as the blog).

    I don´t want to make a total new theme, I would like to know how to make changes in a so called blank theme (because I think it would be too difficult to make changes in the glossyblue…). I have a ready css and html homepage, but now I would like to change it to wordpress – to a “blog-homepage”…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘changing menu´s position’ is closed to new replies.