![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a very simple stylesheet attached to an html file as below. body {color: darkgray; visibility: hidden} span {color: black; visibility: visible} The objective is to only display text within span tags. However when I render the html nothing is visible so it would seem that that the visibility override on the span tags is not taking effect. Can anybody shed light on this? |
#3
| |||
| |||
|
|
body {color: darkgray; visibility: hidden} span {color: black; visibility: visible} Should work except in Opera (bug). |
#4
| |||
| |||
|
|
I have a very simple stylesheet attached to an html file as below. body {color: darkgray; visibility: hidden} span {color: black; visibility: visible} The objective is to only display text within span tags. However when I render the html nothing is visible so it would seem that that the visibility override on the span tags is not taking effect. Can anybody shed light on this? |
![]() |
| Thread Tools | |
| Display Modes | |
| |