Really simple newbie question

Nir

New Member
Hey guys,
Newbie question here:

First time coding a layout (Yeah!!) which will be my online portfolio.
Trying to figure out why wouldn't the <img id="portfolio_box_inside">
overlap with the picture right above it.

Really simple code, just could not figure it out...

Oh and of course, all content of this zip file is protected by copyright, and you may not use it without my permission :)

https://www.dropbox.com/s/u4j7yaqpwkucf0m/First Attempt.7z

Thanks allot guys
 

JakClark

New Member
If no one has been able to assist you I will do so when I am home from work. Meanwhile, care to host it somewhere or is that not yet possible? Tumblr, Webs, and other well-established hosts/ services all offer html hosting free :).
 

Roddy

New Member
You want to place the image "portfolio_box_inside" on top of "portfolio_box"?

Either use relative positioning or do like this demo where the "portfolio_box" image is used as a background image.
 
Top