Page 1 of 1
必胜客首页flash问题
Posted: Sep 18 2010, 22:43
by red
Re: 必胜客首页flash问题
Posted: Sep 28 2010, 23:02
by phoenix
先这样吧:
Code: Select all
www.pizzahut.com.cn/phcda/index.aspx $SET(0=a_web.)
Re: 必胜客首页flash问题
Posted: Sep 29 2010, 11:04
by ddbb
DIV[id="logindiv"]
这个DIV把下面的都档住了........要么你写个CSS把这个DIV改小......要么屏蔽掉.........
Re: 必胜客首页flash问题
Posted: Sep 29 2010, 14:46
by phoenix
确实如此。
但是 sidki 的规则包并没有对那个 div 进行修改,为什么一过滤就不正常,不过滤就正常呢?
Re: 必胜客首页flash问题
Posted: Sep 29 2010, 23:36
by red
决定使用usercss。$SET(sUserCSS=CSS_NAME)添加的usercss在inline css之前,有无办法直接block inline css
Re: 必胜客首页flash问题
Posted: Oct 03 2010, 23:46
by phoenix
sidki 的规则包没有直接 block inline css 的功能,因为 css 一般是用于页面设计,很少用于广告。
自己单独写个规则修改那段 css 吧。
Re: 必胜客首页flash问题
Posted: Oct 05 2010, 09:27
by ddbb
这个好像是opera的问题 是对 position:absolute; 的解析和IE的不一样.....
把logindiv里的position:absolute; 去掉 就能解决了.......可是好像你们不过滤的话也没事.......不知道为什么......
因为在我这不过滤的话 logindiv也是很大的........
Re: 必胜客首页flash问题
Posted: Oct 05 2010, 10:07
by phoenix
sidki 如是说:
Just wildly speculating, another inserted element may influence z-index:auto, as interpreted by Opera.
I'm not familiar with Opera's Dragonfly (it does break the Flash menu too, btw), and as i said before, Flash interactivity is defunct in Firefox anyway. However, if i fire up DOM Inspector and set the z-index for logindiv to -1, then things do work.
So, playing with that CSS property may result in a work-around...