这个画廊的问题 [英] problem with this gallery

查看:35
本文介绍了这个画廊的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我写了一个小画廊,但当(ul.gallery li:hover)无法拉伸我的图像时.可能是什么问题?
http://www.gogofile.com/Default.aspx?p=sc&ID=634509560043108750_3345

Hi I write a small gallery but when (ul.gallery li:hover ) can not stretch my image. What could be the problem?
http://www.gogofile.com/Default.aspx?p=sc&ID=634509560043108750_3345

ul.gallery li:hover
{
    position: relative;
    top: -56px;
    left: -75px;
    width: 250px;
    height: 188px;
    padding: 3px;
    border: 3px solid #000;
    z-index: 1;

}

推荐答案

您的CSS片段与拉伸无关,这就是原因.
语法错误.你可能是说

Your CSS fragment has nothing to do with stretching, that''s why.

The syntax is wrong. You probably mean

ul.gallery { li:hover; }



—SA



—SA


您可以在顶部链接中看到我的代码
you can see my code in top link


这篇关于这个画廊的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆