Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Please, post all your html. Often, it also happens to me, I don't see small things and only one character missing or at the wrong place can lead to errors.</p> <p>So, first your <strong>HTML code has one <code>&lt;/div&gt;</code> (closed div) too much</strong>, if this is all of your code. Probably, you don't want it to be after the <code>&lt;div id="div2"&gt;</code>?</p> <p>Furthermore, what are ? If the select does not work (in all browsers) it may likely be, that maybe a " (quote) or a / (slash) or sth small like this is missing or you e.g. wrote instead of etc. (Believe me, I had already experts who finally found I wrote maibox instead of mailbox etc.)</p> <p>Depending on what you mean with: "is not working" (that is generally never a great description of an error). What does not work? You don't see the select or you cannot open it? Or the options are not (completely) shown?</p> <p>I personally don't think it is connected to any CSS or nested div issue, but rather to some code within your select/option tags you have not completely posted.</p> <p>Furthermore, just a side note: if you use Chrome, still many users use different browsers, so I suppose you want your code to be clean and working right in most all of them, right? ;)</p> <p><strong>EDIT</strong>: one thing, that can actually cause troubles with your select is that you assign the width of your divs with % values. You should know how this works: each element assumes 100% is the width of the element it is located in. So, div4 has 44% width of div3, and your select now has 150% of 44% of 100% of 80% of 100%. However, 150% is the magic number, so depending on the overflow, your select can be cut at 100% and the right 50% could possibly not shown.</p> <p>In addition, if you already use a png as background image, do you really need the opacity on div2?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload