Click to See Complete Forum and Search --> : CSS image issue


Michael_Burgess
12-14-2008, 01:20 PM
Hi there,

Take a look at my test site:

http://www.mnetuk.org/clients/lbacreative/tend2pets

The image with the white van in it should be on top on the right hand side.

The image is supposed to be half on one panel, half on the other.

To do it, I put it in the left panel, floated it right and then set a negative right margin to push it right. I need it floated so the text wraps up around it.

Tried allsorts but can't get it visible on the right side?!

Any ideas please?

Fang
12-14-2008, 02:20 PM
<img id="floatingPicVanHilary" style="position:relative;z-index:9999" src="Tend2Pets_

Michael_Burgess
12-14-2008, 02:28 PM
<img id="floatingPicVanHilary" style="position:relative;z-index:9999" src="Tend2Pets_

Nice one thanks - obvious with hindsight!