Jump to content

DancingShrimp

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by DancingShrimp

  1. Thanks for your fast response! So, should I replace my CSS-code with yours, or simply add it to the existing? Or perhaps change the ".text-box-ul" to ".modal" in both parts?
  2. Hi folks, I really don't know if this is the right section for posting this question, but perhaps some Moderators could move it otherwise? On my website I have a "modal window" which shows a bulleted list of various online stores for digital music. At the moment I have inserted perhaps 100 different stores, and the pop-up box are really long. I need help with creating a fixed size for this window with a scrollbar inside it. CSS part: .text-box-ul li { list-style-type:disc; margin-left:16px; margin-top:5px; } HTML part: <ul class="text-box-ul"><li>Text here</li><li>Text here</li><li>Text here</li><li>Text here</li></ul> The CSS and HTML-parts are located in different folders on the website structure. I would really appreciate all the help I could get! Thanks!
×
×
  • Create New...