700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > html 页面右侧浮窗 CSS CSS实现广告右侧悬浮效果

html 页面右侧浮窗 CSS CSS实现广告右侧悬浮效果

时间:2023-07-08 09:35:10

相关推荐

html 页面右侧浮窗 CSS CSS实现广告右侧悬浮效果

/*反馈窗口*/

#feedback{

width:29px;

height:120px;

position:fixed;

_position:absolute;

left:50%;

margin-left:482px;

top:203px;

_top: expression(documentElement.scrollTop + 204);

}

.windows_feedback{ width:29px; height:120px; z-index: 1000;}

.windows_feedback a{ display:block; width:19px; margin:0 auto; padding-top:5px}

.windows_feedback a:hover{ color:#ff7100; text-decoration:none}

.window_suspend{ width:19px; background:url(/images/bg_feedback_01.gif) no-repeat 0 0;}

.window_suspend a{ display:block; background:url(/images/bg_feedback_02.gif) no-repeat 0 bottom; width:15px; padding:7px 0 6px 4px; text-decoration:none; font-size:12px; color:#878787;}

.window_suspend a:hover{ color:#f60; text-decoration:none;}

-->

#feedback{

width:29px;

height:120px;

position:fixed;

_position:absolute;

left:50%;

margin-left:482px;

top:203px;

_top: expression(documentElement.scrollTop + 204);

}

.windows_feedback{ width:29px; height:120px; z-index: 1000;}

.windows_feedback a{ display:block; width:19px; margin:0 auto; padding-top:5px}

.windows_feedback a:hover{ color:#ff7100; text-decoration:none}

.window_suspend{ width:19px; background:url(/images/bg_feedback_01.gif) no-repeat 0 0;}

.window_suspend a{ display:block; background:url(/images/bg_feedback_02.gif) no-repeat 0 bottom; width:15px; padding:7px 0 6px 4px; text-decoration:none; font-size:12px; color:#878787;}

.window_suspend a:hover{ color:#f60; text-decoration:none;}

新版调查

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。