[thelist] The Comps - CSS background problem

A. Erickson amanda at gawow.com
Tue Dec 5 13:33:07 CST 2000


Just to throw in another two cents -- see if the designer would take
pictures with people in them. They could be details -- a close up of hands
washing hair, someone sweeping up, etc. In fact, maybe getting some nicer
motion in there would free up the design.

- amanda

> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Gina K. Anderson
> Sent: Tuesday, December 05, 2000 11:23 AM
> To: Evolt
> Subject: [thelist] The Comps - CSS background problem
>
>
> Hi all,
>
> Thanks for your wonderful comments on the comps. Most said
> something about the
> pictures, and I talked to the designer I am freelancing for, and
> she decided she
> would take more pictures and insert them later...she loves comp
> #1, so my job is
> done for now, except for getting the graphics into an html
> template for her.
>
> I am having a problem with a CSS background image in the template
> between IE and
> Netscape. Use IE, and see:
>
> http://sitediva.com/clients/AnneWelsh/site/index.html
>
> The lighter Celtic knot image in the center of the page is called
> using a CSS
> class for the table background:
> .tablebg {
> 	background-attachment: scroll;
> 	background-image: url(imgs/bgimage.gif);
> 	background-repeat: no-repeat;
> 	background-position: center top;
> }
>
> But in Netscape it doesn't show up at all.  SO, I used a different code on
> http://sitediva.com/clients/AnneWelsh/site/about.html
>
> Using this code:
>
> body {
> 	background-attachment: scroll;
> 	background-image: url(imgs/bgimage.gif);
> 	background-repeat: no-repeat;
> 	background-position: 50% 60px
> }
>
> Again, fine in IE, Netscape throws it over to the left side of the page.
>
> Is there a way to fix this?
>
> Thanks, Gina
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>





More information about the thelist mailing list