Gradient Colour in Layout Cells

K

KL

Hi there,

Microsoft on its pages uses gradient color in the layout cells (e.g. in the blue header) . Those cells look colorless in the design
view. If I look at the cell properties or cell format there is not even a hint of color or an option to introduce a gradient. If I
switch to code view, I can see that those cells have the following style applied:

style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4B92D9', endColorStr='#CEDFF6', gradientType='1')"

Questions: How can I access this property from the design view and where can I learn more about this type of filters?

Many thanks,
KL
 
B

Bob

The secret web site is.....

http://msdn.microsoft.com/library/d.../author/filter/reference/filters/gradient.asp

You might have to copy and paste if that wraps...

Be aware that it will only work in IE and no others!

bob
| Hi there,
|
| Microsoft on its pages uses gradient color in the layout cells (e.g. in
the blue header) . Those cells look colorless in the design
| view. If I look at the cell properties or cell format there is not even a
hint of color or an option to introduce a gradient. If I
| switch to code view, I can see that those cells have the following style
applied:
|
|
style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4B92D9',
endColorStr='#CEDFF6', gradientType='1')"
|
| Questions: How can I access this property from the design view and where
can I learn more about this type of filters?
|
| Many thanks,
| KL
|
 
K

KL

Hi Bob,

Many thanks for this. One more question: how would one see Microsft's site in Netscape then? No blue banner?

Thanks,
KL
 
B

Bob

I had never looked at it with another browser but it looks different in Fox
Fire!

BUT---- I just copied the code and viewed it in IE and its OK
Then I viewed it with Fox Fire and nothing shows....

bob
| Hi Bob,
|
| Many thanks for this. One more question: how would one see Microsft's site
in Netscape then? No blue banner?
|
| Thanks,
| KL
|
|
| > The secret web site is.....
| >
| >
http://msdn.microsoft.com/library/d.../author/filter/reference/filters/gradient.asp
| >
| > You might have to copy and paste if that wraps...
| >
| > Be aware that it will only work in IE and no others!
| >
| > bob
| > | > | Hi there,
| > |
| > | Microsoft on its pages uses gradient color in the layout cells (e.g.
in
| > the blue header) . Those cells look colorless in the design
| > | view. If I look at the cell properties or cell format there is not
even a
| > hint of color or an option to introduce a gradient. If I
| > | switch to code view, I can see that those cells have the following
style
| > applied:
| > |
| > |
| >
style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4B92D9',
| > endColorStr='#CEDFF6', gradientType='1')"
| > |
| > | Questions: How can I access this property from the design view and
where
| > can I learn more about this type of filters?
| > |
| > | Many thanks,
| > | KL
| > |
| >
| >
 
K

KL

Hi Bob,

You know, you can download all the browsers for free, don't you?

Yep, I actually did right after I asked the question (both Netsacape and Forefox) and both show the MS pages correctly. I am not
sure is that is because the filters are already present on my PC or because the latest versions of those browsers include the
feature I asked about. I am a bit lost now :-/

Regards,
KL
 
T

Thomas A. Rowe

Check to see if images are being used in the NS and FF.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top