FF ---> IE

Out of context: Reply #25

  • Started
  • Last post
  • 48 Responses
  • Hello-Sexy0

    you can just throw a background div instead of the image background with a background color. then set its transparency via css: (i hope this shows up)

    filter:alpha(opacity=20);
    -moz-opacity:0.20;
    opacity: 0.20;
    -khtml-opacity:0.20;

    change the 20 (.20) to whatever you want....

    that will make that div transparent. if you need rounded corners (firefox only):

    -moz-border-radius:10px;

    change the radius for the amount you want.

View thread