•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 397,809 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,512 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 2502 | Replies: 5
![]() |
•
•
Join Date: May 2006
Location: New Jersey
Posts: 1,422
Reputation:
Rep Power: 5
Solved Threads: 34
li{
content: "\00BB \0020";
}Won't work in IE though. If you want it to be cross-browser use an image instead.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
•
•
Join Date: Oct 2006
Posts: 24
Reputation:
Rep Power: 2
Solved Threads: 0
Hmm, how would it work in inline tags?
I have this:
it doesn't seem to work.
I have this:
<li style="content: '\00BB \0020';">
it doesn't seem to work.
•
•
Join Date: Feb 2005
Posts: 427
Reputation:
Rep Power: 4
Solved Threads: 12
Two methods I can think of.
You have the image property for Lists, and you have the background-image proprerty also.
Or
Note, with the background-image method, you may need to apply a bit of padding to the list.
You have the image property for Lists, and you have the background-image proprerty also.
li
{
list-style-image: url(yourimage.ext);
}Or
li
{
list-style: none;
background-image : url(yourimage.ext);
}Note, with the background-image method, you may need to apply a bit of padding to the list.
Sometimes life holds wonderful suprises - shame I sleep through them all.
http://www.choose-easyweb.com - Not my design, nor my idea :)
http://www.choose-easyweb.com - Not my design, nor my idea :)
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- Converting special regular expression quantifiers to NFAs efficiently (Computer Science and Software Design)
- Cannot delete file (Windows 9x / Me)
- Special Character generation (Java)
- How do I create a program using an Array ? (C++)
Other Threads in the HTML and CSS Forum
- Previous Thread: CSS formatting not showing when uploaded
- Next Thread: html help



Linear Mode