Hi all,
I'm having some problems with a new website I'm creating. I have created a list for navigation and have set each element a different class so that it can have a different list-style-image but for some reason these don't show up in IE. Here is the website: www.st-and.ac.uk/~jl386/quantum the css is:
#nav ul {
padding:0;
margin-left:70px;
}
#nav li {
float:left;
margin-left:25px;
margin-bottom:10px;
padding-right:30px;
padding-bottom:2px;
list-style-position: outside;
font-size:13px;
text-align:left;
}
li.element1 {
list-style-image:url(list/1.jpg);
}
where there is a different element2, element3 ... and then for the main code I have <ul><li class="element1"><a href="index.php">Home Page</a></li> and so on.
Any ideas?
I'm having some problems with a new website I'm creating. I have created a list for navigation and have set each element a different class so that it can have a different list-style-image but for some reason these don't show up in IE. Here is the website: www.st-and.ac.uk/~jl386/quantum the css is:
#nav ul {
padding:0;
margin-left:70px;
}
#nav li {
float:left;
margin-left:25px;
margin-bottom:10px;
padding-right:30px;
padding-bottom:2px;
list-style-position: outside;
font-size:13px;
text-align:left;
}
li.element1 {
list-style-image:url(list/1.jpg);
}
where there is a different element2, element3 ... and then for the main code I have <ul><li class="element1"><a href="index.php">Home Page</a></li> and so on.
Any ideas?