|
This is one of those times when position:absolute is needed.
You have to take the img element out of the document flow;
Without seeing your code (it does help us you know);
insert a placeholder element the same size as the image positioned relatively, then put the image inside it but positioned absolutely. It should locate itself at 0,0 of the parent container.
Then when it expands it will expand over the surrounding elements.
You may have to juggle with the margins and z-index a little.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|