The firefox shows a small hyphen infront of the bullet list. But IE is fine and ok. Please help
I have corrected for post
I have corrected your post and added <code> tags for correct formatting.
Don't see a problem though
Please read the stickies on posting requirements we need to see some actual code or better still a link to your site.
Hugo.
You can see the actual page
You can see the actual page at
http://www.business.orange.co.uk/servlet/Satellite?pagename=Business&c=OUKPage&cid=1135315302024
See the difference between IE and fire fox
Remove this line!
Hello csaravindh
li {
background-image:url(/images/sme/bulleticon.gif);
background-position:0pt 0.7em;
background-repeat:no-repeat;
padding-left:0px;
}
remove the bold line!
http://www.business.orange.co.uk/images/sme/bulleticon.gif
.....
if you need this bulleticon.gif then add a property to your ul
{
list-style: none;
}
this will give you the orange hyphen.
That was gr8... problem
That was gr8...
problem partially resolved..
But some other pages are using this bulleticon.gif. so i can't delete it.
If i give line -style : none; ------> bullets gets disappeared everywhere.
can i use
li.classname {
background-image:url(/images/sme/bulleticon.gif);
background-position:0pt 0.7em;
background-repeat:no-repeat;
padding-left:0px;
}
and leave the other li tags untouched?
Yes ... you can do this! 1.
Yes ... you can do this!
1. Define a general UL with your desirable proprieties!
2. Define a particular class name for the UL with bullets!
Thank you so much all of
Thank you so much all of u!!!!!!! i started liking this forum