Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
  • How to make published articles visible only to strangers?

    Please tell me, how can I make my published articles visible only to strangers? I want to make a paginated article list. The articles published by everyone are on the same page, but the visibility permissions can be set for the articles published by everyone. Some articles are only visible to friend...

    Nine 2022-05-12 22:45:26 0  2  1340

  • Click on the web page tab (if visible)

    I have been trying to click a tab in a webpage using the code SetP=D.FindElementByCss("a[href='#pro-content-pro']")P.Click The above code works if the tab is visible in the webpage Works fine, doesn't work if the tab is not visible. The following is the HTML code when visible <lidata-bi...

    P粉704066087 2023-09-13 23:15:38 0  1  652

  • How to implement paging list only visible to friends?

    Please tell me how to make WeChat Moments visible only to friends? I want to make a paged talk list. Some talks are only visible to friends, and some are visible to everyone. How to implement this? It needs to be paginated.

    Nine 2022-05-10 22:24:05 0  6  1236

  • Center image if other images are not visible

    I'm trying to make a simple UI in html. If one div is not visible, the other divs should be centered around the other divs, but that doesn't happen. If all is shown if 2 divs are not visible my CSS and HTML: .playerStats{position:absolute;bottom:2px;left:50%;transform:translate(-50%,-50%);}.hud{widt...

    P粉038161873 2024-03-20 10:03:26 0  1  532

  • CSS nth-chlld only works on visible elements?

    I know that :nth-child is actually checking "child" vs "visible children", but is there a selector that handles visible children? Let's say I have a table and I set the odd rows to different colors and I have a search filter that hides rows that don't match the search. Now when I...

    P粉077701708 2024-01-29 10:37:48 0  1  536

  • javascript - How to determine if an element is currently within the visible area

    As the title states, I now have a row of horizontally typed li's that can slide freely horizontally. When a certain li is within the current visible area, some of its styles are changed. How should I write such an effect? Hope you guys can help me with the answer. . . . . . .

    天蓬老师 2017-07-05 11:07:20 0  5  1258

  • 3. The JS 3D model has been added but is not visible

    I'm trying to add a 3D model to my website. I'm using three .js. I tried everything but couldn't make the 3D model visible. In the Network tab of the developer tools, I can see the MTL and OBJ files are loaded, but the page is just blank. I tried 3 different 3D models but the same problem persists. ...

    P粉593536104 2024-04-03 19:06:13 0  1  642

  • javascript - How to determine whether an element has scrolled to the bottom of the visible area of ​​the screen?

    An element was originally located above the bottom of the visible area of ​​the screen. When the scroll bar scrolled up, the element touched the bottom of the screen. I want to trigger a function when the element touches the bottom of the screen. So how can I capture the element touching the screen?...

    给我你的怀抱 2017-05-19 10:26:18 0  3  896

  • Asking for advice on a mysql table grouping index problem

    I'm working on a website program, and the general requirements are as follows. Users are divided into five levels: 1-5. The higher the number, the higher the authority. I have a bunch of content, the higher the level the more content is visible to the user. For example, there is content: A, B, C, D,...

    迷茫 2017-06-28 09:22:55 0  5  964

  • css - About HTML page IE judgment

    &lt;![if !IE]&gt; &lt;![endif]&gt; Versions other than IE are visible. What I need to do now is that except IE8-, versions lower than IE8 are not visible. How should I write it? I didn't ask clearly, but it is not visible in versions lower than IE8, but can be seen in other browsers ...

    曾经蜡笔没有小新 2017-05-16 13:33:16 0  2  699

  • Why is the Div container visible?

    I'm trying to put 3 divs into 1 div. Based on my code, I'm trying to make Div3 a container for Div4-6. However, even though Div5 and Div6 have the same code, they overlap. &lt;!DOCTYPEhtml&gt;&lt;html&gt;&lt;head&gt;&lt;style&gt;#div1{background-color:blue;width:6

    P粉539055526 2023-09-09 13:16:39 0  2  698

  • After IDEA uses the Git plug-in to switch branches, the source code cannot be seen?

    After IDEA uses the Git plug-in to switch branches, the source code cannot be seen under the Project window, but the corresponding version of the source code can be seen in the warehouse, and only the latest created branch is visible under the Project window, and the others are not visible, just lik...

    给我你的怀抱 2017-05-02 09:37:10 0  0  839

  • IntersectionObserver's callback function was not called

    I have a cross viewer. Everything works fine. I have a top section. But when I scroll down and then refresh (it refreshes to the previously visible section), the cross-viewer callback is called to the top section instead of the visible section. constobserverCallBack=(entries,observer)=>{const[ent...

    P粉052724364 2023-08-15 20:15:03 0  1  557

  • SVG icon still invisible after setting visibility: hidden and 0 height and width

    So I need to hide my menu and only show it when I press a tab. What I did was write the following class: .not-visible{transform:scale(0);height:0px;width:0px;margin:0;padding:0;visibility:hidden;}.not-visible*{margin:0 ;padding:0;height:0px;width:0px;} This is perfect so that the content doesn’t tak...

    P粉764836448 2023-09-16 17:29:10 0  1  741

  • Why isn't my hamburger menu showing up on my phone?

    On my phone I can click where it should be and a dropdown menu appears, but for some reason the burger itself is not visible. When I view the site in mobile view on desktop, it is visible, so I'm confused. I looked everywhere for where it might be hidden, but I saw nothing. Any help is greatly appre...

    P粉295616170 2024-02-17 17:05:49 0  1  535

  • Problem: Javascript's change function is not valid

    I'm having trouble changing text translation using JavaScript. This is the html code document.getElementById('slider-en1').style.visibility='hidden';document.getElementById('slider-id1').style.visibility='visible';functionchangeFunc(){varselectBox=doc

    P粉654894952 2023-09-06 00:04:57 0  1  722

  • Chartjs legend still not visible even after setting it to true

    I'm relatively new to ChartJS and I'm looking for a way to display labels on my donut chart. I tried setting the visibility of the legend to true in the options but still doesn't work. vardata=[{data:[successfulBuildsCount,failureBuildsCount],labels:["success","failure"],backgrou...

    P粉595605759 2023-09-14 18:38:17 0  1  706

  • Navigate to next page after making selection using Visible Values ​​option

    I'm trying to create a flow using HTML (code is at the bottom) I select "Cisco" and then go to the next box for me to choose a type, I select "PE Router" and then go to the next set of options, select the device and so on , until completed How can I create something similar to co...

    P粉351138462 2024-02-26 22:45:32 0  1  1954

  • Add deferred content before and after hover overlay

    When I hover over a div I want to have an overlay that slides from left to right and then after a 1 second delay the content becomes visible.

    P粉731861241 2023-08-02 17:34:53 0  1  739

  • javascript - How to get the height of the displayed part of an element in js?

    When an element is scrolled, some or even all elements may be hidden. How to get the height of the visible part? Using clientHeight doesn't work, what should I do?

    过去多啦不再A梦 2017-06-12 09:30:22 0  4  818

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved