Forums

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

Home Forums CSS ul covers div

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186057
    pvl123
    Participant

    http://jsfiddle.net/wfcyaey0/

    How to make border or shadow to be visible from all div pricing?

    If I choose shadow, ul covers that. Border moves second pricing left.

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.