Firefox 3 and Safari doesn't load some parts of CSS
I have a page that works in IE 7,8,9; Chrome and FF6 but I have some problems loading a part of style in FF3.
This is a part of the .css file:
.recipe_search_results table td ul.trait_icons {
margin: 0;
list-style-type: none;
}
.recipe_search_results table td ul.trait_icons li {
display: inline;
padding: 0;
开发者_Python百科}
You don't tell us what does not work as intended. But since you are running into problems in Firefox here is a helpful hint for you: Install the FireBug addon to your Firefox 3 and analyze your page and the effective style sheets being applied to your elements.
精彩评论