English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have created a webpage with cells and a background image. I would like to change the cells color from white ( #FFFFFF ) to Transparent ( #_ _ _ _ _ _ ) Thanks in advance.

2007-05-07 03:29:03 · 0 answers · asked by Digital E 3 in Computers & Internet Programming & Design

Thanks Oscar. Robles your answer is the best! Very simple direct and to the point. I will mark it in 4 hours when I am able. Keep up the good work.

2007-05-07 04:04:59 · update #1

0 answers

you type "transparent" instead of the number.

2007-05-07 03:32:51 · answer #1 · answered by Oscar 5 · 3 3

Hex Code For Transparent

2016-12-13 07:15:46 · answer #2 · answered by ? 4 · 0 0

Transparent Hex Code

2016-10-01 10:06:25 · answer #3 · answered by ? 3 · 0 0

There is no transparent color code that I know of

2007-05-07 03:32:07 · answer #4 · answered by Anonymous · 1 0

I know this could be done using CSS...

Ex.:
p { color: rgba(255,0,0,0.5) } where the 0.5 is the transparency ceoficient (this is by the way the red color semitransparent)

For semitransparency you need an extra byte and the html color as far as I know cannot accept it (you should have #FFFFFFxx where the XX should be the fourth byte)

2007-05-07 03:37:39 · answer #5 · answered by None A 3 · 1 0

You can't do such action.

Hex in terms of color, as you may know, is "RRGGBB", as the first two are red, next two are green, the last two are blue. 000000 is black, FFFFFF is white. You can't make a transparent hex.

2007-05-07 03:34:35 · answer #6 · answered by rjsec4ever 2 · 1 1

SIMPLY REMOVE N HEX CODE LEAVE IT BLANK LIKE THIS " " IT WILL BECOME TRANSPARENT

2017-01-02 03:46:32 · answer #7 · answered by janice 1 · 0 0

fedest.com, questions and answers