Hi,
I'm kind of limited in testing as I'm at school right now, but I
think you should be able to position this element using style
attributes such as
.myImageClass {
position: fixed;
right: 20px;
bottom: 20px;
}
or something similar. Also, look into perhaps making the pumpkins a
watermark so that once you've positioned them, they should stay fixed
no matter how the page flows and scrolls. You may have to achieve this
using some kind of hack, such as having the pumpkins as the background
for a div that takes up the whole viewport, but this is probably not
what you're looking for (and may not work for all I know). As far as
transparent PNGs in IE6, well, I can't really help there. I would
suggest perhaps having the page determine if the browser is IE6 or
OTHER and using a GIF (ewwwww I know) for IE6 and let everyone else
enjoy the crisp PNG action.
Hope this helps,
Zak
On 10/23/07, Elli Vizcaino <[EMAIL PROTECTED]> wrote:
> Please help me! I really want to execute this design
> as I've visualized and designed it. I need to be able
> to place the pumpkins image as shown in the graphic
> comp: www.e7flux.com/thanksgivingbuffet2.jpg. The code
> and CSS can be found here: http://e7flux.com/tgb/ -
> I'm not sure how to place this image where I want it
> and have it always be in that particular spot even if
> the linen runner part of the design grows as content
> gets added (that will be on another page).
>
> Dunno if I should place it as a background image as I
> already have a bit of that going on with the other
> images. Or do I use the position property with a
> z-index, though I'm not really sure how to go about
> doing that. What I've already tried hasn't worked.
> This design is for the most part a visual experience,
> there won't be a whole lot of textual content, so it's
> really important I code this site as designed.
>
> Another issue I'm having is that I'm working with png
> files for transparency which are giving me a headache
> in IE 6 even though I implemented the twinhelix.com
> script someone on this list suggested a while back.
> There are issues with it - I can't have tiling
> backgrounds and this design is comprised of tiling
> backgrounds - is there a work around and or another
> script someone can suggest? I so hate IE!
>
> All feedback and suggestions welcomed.
>
>
> TIA,
> Elli
>
>
> >
> > At 05:08 AM 23/10/2007, Elli Vizcaino wrote:
> > >Hello,
> > >
> > >I'm working on a design that's visually rich and
> > uses
> > >a few background images as well as .png files for
> > >transparency. I don't want to have to place all the
> > >images as backgrounds in order to be able to place
> > the
> > >images exactly where I want on the page. Is there a
> > >way to declare the placement of an image, without
> > >resorting to empty divs with background images or
> > >using a good number of nested divs?
> > >
> > >TIA,
> > >Elli
> > >
> > >__________________________________________________
> > >Do You Yahoo!?
> > >Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > >http://mail.yahoo.com
> >
> >______________________________________________________________________
> > >css-discuss [EMAIL PROTECTED]
> > >http://www.css-discuss.org/mailman/listinfo/css-d
> > >List wiki/FAQ -- http://css-discuss.incutio.com/
> > >List policies --
> > http://css-discuss.org/policies.html
> > >Supported by evolt.org --
> > http://www.evolt.org/help_support_evolt/
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
--
Zak Owen
LAB-Physics
http://www.lab-physics.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/