> div.content{
> position: relative; top:8.5%; left: 40%;
> height:91.5%; width:59%;
>
> Is there anything I am doing wrong?
You are no doubt making some incorrect assumptions about what relative
positioning does.
http://brainjar.com/css/positioning/
Even if you used absolute positioning I bet it would still be the wrong
thing to do. It often is.
Instead of posting a code snippet and expecting us to fix what you think
your problem is, post a URL showing your attempt so we can get a better
idea of what you're really trying to accomplish. It will be a lot easier
to point you in a better direction.

Signature
Berg
obaqueiro - 26 Mar 2008 19:14 GMT
> obaqueirowrote:
>
[quoted text clipped - 3 lines]
>
> > Is there anything I am doing wrong?
Thanks for your help, sorry for posting in an incorrectly way. The
page I am having trouble with is:
http://www.wild-expeditions.co.uk/
As I told in the mail before, the design works very well in Firefox
and Opera browsers, however when zooming in or out in IE 7, one of
the Divs is misplaced.
Any help is appreciated,
Thank you
> You are no doubt making some incorrect assumptions about what relative
> positioning does.http://brainjar.com/css/positioning/
[quoted text clipped - 9 lines]
> --
> Berg