热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

CSS悬停在外部悬停上的内部元素[复制]-CSShoverinnerelementonouterhover[duplicate]

Thisquestionalreadyhasananswerhere:这个问题在这里已有答案:Isitpossibletochangebetweent

This question already has an answer here:

这个问题在这里已有答案:

  • Is it possible to change between two fontawesome icons on hover? 5 answers
  • 是否可以在悬停时在两个奇特的图标之间进行更改? 5个答案

I would like to apply the hover state to the inner input element of the following link by hovering the image:

我想通过悬停图像将悬停状态应用于以下链接的内部输入元素:


    
Hackschnitzel

So hovering the image should result in the same state as hovering the button (right state - button is green)

因此,将图像悬停应该会产生与悬停按钮相同的状态(右侧状态 - 按钮为绿色)

JSFiddle:https://jsfiddle.net/1oj3ddft/

Edit 1 -

https://jsfiddle.net/1oj3ddft/1/

https://jsfiddle.net/1oj3ddft/1/

#2


0  

yes, just extend the css properties.

是的,只需扩展css属性。

Here's an example, just add a:hover .btn-u to css what you want

这是一个例子,只需添加一个:hover .btn-u来css你想要的

a:hover .btn-u{
  font-size:24px;
}

    


推荐阅读
author-avatar
丹_jie
这个家伙很懒,什么也没留下!
Tags | 热门标签
RankList | 热门文章
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有