Redifine a bgcolor Value Dynamically

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Redifine a bgcolor Value Dynamically

    I have a data driven website that the area that has "bgcolor=#FFFFFF" I don't
    have access to and I need to change it to something else or make it null. I can
    add JS file or css to the head.

    Is there a way to redefine the value bgcolor=#FFFFFF to something else with
    Javascript or css.

    BigdaddyVELTRI Guest

  2. Similar Questions and Discussions

    1. param bgcolor not working in IE
      hello; any reason why bgcolor would not work in the <object ... > ; for instance: <param name=bgcolor value=#231004 /> I have...
    2. CFGRIDCOLUMN - BGColor (Expression) Problem
      Having issues with using an expression to determine the BGCOLOR in a specific cell using the CFGRIDCOLUMN tag. When I put the expression in the...
    3. Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
      Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I...
    4. DataGrid BGcolor
      Hi Brian, You can make changes to the row colour during the ItemCreated event. Here's a quick example: Private Sub Page_Load _ (ByVal sender...
    5. javascript help, change bgcolor of column
      Hey, I have a table that has 5 columns in it. What it does is when the user enters a name into a field and clicks submit it takes them to this page...
  3. #2

    Default Re: Redifine a bgcolor Value Dynamically

    Yes, but how depends on the element you're trying to redefine.

    "BigdaddyVELTRI" <webforumsuser@macromedia.com> wrote in message
    news:ed482f$r9k$1@forums.macromedia.com...
    >I have a data driven website that the area that has "bgcolor=#FFFFFF" I
    >don't
    > have access to and I need to change it to something else or make it null.
    > I can
    > add JS file or css to the head.
    >
    > Is there a way to redefine the value bgcolor=#FFFFFF to something else
    > with
    > Javascript or css.
    >

    Lionstone Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139