我有内部表我需要更改 css值overflow:visible?(I have inner tables i need to change css value overflow:visible?)

编程入门 行业动态 更新时间:2024-10-25 20:26:32
我有内部表我需要更改 css值overflow:visible?(I have inner tables i need to change css value overflow:visible?)

请帮帮我 如果我发现div class =“visible”,则更改所有父css样式溢出:可见。 我需要改变'td'csc值oveerflow-隐藏到溢出 - 可见.by使用任何方式来解决这个问题。

喜欢这个:

<table> <tr> <td > asdf <table > <tr> <td > sdf <table> <tr> <td>Jill <div class="visible1">Venkat overflow: visible;</div> </td> <td> sdf </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> div visible1 > td { overflow: visible; color: red; }

Please help me if i found div class="visible" one then change all parent css style overflow : visible. i need to change the 'td' ccs value oveerflow- hidden to overflow- visible .by using any way to solve this question please.

Like this:

<table> <tr> <td > asdf <table > <tr> <td > sdf <table> <tr> <td>Jill <div class="visible1">Venkat overflow: visible;</div> </td> <td> sdf </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> div visible1 > td { overflow: visible; color: red; }

最满意答案

你做错了检查你的CSS。 一定是这样的。

div.visible1{ overflow:visible; color: red; }

You are doing it wrong check your css. It must be like this.

div.visible1{ overflow:visible; color: red; }

更多推荐

本文发布于:2023-08-01 02:22:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1350521.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:我有   css   overflow   change   tables

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!