leeboycymru
Programmer
I have a php output from a database that is being controlled with css also to create a list.
Its fine in Mozilla, but not in IE. Can anybody see why.
ul {
list-style-type: none;
margin: 7px;
padding: 0;
}
li {
/*border-right: 1px solid #777;*/
float: left;
margin: 0 .3em 0 -.3em;
padding: 0 .6em 0 .6em;
}
and here is the link:
cheers
Lee
Its fine in Mozilla, but not in IE. Can anybody see why.
ul {
list-style-type: none;
margin: 7px;
padding: 0;
}
li {
/*border-right: 1px solid #777;*/
float: left;
margin: 0 .3em 0 -.3em;
padding: 0 .6em 0 .6em;
}
and here is the link:
cheers
Lee