Div made everything aligned left!

rickeylindberg / 2013-02-19 00:10:15   

Hi,

My goal is to create a site much like this site: egstroem.dk. Where I want my menu to be in the top left corner with an expanding effect.

I made the a div in the top right with my name and aligned it to the right. This is where i got into some problems. By right aligning the div, everything on the page got right aligned. What am I doing wrong?

My site rickeylindberg.dk/index.php/work/--idmats/

Vaska A / 2013-02-19 00:37:28   

Rickey, you should login with the account your purchased Indexhibit with - it's to your advantage that we know who you are (you'll get priority help). ;)

Did you wrap everything in the #title div? Why would you do that? I think you only want your name wrapped with that.

I love that typeface - Soleil.

rickeylindberg / 2013-02-19 04:24:53   

Hey Vaska,

I am logged in with that account. Only got one..

My div looks like this:

Rickey Lindberg

With the css looking like this:
}
#title {
    position: fixed;
    right: 50px;
    top: 50px;
    font-weight: 400;
    border-bottom:1pt solid #000000;
    text-align:right;
}

I don't know if i wrapped the entire page in the div. Do you know how to not do that? :-)

rickeylindberg / 2013-02-19 04:26:02   
  1. My div looks like this:
  2. <div id="title"><p><a href="rickeylindberg.dk">Rickey Lindberg</a></p><code/…;
rickeylindberg / 2013-02-19 04:27:19   

Without the "

rickeylindberg / 2013-02-19 04:27:50   

code in the en of course..

rickeylindberg / 2013-02-19 05:15:41   

Nevermind Vaska! I figured it out.. My body was set to align everything right.. duh.. Thanks anyway! :-)

Vaska A / 2013-02-19 12:05:48   

No, your other account is: lindbergjensen

This thread has been closed, thank you.