Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Graduated Skin & Container Backgrounds using DX Image Transforms Graduated Skin & Container Backgrounds using DX Image Transforms
Previous
 
Next
New Post
2/6/2007 6:12 AM
 
You are right it degrades gracefully in non IE browsers.
I think it's strange that there is no other solution for this although there should be with CSS 3 (if that will ever get "released")
You can use an image (<IMG>) and set the width and height to 100%, but the gradient looks quite awfull.

If SVG gets full support this would open up a lot of new possibilities, just have a look at this:
-----------------------------------------------------------------------
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="red_black" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,0,0);stop-opacity:1"/>
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" style="fill:url(#red_black)"/>
</svg>
-----------------------------------------------------------------------
(copy the code to a file called test.svg and open it in your browser)

Very nice, but I didn't manage to set it to 100% in the browser if included in HTML....
 
New Post
2/6/2007 7:58 AM
 
Hi Timo

CSS 3 - I wonder how IE will deal with that?  I'd settle for a full adpotion of css2 - been waiting a long time to do things like cell rollover colours.

Re SVG - very interesting. 

Edit: Just noticed that using this DX effect has the side effect of removing the extra extra weight that IE7 seems to apply to all text to the extent that the page now looks just like it does in FireFox.

Thanks





Mutate and Survive
 
New Post
2/11/2007 5:07 AM
 
"I'd settle for a full adpotion of css2" > I agree, but there should be  a lot of improvements for CSS 3 that would be very handy. and wi'll have to wait a few years before all browsers support it so the sooner the better....

"
Edit: Just noticed that using this DX effect has the side effect of removing the extra extra weight that IE7 seems to apply to all text to the extent that the page now looks just like it does in FireFox."

Ehh, you mean the gradient DX has influence on the way the text is rendered...?




 
New Post
2/12/2007 7:20 AM
 
Hi Timo
Yes, it seems that using a dx filter will negate the "True Type" text rendering that IE7 does as a default.
This makes text heavier and the difference is immediately noiticable in IE/FF comparisons.
As this has been annoying me for a while it may be that DX filters do have a useful purpose.

One way to make text heavier in things like photoshop is to use an alpha channel or 8 bit greyscale data to modify the actual image. Maybe this is how clear type works and using DX filters removes the browsers access to the alpha channel ?

I will have a look around MSDN later.

Mutate and Survive
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Graduated Skin & Container Backgrounds using DX Image Transforms Graduated Skin & Container Backgrounds using DX Image Transforms


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out