View Revisions: Issue #2121
[ Back to Issue ]
Summary | 0002121: CSS alpha support | ||
---|---|---|---|
Revision | 2014-05-11 14:45 by Chris Young | ||
Additional Information | I believe it is things like this in the CSS causing the problem: background:rgba(0,0,0,0.6) |
||
Revision | 2014-05-11 14:52 by Chris Young | ||
Additional Information | I believe it is things like this in the CSS causing the problem: background:rgba(0,0,0,0.6) The two screenshots show the Amiga and GTK frontends display the page the same way. |
||
Revision | 2014-05-11 14:45 by Chris Young | ||
Description | The lack of CSS (plotter?) alpha channel support is causing some pages to be unreadable without highlighting text. |
||
Revision | 2014-05-11 15:30 by Vincent Sanders | ||
Description | The lack of CSS (plotter?) alpha channel support is causing some pages to be unreadable without highlighting text. |
||
Revision | 2014-05-11 14:45 by Chris Young | ||
Steps To Reproduce | The Eurovision results pages (eg. http://www.eurovision.tv/page/results?event=1893&voter=UA) have all the information in boxes above a background image. On other web browsers these boxes are largely transparent, however on NetSurf they are opaque. Without the alpha channel they consist of black or white boxes with white text on top of them. |
||
Revision | 2014-05-11 15:30 by Vincent Sanders | ||
Steps To Reproduce | The Eurovision results pages (eg. http://www.eurovision.tv/page/results?event=1893&voter=UA) have all the information in boxes above a background image. On other web browsers these boxes are largely transparent, however on NetSurf they are opaque. Without the alpha channel they consist of black or white boxes with white text on top of them. |
||
Revision | 2014-05-11 15:30 by Vincent Sanders | ||
Additional Information | I believe it is things like this in the CSS causing the problem: background:rgba(0,0,0,0.6) The two screenshots show the Amiga and GTK frontends display the page the same way. |