|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Problem with bullet color
I am using the following code for showing a list with black back ground color and white font. But my bullet is not visible. I am expecting white buttet. How to do that?
<body bgcolor = "black"> <p style="font-family:verdana;font-size:100%;color:white"> In order to get the best performance from this web site, it is recommended for the user to have the following feature in the computer: <ul> <li> <p style="font-family:verdana;font-size:100%;color:white"> Borwser: Internet Explorer 6.X </p> </li> <li> <p style="font-family:verdana;font-size:100%;color:white"> Screen Resolution : 1024 X 768 </p> </li> </ul> </p> </body> |
|
#2
|
|||
|
|||
|
RE: Problem with bullet color
add the color style to the UL tag
<ul style="color:#FFFFFF"> |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Problem with bullet color |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|