473,378 Members | 1,518 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

faded backround images

there is some property that i think is mostly used for images used as
backrounds that fades them, so you can get the idea of the image but not
have it
obscuring the text thats on it, its not trasparency
i have been going nuts trying to find it, i'm sure i've seen it
described somewhere on the w3c site but embarrassed to say can't find it
again
hopefully somebody knows this or maybe i'm going crazy
Jul 24 '05 #1
7 11039
bbxrider wrote:
there is some property that i think is mostly used for images used as
backrounds that fades them, so you can get the idea of the image but not
have it obscuring the text thats on it, its not trasparency

It's a CSS property called "opacity". And it is a non-standard property
available only in the Mozilla series of browsers.
Another way to get faded images or semitransparent overlays is with an
image editor.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 24 '05 #2
Jim Moe wrote:
It's a CSS property called "opacity". And it is a non-standard property
available only in the Mozilla series of browsers.


Its sort of standard now:

http://www.w3.org/TR/css3-color/#transparency

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 24 '05 #3
thanks for the replies, been dreading the image/graphics editors but guess
have to bite the bullit
sometime
bbx
"David Dorward" <do*****@yahoo.com> wrote in message
news:d5*******************@news.demon.co.uk...
Jim Moe wrote:
It's a CSS property called "opacity". And it is a non-standard property available only in the Mozilla series of browsers.


Its sort of standard now:

http://www.w3.org/TR/css3-color/#transparency

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is

Jul 24 '05 #4
bbxrider wrote:

there is some property that i think is mostly used for images used as
backrounds that fades them, so you can get the idea of the image but not
have it
obscuring the text thats on it, its not trasparency
i have been going nuts trying to find it, i'm sure i've seen it
described somewhere on the w3c site but embarrassed to say can't find it
again
hopefully somebody knows this or maybe i'm going crazy


That kind of image is called a watermark. It's easy to create
using Word (once you find the right options via the Help). You can
either create a watermark image with a transparent background and
then set a background color, or else you can create the image with
the background color included. I prefer the latter so that the
background color is still presented when the user suppresses
images.

Be very careful about using colors that do not interfere with text
for those who might have visual handicaps. If your background
color provides appropriate contrast with your text, then a
watermark image that is almost the same color as the background
might be good. See <URL:http://www.oakparkfoundation.org/>, where
the background color is ivory and the image is a pale brown.

Note also that Mozilla has a bug that causes jerky scrolling with
background watermark images that have transparency. This is most
noticeable when the image is fixed in the window while the
foreground text scrolls, but it is also seen when the image scrolls
with the text (as in the page I cite in the above paragraph).

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Jul 24 '05 #5
David Ross wrote:

Note also that Mozilla has a bug that causes jerky scrolling with
background watermark images that have transparency. This is most
noticeable when the image is fixed in the window while the
foreground text scrolls, but it is also seen when the image scrolls
with the text (as in the page I cite in the above paragraph).

Odd... FireFox on my machine doesn't seem to have that problem.

--
Grant Smith
A+, Net+, MCP x 2

eNVENT Technologies - www.envent-tech.com
Jul 24 '05 #6
thanks for your help david, the watermark sounds like a great option to get
this done

"David Ross" <no****@nowhere.not> wrote in message
news:42**************@nowhere.not...
bbxrider wrote:

there is some property that i think is mostly used for images used as
backrounds that fades them, so you can get the idea of the image but not
have it
obscuring the text thats on it, its not trasparency
i have been going nuts trying to find it, i'm sure i've seen it
described somewhere on the w3c site but embarrassed to say can't find it
again
hopefully somebody knows this or maybe i'm going crazy


That kind of image is called a watermark. It's easy to create
using Word (once you find the right options via the Help). You can
either create a watermark image with a transparent background and
then set a background color, or else you can create the image with
the background color included. I prefer the latter so that the
background color is still presented when the user suppresses
images.

Be very careful about using colors that do not interfere with text
for those who might have visual handicaps. If your background
color provides appropriate contrast with your text, then a
watermark image that is almost the same color as the background
might be good. See <URL:http://www.oakparkfoundation.org/>, where
the background color is ivory and the image is a pale brown.

Note also that Mozilla has a bug that causes jerky scrolling with
background watermark images that have transparency. This is most
noticeable when the image is fixed in the window while the
foreground text scrolls, but it is also seen when the image scrolls
with the text (as in the page I cite in the above paragraph).

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.

Jul 24 '05 #7
Grant Smith - eNVENT Technologies wrote:

David Ross wrote:

Note also that Mozilla has a bug that causes jerky scrolling with
background watermark images that have transparency. This is most
noticeable when the image is fixed in the window while the
foreground text scrolls, but it is also seen when the image scrolls
with the text (as in the page I cite in the above paragraph).

Odd... FireFox on my machine doesn't seem to have that problem.


With a memory sufficiently large and a processor sufficiently fast,
you won't see the effect. Also, the problem is significantly
reduced (as I indicated) when the background image scrolls with the
foreground text. It goes away completely when the background image
has no transparency.

I recently upgraded my PC to double the memory, and I noticed that
the problem was reduced. However, before I sent my previous reply
in this thread, I actually checked the cited site. I still got
some minor jerkiness in vertical scrolling.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Jul 24 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Wayne | last post by:
I have a script that uses filesystemobject that reads files from a given path, in my case images. It is running on a server that is 2000 adv svr w/ all current patches. The script prior to some...
1
by: carramba | last post by:
Hi! I was wondering if here enyway to change layer backround with css, I don't want to use javascript. The code have to by placed in css file.
1
by: Tal | last post by:
Hi, I'm very intrested in building an application that run all the time on the backround (like a windows service appliaction). When the user is typing a specific key (for example : ctrl+F1) - ...
2
integrity
by: integrity | last post by:
I have a general question being that now we have user desktop display settings ranging from 800x600,1024x768,1280x800 etc.. is there anyway to have the backround image of a website to auto stretch or...
0
by: ARC | last post by:
Hello, I'm trying to get the alternate backround color working on a split form, but it appears that, even though you can select an alternate back color, it work when you view the form using the...
4
toxicpaint
by: toxicpaint | last post by:
Hi, can anyone give me a hand. I'm currently displaying 4 random images at the top of a page. I did this using an array of 35 pictures and then writing them to page. The problem I have is that in...
2
by: vunet | last post by:
Can anyone recommend a cross browser solution to cover full web page (100% in height and width) with faded background (apparently DIV element)?
13
by: serdar | last post by:
I had a faded IE7 icon on my (XP) desktop. I restarted in safe mode and switched back, it turned to normal. Anyone knows what does a faded IE7 desktop icon mean? Thanks.
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.