View Single Post
03-24-2011, 10:31 PM
#1
Zoomrix is offline Zoomrix
Status: Member
Join date: Sep 2005
Location:
Expertise:
Software:
 
Posts: 122
iTrader: 0 / 0%
 

Zoomrix is on a distinguished road

Send a message via AIM to Zoomrix Send a message via MSN to Zoomrix

  Old  Absolute Positioned Elements

Hi,

I'm trying to position an absolutely positioned element in relation to the main body div. The problem is that the element is an image that has to expand beyond the limits of the main div and it gets cut off.

Currently, my solution is to place that element outside of the main div and then manually position it with top: and right: parameters. The reason this isn't my ideal solution is because when the amount of content increases in that main div everything shifts except for that element.

http://www.perplexitypictures.com/test/

The element in question is the bright yellow ribbon with "spring 2011 season films" on it.

All the help is greatly appreciated. Thanks.