emmapap
11-07-2011, 04:19 PM
Hi
I am setting up a random image generator on my page neujuice.com/rm/home.htm
it works fine except I can't get rid of the bullet points.
I have tried putting ul {list-style-type:none} into the style sheet - this gets rid of the bullets but then all the images sit on top of each other - I want them the 5 to align next to each other, as they do at present (but without the bullet points!) any suggestions
the css I have at present is
.rotator-wrapper{ width: 980px; border: 1px solid black; }
ul#rotator, ul#rotator li{ float: left; width: 980px; margin: 0 0 0 0; padding: 0 0 0 0; }
ul#rotator li{ width: 188px; position: relative; }
.rotator-image{ position: absolute; display: none; width: 188px; height: 105px; }
.img1{ background-image: url(images/home01.jpg); background-repeat: no-repeat; list-style-image:none;}
.
I am setting up a random image generator on my page neujuice.com/rm/home.htm
it works fine except I can't get rid of the bullet points.
I have tried putting ul {list-style-type:none} into the style sheet - this gets rid of the bullets but then all the images sit on top of each other - I want them the 5 to align next to each other, as they do at present (but without the bullet points!) any suggestions
the css I have at present is
.rotator-wrapper{ width: 980px; border: 1px solid black; }
ul#rotator, ul#rotator li{ float: left; width: 980px; margin: 0 0 0 0; padding: 0 0 0 0; }
ul#rotator li{ width: 188px; position: relative; }
.rotator-image{ position: absolute; display: none; width: 188px; height: 105px; }
.img1{ background-image: url(images/home01.jpg); background-repeat: no-repeat; list-style-image:none;}
.