Quote:
Originally Posted by Digital Jedi
center center sets the horizontal and vertical orientation of the background image of the DIV, which is what the dot images are. I think it's X and then Y, (but I always end up double checking). float controls orientation of the DIV itself.
|
You probably want to change the
float on the
<ul>
Code:
.djdot ul{
margin: 0;
padding: 0;
float: left;