oz11 Posted September 17, 2023 Share Posted September 17, 2023 (edited) <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! Edited September 17, 2023 by oz11 Quote Link to comment https://forums.phpfreaks.com/topic/317294-details-not-showing-second-line/ Share on other sites More sharing options...
oz11 Posted September 17, 2023 Author Share Posted September 17, 2023 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 . Quote Link to comment https://forums.phpfreaks.com/topic/317294-details-not-showing-second-line/#findComment-1611918 Share on other sites More sharing options...
oz11 Posted September 17, 2023 Author Share Posted September 17, 2023 Nevermind. seems to work in an independent html fil so its own to some php-related business. Closed. Quote Link to comment https://forums.phpfreaks.com/topic/317294-details-not-showing-second-line/#findComment-1611919 Share on other sites More sharing options...
Solution oz11 Posted September 17, 2023 Author Solution Share Posted September 17, 2023 (edited) Came down to a Quote style="line-height: 0px;" Take time with Franken code! Edited September 17, 2023 by oz11 Quote Link to comment https://forums.phpfreaks.com/topic/317294-details-not-showing-second-line/#findComment-1611920 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.