• 0

Can't get image to go to the top of the page


Question

Folks,

First, hello and thank you for existing and enacting this site. I am new to websites, know zero html and am learning dreamweaver through online tutorials, et cetera.

My first problem is this:

if you look at my site; http://www.silentmediaprojects.com/ (fledgling at best, I'm compelled to say)

You'll notice that the logo, in the center of the page, is below the text (which are actually rollover images) to the left. It seems that whatever I put in the left column pushes items in the main field, the logo, down. How can I get the top of the Silent Media logo to align with the top of the text on the left?

Also, if there is a way to get the right boundary of the left column to align with the left side of the logo it would be nice but I'm not holding my breath.

I'm using Dreamweaver CS3, by the way.

Kind regards,

ben link collins

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Divs work as 'block level' elements. Meaning that each div will have it's own line. This is why your two divs are 'stacking' on top of each other.

If you want them on the same plane/level, then you will need to float either of the elements so that they will appear side-by-side.

http://css.maxdesign.com.au/floatutorial/

http://www.w3schools.com/css/css_float.asp

http://www.w3schools.com/css/pr_class_float.asp

http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.