THIS HAS NOTHING TO DO WITH LIST-STYLE-TYPE!!!!
So today a client’s wordpress theme was having these »’s show up next to all their bullets in Firefox, but not in IE. I used firebug but the css was not showing up for what was creating it. Very strange.
» is an angle quotation mark (right), and can be displayed using » or » . So naturally I searched my css and all theme files for these HTML snippets. I found a bunch but none I needed. After doing some online searching I found that in some themes they use the li:before to place, a not so commonly used css element (firebug didn’t even display it), the symbol there. But the weird thing is the css. Check it out below, if you find this in your css anywhere, just remove it or comment it out and it will remove the arrows.
.entry ul li:before, #sidebar ul ul li:before {
content: "0BB 020";
}
Learn the foundation of the DHTMLX Suite quickly while building a single page application with multiple components in harmony.
How often do you work with tables? I work with them quite a bit and styling t read more...
UPDATE!! A plugin is now available for this tutorial that includes more features read more...
When running a site with a boat load of javascript, you may want to run a script read more...
There seems to be a lot of misconceptions on the difference between the document read more...
Greetings All! Since everyone was digging the Star Comment Rating I decided that read more...
Thanks!!!
This s#!^ almost killed me