Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS ul covers div Reply To: ul covers div

#186060
Senff
Participant

First: don’t give elements the same ID on one page. Use each ID only once. I see you used ID’s “price” and “idn” multiple times. Instead, you should give them classes.

To answer your question: there’s various ways of doing this. You could give the UL a margin of 3 pixels, for example.