Hi guys, a quick CSS query, I am trying to create an inline unordered list that also has square bullets, I have made them inline and added a margin and so there is a gap etc. but cant get the square bullets to appear next the items.
Here is the CSS and XHTML I have written, any suggestions greatly appreciated
This uses floats again, but if you run into problems floats not being cleared use clear:both on the following element. Otherwise take out the floats. The principle is the same: background image and padding-left the size of the image.
This code works in modern browsers. But you should check yourself if it works in every browser.