This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > March 2004 > background image help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
background image help
|
|
| neutron_piglet 2004-03-01, 5:30 pm |
| Im trying to add a background image in my page but it wont work...
ive created my own CSS Style that has the specifications i need (no repeating,
fixed image, centrered at the bottom etc...).
Im doing Modify> Page properties > Background Image. then im selecting the
image file (which is a .Jpg). The picture i want appears but it is not at the
bottom of the page.
More importantly when i preview the page the background is blank.
Any ideas on what im doing wrong?
| |
| Aziz - TMM 2004-03-01, 6:28 pm |
| Sorry, my friend, it's not possible to keep the background at the bottom
with CSS. You could try some workarounds/hacks, but IMO it's not worth the
trouble.
--
Aziz Peregrino-Brimah
Team Macromedia Volunteer for Dreamweaver
Certified Dreamweaver MX Developer
--
www.bezworks.com
www.PickATemplate.com
"neutron_piglet" <webforumsuser@macromedia.com> wrote in message
news:c209nk$s81$1@forums.macromedia.com...
> Im trying to add a background image in my page but it wont work...
>
> ive created my own CSS Style that has the specifications i need (no
repeating,
> fixed image, centrered at the bottom etc...).
> Im doing Modify> Page properties > Background Image. then im selecting
the
> image file (which is a .Jpg). The picture i want appears but it is not at
the
> bottom of the page.
> More importantly when i preview the page the background is blank.
>
> Any ideas on what im doing wrong?
>
| |
| mzanime.com 2004-03-01, 6:29 pm |
| >>Sorry, my friend, it's not possible to keep the background at the bottom
with CSS. You could try some workarounds/hacks, but IMO it's not worth the
trouble.
Are you crazy? It -is- possible to have CSS make a background not repeat,
fixed, and centrered at the bottom. You'll probably have to do this from your
CSS file in code though. And NN4 doesn't support background-position, but thats
no big loss.
body {
background-image: url(/path/to/image.gif);
background-attachment:fixed;
background-position:bottom center;
background-repeat:no-repeat;
}
| |
| Nadia 2004-03-01, 10:28 pm |
| See if this page helps explain it a bit better:
http://www.dreamweaverresources.com...ounds/index.htm
--
Nadia ~
http://www.Need-A-Template.com
Templates: Free Nav Bar Sets:
http://www.DreamweaverResources.com
Resources : Ecommerce : SEO Articles :
~~~~~~~~~~
"neutron_piglet" wrote"
> Im trying to add a background image in my page but it wont work...
>
> ive created my own CSS Style that has the specifications i need (no
repeating,
> fixed image, centrered at the bottom etc...).
> Im doing Modify> Page properties > Background Image. then im selecting
the
> image file (which is a .Jpg). The picture i want appears but it is not at
the
> bottom of the page.
> More importantly when i preview the page the background is blank.
>
> Any ideas on what im doing wrong?
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|