Home › Forums › CSS › ul covers div › Reply To: ul covers div
October 11, 2014 at 3:02 pm
#186060
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.