Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
MDG webforumsuser@macromedia.com #1
Background image using CSS
I'm trying to get a background image on my page using background-image: and I'm having a hard time referencing the location on my hosting server. The image has been uploaded to this server folder:
D:\Lotus\Domino\Data\domino\html\michael\kids\imag es\
and my style code says this: <style type="text/css">
BODY{
background-image :
url(file:///D:/Lotus/Domino/Data/domino/html/michael/kids/images/background.jpg);
background-repeat: no-repeat;
background-color : "#697299";
}
</style>
But I'm only getting the backgound COLOR, not image. Am I using the wrong source code?
MDG webforumsuser@macromedia.com Guest
-
Background Image
Hi! I would like to insert an Image as background of mydatagrid. The image will be inserted between rows as separator line. Could anyone help... -
How Can I Put An Image Background ?
How Can I Put An Image Background ? If somebody know, pls reply me. 10x -
Background image in CSS
Hi, I was wondering if someone could tell me how to see my background image in my site when after I make a CSS with a background image. I made a... -
Image as background
just make the jpeg the size of the document, put it at 0,0 lock the layer, then hide the layer, that should work fine.. just unlock it when yer all... -
background image vs. insert image?
The height of a table is defined by its content. This does not include background images, so there's no assurance that your entire image will be... -
Murray *TMM* #2
Re: Background image using CSS
MDG:
The file must be local to the site. DMX will not render images that are
externally derived.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"MDG" <webforumsuser@macromedia.com> wrote in message
news:bheape$roa$1@forums.macromedia.com...and I'm having a hard time referencing the location on my hosting server.> I'm trying to get a background image on my page using background-image:
The image has been uploaded to this server folder:url(file:///D:/Lotus/Domino/Data/domino/html/michael/kids/images/background.> D:\Lotus\Domino\Data\domino\html\michael\kids\imag es\
>
> and my style code says this: <style type="text/css">
>
> BODY{
> background-image :
>
jpg);source code?> background-repeat: no-repeat;
> background-color : "#697299";
> }
> </style>
>
>
> But I'm only getting the backgound COLOR, not image. Am I using the wrong>
>
Murray *TMM* Guest
-
MDG webforumsuser@macromedia.com #3
Re: Background image using CSS
It was upload from my C drive to our web server. I can't reference that folder??
MDG webforumsuser@macromedia.com Guest
-
Murray *TMM* #4
Re: Background image using CSS
MDG:
You can reference it, but DW will not show it. And what would happen after
you publish the page, anyhow?
The best bet would be to keep that image in the local site.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"MDG" <webforumsuser@macromedia.com> wrote in message
news:bhece1$rj$1@forums.macromedia.com...folder??> It was upload from my C drive to our web server. I can't reference that>
>
Murray *TMM* Guest
-
Murray *TMM* #5
Re: Background image using CSS
MDG:
By copying the image into the local site, and making your CSS reference it
in that location.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"MDG" <webforumsuser@macromedia.com> wrote in message
news:bhegmg$6fj$1@forums.macromedia.com...> How would I do that, by insert the image as an html body background?
>
>
Murray *TMM* Guest
-
kizzy webforumsuser@macromedia.com #6
Background Image using CSS
I am tiling a small page background image and it keeps showing the "joins". How do I stop this?
kizzy webforumsuser@macromedia.com Guest
-
Sam Poikail #7
Re: Background Image using CSS
If generally means that you image doesn't repeat sufficiently to create a
seamless tile. Or if you did it in Fireworks and exported the image as a
slice, it could could very well mean that you slice is one or two pixels too
large along the x or y axis. Do you have a sample web page posted
someplace?
Cheers,
Sam
"kizzy" <webforumsuser@macromedia.com> wrote in message
news:bhl9be$dl5$1@forums.macromedia.com..."joins". How do I stop this?> I am tiling a small page background image and it keeps showing the>
>
Sam Poikail Guest
-
kizzy webforumsuser@macromedia.com #8
Re: Background Image using CSS
Hi Sam
Version2: [url]http://www.gerardmartin.com/dreamweaver/version2/index.htm[/url]
Version1: [url]http://www.gerardmartin.com/dreamweaver/images/index.htm[/url]
in both the page background image sits behind the top image. I have tried version2 with a plain colour and get the same result.
I have also checked the image size, they are both 44 x 100
Kiz
kizzy webforumsuser@macromedia.com Guest
-
Amy Blankenship #9
Re: Background Image using CSS
The reason it does not match up is that each and every pixel on the left
side must be the same color as the pixel that is the same distance from the
top as the one on the right side. It usually takes a bit of doing to get a
tileable texture, but I think there are tools out there that will help you.
HTH;
Amy
"kizzy" <webforumsuser@macromedia.com> wrote in message
news:bhm7o0$j6j$1@forums.macromedia.com...version2 with a plain colour and get the same result.> Hi Sam
>
> Version2: [url]http://www.gerardmartin.com/dreamweaver/version2/index.htm[/url]
>
> Version1: [url]http://www.gerardmartin.com/dreamweaver/images/index.htm[/url]
>
> in both the page background image sits behind the top image. I have tried>
> I have also checked the image size, they are both 44 x 100
>
> Kiz
>
>
Amy Blankenship Guest
-
kizzy webforumsuser@macromedia.com #10
Re: Background Image using CSS
Success!
Thanks Sam, Amy
I used Ily's tiler... took a little bit of working out as I'm using Fireworks MX.
Kiz
kizzy webforumsuser@macromedia.com Guest



Reply With Quote

