HighDots Forums  

Background Image

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Background Image in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ed Levy
 
Posts: n/a

Default Background Image - 12-25-2003 , 08:12 PM






I have an image that I would like to use as a background for a site. My
problem is that the background image tiles according to the size of the
browser window. I would like the background image to remain a single image
regardless of the size of the background.

See www.magellanusersgroup.com/test.htm to see the tiled background.

Ed Levy
ed (AT) digitize4u (DOT) com



Reply With Quote
  #2  
Old   
animeloving webforumsuser@macromedia.com
 
Posts: n/a

Default Re:Background Image - 12-25-2003 , 08:58 PM






You can do it with CCS. Insert this code in the <HEAD> section or in your stylesheet.

<style type="text/css">
<!--
body {
background-repeat: no-repeat;
}
-->
</style>


Good Luck
Fede



Reply With Quote
  #3  
Old   
E. T. Culling
 
Posts: n/a

Default Re: Background Image - 12-25-2003 , 10:41 PM



Then you'll have to make it the size of the largest monitor resolution that
will view it.... which doesn't work very well. You can't get the picture
itself to change pixel size! Now that I've looked at it, maybe you could
offer different sizes for your viewer to choose from! I found it very hard
to read the details.
ETC

Ed Levy wrote:
Quote:
I have an image that I would like to use as a background for a site.
My problem is that the background image tiles according to the size
of the browser window. I would like the background image to remain a
single image regardless of the size of the background.

See www.magellanusersgroup.com/test.htm to see the tiled background.

Ed Levy
ed (AT) digitize4u (DOT) com



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.