Create Gradient Background on Web Page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne  Wengert

    Create Gradient Background on Web Page

    I'm looking for information or samples of how to display a gradient
    background color for an ASP.NET web page. I want to be able to set a start
    and end color (e.g. Light Orange to White) and have the page rendered with
    that gradient background from left to right. Using google I found several
    examples but they all appeared to apply only to Windows Forms

    Wayne


  • bruce barker

    #2
    Re: Create Gradient Background on Web Page

    just create a background gif.

    -- bruce (sqlwork.com)


    "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
    news:ezKzRZTlEH A.2948@TK2MSFTN GP11.phx.gbl...[color=blue]
    > I'm looking for information or samples of how to display a gradient
    > background color for an ASP.NET web page. I want to be able to set a start
    > and end color (e.g. Light Orange to White) and have the page rendered with
    > that gradient background from left to right. Using google I found several
    > examples but they all appeared to apply only to Windows Forms
    >
    > Wayne
    >
    >[/color]


    Comment

    • Eliyahu Goldin

      #3
      Re: Create Gradient Background on Web Page

      If you are happy with IE only, use style filters.

      Eliyahu

      "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
      news:ezKzRZTlEH A.2948@TK2MSFTN GP11.phx.gbl...[color=blue]
      > I'm looking for information or samples of how to display a gradient
      > background color for an ASP.NET web page. I want to be able to set a start
      > and end color (e.g. Light Orange to White) and have the page rendered with
      > that gradient background from left to right. Using google I found several
      > examples but they all appeared to apply only to Windows Forms
      >
      > Wayne
      >
      >[/color]


      Comment

      • Kevin Spencer

        #4
        Re: Create Gradient Background on Web Page

        Use an image. You can create a 5-pixel-high by the widest you expect your
        browser window to be JPG, and make it a gradient from left to right. It will
        tile down the page.

        --
        HTH,
        Kevin Spencer
        ..Net Developer
        Microsoft MVP
        Big things are made up
        of lots of little things.

        "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
        news:ezKzRZTlEH A.2948@TK2MSFTN GP11.phx.gbl...[color=blue]
        > I'm looking for information or samples of how to display a gradient
        > background color for an ASP.NET web page. I want to be able to set a start
        > and end color (e.g. Light Orange to White) and have the page rendered with
        > that gradient background from left to right. Using google I found several
        > examples but they all appeared to apply only to Windows Forms
        >
        > Wayne
        >
        >[/color]


        Comment

        • Wayne  Wengert

          #5
          Re: Create Gradient Background on Web Page

          Thanks for the suggestions guys.

          Wayne

          "Wayne Wengert" <wayneDONTWANTS PAM@wengert.com > wrote in message
          news:ezKzRZTlEH A.2948@TK2MSFTN GP11.phx.gbl...[color=blue]
          > I'm looking for information or samples of how to display a gradient
          > background color for an ASP.NET web page. I want to be able to set a start
          > and end color (e.g. Light Orange to White) and have the page rendered with
          > that gradient background from left to right. Using google I found several
          > examples but they all appeared to apply only to Windows Forms
          >
          > Wayne
          >
          >[/color]


          Comment

          Working...