use js to change stylesheet colors

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

    #1

    use js to change stylesheet colors

    When creating a new site, I will usually have to go through several
    postings with customers to verify the correct color for links,
    background, .....

    I would love to be able to add a simple script to the home page, that
    allows customers to click a link to change the menu color / link
    background / ... as defined by css, and let me know which one they
    want.

    anyone have an example of this?


  • Michael Winter

    #2
    Re: use js to change stylesheet colors

    On Thu, 29 Jan 2004 11:45:32 -0600, Treetop <treetop@netfro nt.net> wrote:
    [color=blue]
    > When creating a new site, I will usually have to go through several
    > postings with customers to verify the correct color for links,
    > background, ....
    >
    > I would love to be able to add a simple script to the home page, that
    > allows customers to click a link to change the menu color / link
    > background / ... as defined by css, and let me know which one they
    > want.
    >
    > anyone have an example of this?[/color]

    If your clients use a decent browser (that is, not IE), you can simply
    specify several alternative stylesheets that can be selected from menus in
    the browser itself.



    Mike

    --
    Michael Winter
    M.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

    Comment

    • Vladdy

      #3
      Re: use js to change stylesheet colors

      Treetop wrote:
      [color=blue]
      > When creating a new site, I will usually have to go through several
      > postings with customers to verify the correct color for links,
      > background, .....
      >
      > I would love to be able to add a simple script to the home page, that
      > allows customers to click a link to change the menu color / link
      > background / ... as defined by css, and let me know which one they
      > want.
      >
      > anyone have an example of this?
      >
      >[/color]
      See the customization wiget on my site.
      Requires Gecko or IE6.0

      --
      Vladdy

      Comment

      Working...