Re: Floating Text



 DEVELOP > Dreamweaver > Re: Floating Text

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1
Topic: DEVELOP > Dreamweaver
User: "sc0tt"
Date: 17 Feb 2005 11:02:10 AM
Object: Re: Floating Text
Originally posted by: Newsgroup User
Hi again:
Your code is fine on my computer.
You might want to check the path to the image
I placed my test image in the same folder as my test page.
(removing the ../Images/ portion from my path.)
and added a lot of dummy text to force the vertical scroll.
My test page and image are attached to this post
My email is

"sc0tt" <webforumsuser@macromedia.com> wrote in message
news:cv1j9i$sds$1@forums.macromedia.com...

Originally posted by: Newsgroup User
Thank you for communicating what you are attempting to do,
however there is no point in showing us how nicely DW's code works..
Once again, please post a URL to the code that is NOT working.
Alternatively, you might include your code in another posting here.

I trust you did not forget to put your css inside the tags
<STYLE>
</STYLE>

"sc0tt" <webforumsuser@macromedia.com> wrote in message
news:cv0l04$ksj$1@forums.macromedia.com...

I basically want to put an image in the background as a watermark.

See the link below for an example of the code, i just cant get it to
work?



http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE>
body {
padding: 0px;
margin: 0px;
background-image: url(../Images/fairfield_logo.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-color: White; /*change color to suit*/
color : #000; /*change color to suit*/
}
</STYLE>
</head>

<body>
<p>test</p>
<p>I basically want the image to be in the background as a watermark and
want
it to be stationary when i scroll down the page. </p>
<p><a href="fullCatalogue.asp">Primary catalogue</a></p>
<p>&nbsp;</p>
</body>
</html>

hope this helps!

Cheers, i finally got it!
I fixed the following line off code:
background-image: url(Images/fairfield_logo.jpg);
just removed the dots ...
.

 

NEWER

pg.4672     pg.3585     pg.2749     pg.2106     pg.1612     pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER