PC Review


Reply
Thread Tools Rate Thread

Background Colour Change

 
 
Alec
Guest
Posts: n/a
 
      9th Aug 2005
Can anyone help.

Am looking to create a fading background but do not want to load an
entire image page.

Recently saw a faded background on a site using an image that was 1
pixel in width. The code then to use this was....

BACKGROUND-POSITION: center top; BACKGROUND-IMAGE:
url(../images/backgrounds/background_darker.gif); PADDING-BOTTOM: 0px;
COLOR: #000000; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: "Arial",
san-serif; BACKGROUND-COLOR: #cccccc

I have never come across this before and cannot get this to work when
inserted into my page (bitmap is in the correct directory).

Dumb question, but can anyone explain.

Thanks, Alec Thorne

 
Reply With Quote
 
 
 
 
Paul M
Guest
Posts: n/a
 
      9th Aug 2005
Hi
Can you post the URL to the site you saw, so we can see the affect you are
after?
Paul M
"Alec" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Can anyone help.
>
> Am looking to create a fading background but do not want to load an
> entire image page.
>
> Recently saw a faded background on a site using an image that was 1
> pixel in width. The code then to use this was....
>
> BACKGROUND-POSITION: center top; BACKGROUND-IMAGE:
> url(../images/backgrounds/background_darker.gif); PADDING-BOTTOM: 0px;
> COLOR: #000000; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: "Arial",
> san-serif; BACKGROUND-COLOR: #cccccc
>
> I have never come across this before and cannot get this to work when
> inserted into my page (bitmap is in the correct directory).
>
> Dumb question, but can anyone explain.
>
> Thanks, Alec Thorne
>



 
Reply With Quote
 
MD Websunlimited
Guest
Posts: n/a
 
      9th Aug 2005
The page referencing the image is in a folder one level removed from the images folder? A URL would be helpful.

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-ins Summer Promotion -
FREE Purchase J-Bots Plus 2004 & receive Meta Tag Maker 2004 a $24.95 value FREE

"Alec" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Can anyone help.
>
> Am looking to create a fading background but do not want to load an
> entire image page.
>
> Recently saw a faded background on a site using an image that was 1
> pixel in width. The code then to use this was....
>
> BACKGROUND-POSITION: center top; BACKGROUND-IMAGE:
> url(../images/backgrounds/background_darker.gif); PADDING-BOTTOM: 0px;
> COLOR: #000000; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: "Arial",
> san-serif; BACKGROUND-COLOR: #cccccc
>
> I have never come across this before and cannot get this to work when
> inserted into my page (bitmap is in the correct directory).
>
> Dumb question, but can anyone explain.
>
> Thanks, Alec Thorne
>



 
Reply With Quote
 
Alec
Guest
Posts: n/a
 
      9th Aug 2005
Thanks for the reply

The website was http://www.camtasia.com. I saved the page and then
viewed the file TSC_body.htm where the background info was defined.

In either case the background effect of this site is the kind of thing
I am after. My site is plain old html with nothing fancy, and was
wondering if this effect is possible.

Thanks

Alec

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      9th Aug 2005
They are using an image of 1 px wide by 800 px high (background_darker.gif) with a gradient (dark top to light bottom ) in the image
file itself

That style just repeats the bk image (any size) horizontally
- so there is no "fading" involved in the style
- all done in the image file

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Alec" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Thanks for the reply
|
| The website was http://www.camtasia.com. I saved the page and then
| viewed the file TSC_body.htm where the background info was defined.
|
| In either case the background effect of this site is the kind of thing
| I am after. My site is plain old html with nothing fancy, and was
| wondering if this effect is possible.
|
| Thanks
|
| Alec
|


 
Reply With Quote
 
Alec
Guest
Posts: n/a
 
      9th Aug 2005
Stefan, sorry bad choice of wording on my part.

I simply do not understand in a blank html page for example, what code
is needed to repeat this image to create the background.

Only being a novice frontpage user, have tried to copy and paste what
they have into my empty page, but with no luck.

Where and what should I be typing (assuming I use the same image name).

Cheers

Alec

 
Reply With Quote
 
Paul M
Guest
Posts: n/a
 
      9th Aug 2005
Hi alec
Right click on the page where the grey is and select page properties then
formatting then click the use background picture button and navigate to
where you have stored the image you wish to use for the background using the
browse button to the right
paul M
"Alec" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Stefan, sorry bad choice of wording on my part.
>
> I simply do not understand in a blank html page for example, what code
> is needed to repeat this image to create the background.
>
> Only being a novice frontpage user, have tried to copy and paste what
> they have into my empty page, but with no luck.
>
> Where and what should I be typing (assuming I use the same image name).
>
> Cheers
>
> Alec
>



 
Reply With Quote
 
Paul M
Guest
Posts: n/a
 
      9th Aug 2005
Dad advice
What I mean is
Right click on the page anywhere( not where the grey is because there isn't
any there yet)
select page properties then formatting then click the use background picture
button and navigate to where you have stored the image you wish to use for
the background using the browse button to the right
Paul M

"Paul M" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi alec
> Right click on the page where the grey is and select page properties then
> formatting then click the use background picture button and navigate to
> where you have stored the image you wish to use for the background using
> the browse button to the right
> paul M
> "Alec" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Stefan, sorry bad choice of wording on my part.
>>
>> I simply do not understand in a blank html page for example, what code
>> is needed to repeat this image to create the background.
>>
>> Only being a novice frontpage user, have tried to copy and paste what
>> they have into my empty page, but with no luck.
>>
>> Where and what should I be typing (assuming I use the same image name).
>>
>> Cheers
>>
>> Alec
>>

>
>



 
Reply With Quote
 
Alec
Guest
Posts: n/a
 
      9th Aug 2005
My god.....!!!!!!!

Have used background images before but NEVER thought to do that.

Paul, forever at your service and please never tell a soul :-)

Many thanks.... Alec

 
Reply With Quote
 
Paul M
Guest
Posts: n/a
 
      9th Aug 2005
Your secrets safe with me
Paul M
"Alec" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> My god.....!!!!!!!
>
> Have used background images before but NEVER thought to do that.
>
> Paul, forever at your service and please never tell a soul :-)
>
> Many thanks.... Alec
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change background colour hollies Microsoft Excel Worksheet Functions 3 8th Oct 2009 11:54 PM
change a cell background colour to my own RGB colour requirements =?Utf-8?B?U3RlcGhlbiBEb3VnaHR5?= Microsoft Excel Misc 4 16th Jun 2006 01:08 PM
cant change background colour can547@hotmail.com Windows XP General 2 9th Mar 2006 01:05 AM
change background colour =?Utf-8?B?Y2l0eWZj?= Microsoft Excel Misc 1 11th Nov 2005 01:03 PM
Pl Help, How to change Background colour Sarah Microsoft Access Forms 1 28th Sep 2004 03:59 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:50 AM.