|
|||||||
| CSS Discussion and technical support relating to Cascading Style Sheets. |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
working with Css alpha setting in <ul><LI>
i want to know if there is a way to aply alpha settings to one property of <ul><li> without affecting other properties of <ul><li> for example
ul#navlist li { margin: 0; padding: 7px 0 7px 0; background-color: #999999 , -moz-opacity:0.2 ; //this will not make the setting for background be #999999 with 0.2 opacity// float: left; font-family:verdana,arial,sans-serif; font-size:10px; font-weight:bold; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } ul#navlist li { margin: 0; padding: 7px 0 7px 0; background-color: #999999 float: left; font-family:verdana,arial,sans-serif; font-size:10px; font-weight:bold; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; -moz-opacity:0.2 ;//this will aply alpha settings to borders, font, and background. and i only want the alpha settings in a background.// } all i want is background with alpha setting. any suggestion? i did search for alpha topic in this forum and i think all of them are image base problems thank for the help |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|