|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hiding icons in open source css
hello
I am currently working on a website with a template from mambo open source. Unfortunately there are some icons built in the css that are rather ugly to look at. Would any one of you know how to hide them? thank you and regards, schnauzer |
|
#2
|
||||
|
||||
|
Icons built into the CSS? Show some code please.
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
Reply
Quote:
hello I am sending you the code that I see could be related to the icons. unfortunately I cannot see where I could manipulate the icons themselves. I was able to change background colour to white, but not to hide the icons. this is the link to the website where the icons are: URL this is what I can find relating to icons in the css ul { margin: 0px 0px 0px 0px; } li { list-style: inside url(../images/arrow.gif) 2px; list-style-image: url(../images/arrow.gif); table.contact { background-color: #FFFFFF; } table.contact td.icons background-color: #FFFFFF; } table.contact td.details { background-color: #FFFFFF; font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; } thanks |
|
#4
|
||||
|
||||
|
The CSS you provided is used to indicate that images should be used for html lists (the ones that normally show bullets) that are produced with the <ul> or <ol> tags with <li> tags.
The images on the page you linked to are in the html code. One of those images is located at http://www.buerki.ch/boutique_moniq...con_address.png . So I would say the icons are built into the template's html, not the template's css. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > hiding icons in open source css |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|