View Single Post
Old 29-04-2008, 19:27   #3 (permalink)
mathias
Refrigerated User
 
mathias's Avatar
 
Join Date: Mar 2006
Location: Central US
Posts: 162
I wish that would work, but. . .

Viewing the attachment, you can see the top left portion of the site. The black/white vertical line is the boundary of the content area, the red box indicates the bounds of the PNG I'm hanging off the side a little bit.

Using absolute positioning, I can put the PNG anywhere with no scrolling. I don't like using AP when I don't have to, though.

PGO, the background method won't work for this, but I did do something similar to pull off the top aligned header, slicing it where it meets the content boundary and using the pixels outside that in a background image set below it, then I created another div below that with a 4px wide gradient bar which I then tiled across the top.


Is there not a way to avoid using AP to accomplish this?
Attached Thumbnails
outside-content-area-no-scrolling-outofbounds.jpg  

Last edited by mathias : 30-04-2008 at 01:43.
  Reply With Quote