How to correct this glitch
Posted
by Rebol Tutorial
on Stack Overflow
See other posts from Stack Overflow
or by Rebol Tutorial
Published on 2010-04-05T19:43:55Z
Indexed on
2010/04/06
1:13 UTC
Read the original article
Hit count: 232
css
I removed
background: url(none);
in my stylesheet because of load performance http://stackoverflow.com/questions/2577422/why-firebug-pretends-that-my-stylesheet-is-calling-my-xmlrpc
The problem is that it now causes some glitch on css list.
Any idea how to fix this ?
Thanks.
Update: picture below
Tried to put background: none as suggested but didn't solve the problem/
ul.sidebar_list li ul li ul {
margin: 0px;
padding: 0px!important;
float: left;
width: 100%;
list-style-type: none;
background: none;
}
© Stack Overflow or respective owner