Jump to content

Details not showing second line...


oz11
Go to solution Solved by oz11,

Recommended Posts

<details style=" display: inline;"><summary><?php echo $item; ?></summary>
  <div style="border: 1px solid black; padding: 4px; border-radius: 5px; 
              position: absolute; background-color: white; 
              box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; 
              text-align: left; opacity: 0.82; height: 100px;">
      Search
    <br>or...
  </div>
</details>

Hey freaks (again). HTML question this time .. why is my details element now showing the second line. See image bellow: only shows "search"  and not "or.." . Thanks!

Screenshot from 2023-09-17 20-36-49.png

Edited by oz11
Link to comment
Share on other sites

made some changes.. not a positive result but thought i should show you......

 

    <details style=" display: inline;"><summary><?php echo $item;  // $k is the key ?></summary>
        
<div style="border:1px solid pink; padding: 10px;  position: absolute; color: red">
    Search <br>or...</div>

    </details>

Weird overlapping .

Screenshot from 2023-09-17 20-57-14.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.