左侧悬浮菜单实例代码

function OnMouseOverNav() { document.getElementById("scrollMenu").style.display = "none"; document.getElementById("leftNavMenu").style.display = "block"; document.getElementById("divLeftNav").style.width = "150px"; } function hideNavMenu(theEvent){ if (theEvent) { var browser=navigator.userAgent; if (browser.indexOf("Firefox")>0){ if (document.getElementById('leftNavMenu').contains(theEvent.relatedTarget)) { return; } } if (browser.indexOf("MSIE")>0){ if (document.getElementById('leftNavMenu').contains(event.toElement)) { return; } } } document.getElementById("scrollMenu").style.display = "block"; document.getElementById("leftNavMenu").style.display = "none"; } var tips; var theTop = 175; var old = theTop; function initLeftNavFloatTips() { tips = document.getElementById('divLeftNav'); moveTips(); }; function moveTips() { var tt=50; if (window.innerHeight) { pos = window.pageYOffset }else if (document.documentElement && document.documentElement.scrollTop) { pos = document.documentElement.scrollTop }else if (document.body) { pos = document.body.scrollTop; } pos=pos-tips.offsetTop+theTop; pos=tips.offsetTop+pos/10; if (pos < theTop) pos = theTop; if (pos != old) { tips.style.top = pos+"px"; tt=10; } old = pos; setTimeout(moveTips,tt); }

 

众智广告 安徽专业广告公司 包装设计 企业形象设计 商标设计 画册设计制作 品牌广告策划推广 地产广告策划推广 品牌规划设计 合肥市众智广告有限公司

点击查看更多品牌VIS点击查看更多产品包装设计点击查看更多画册海报设计 点击查看更多商务空间设计点击查看更多网页设计
  众智TEAMWORK的品牌识别系统,能确保所有品牌设计活动能反映、建立并忠于品牌的核心价值与精神。我们的专业能力在于对不同类型品牌的深入洞察并提供切实可行的解决方案。
 
众智TEAMWORK的设计战略是将品牌概念提升到与消费者互动共鸣、情感交融的行动平台上,您可以通过点击以下众智所服务的品牌类型,快速了解您的品牌有哪些特点以及众智在相关领域的服务能力。

部分战略合作伙伴:

■ 国家级合肥经济技术开发区 ■ 国家级合肥新站综合开发试验区 ■ 合肥新港工业园 ■ 合肥出口加工区 ■ 安徽省测绘院 …

■ 江淮汽车 ■ 金六福酒业 ■ 安徽皖酒集团 ■ 安徽路桥集团 ■ 双鹤药业

■ 小刘食品 ■ 国泰食品 ■ 胡玉美 ■ 百福食品 ■ 彩蝶轩 …

■ 蓝实地产 ■ 金坐标房产 ■ 润华地产 ■ 润奇地产 …

 
品牌规划设计
点击返回头部
 

由于人们所获取信息的80%都来自视觉,因此作为企业眼的VIS(视觉识别)系统,是感知企业形象最直观的一个途径,所以品牌设计必须形象直观、具有冲击力以及后续发展的潜质。

As we get 80% of the information through our visual system. VIS (visual identification system) is the eye of an enterprise, it is the most direct way for people
 
点击查看更多 点击查看更多 点击查看更多
点击查看更多 点击查看更多  
 
 
包装设计
点击返回头部
 

包装设计最主要的功能是保护商品,其次是美化商品和传达信息。值得注意的是从现代消费来讲,后者的功能已经越来越显示出重要性,角度所能做到的是,让消费者一眼相中,便抓住不放!

The main function of packing is to protect product, and the functions beautifying product and transferring information are secondary. But now,
 
点击查看更多 点击查看更多 点击查看更多
点击查看更多 点击查看更多
 
 
型录设计
点击返回头部
 

画册也就是stylebook的意思,是一个精美画面缩影。作为可读可感的宣传资料,我们必须使画册及海报更有品位和深度,充分展示产品的形象及功能,有效而详实,充分发挥纸媒传播的作用。

Album is the miniature of a delicate picture. As propaganda information which can be read, through our design, the albums and posters with high
 
点击查看更多 点击查看更多 点击查看更多
点击查看更多 点击查看更多  
 
 
品牌推广
点击返回头部
 

商业空间的设计需要练达、专业,以及充分的表现力。但无论何种商业空间,都应以丰富的生活智慧向顾客展示商家人性化的一面,才能从情感上打动潜在客群。角度,正是这样做的。

The design of business space must be applicable, professional and expressive. No matter what kind of the business space is, it must show the humanized

 
点击查看更多 点击查看更多 点击查看更多
点击查看更多 点击查看更多
@charset "utf-8"; /* CSS Document */ .LeftNav{ z-index:999; width: 150px; left: 3px; top: 175px; position: absolute; color: #000; display: block; } .LeftNav .Menulist{ width: 150px; background: url(images/navbar/siderIM_bg.gif) padding:5px; display: block; } .LeftNav .Menulist .t{ height:34px; background-image: url(images/navbar/chatbg1.png); background-repeat: repeat; display: block; } .LeftNav .Menulist .b{ height:20px; overflow:hidden; background-image: url(images/navbar/chatbg3.png); background-repeat: no-repeat; } .LeftNav .Menulist .con{ width: 100%; padding: 10px 0px 10px 0px; background-image: url(../images/chatbg2.png); background-repeat: repeat-y; display: block; overflow: hidden; height: 160px; } .LeftNav .Menulist a { font-size: 12px; color: #000; text-decoration: none; line-height: 25px; width: 150px; display: block; height: 25px; }

你可能感兴趣的:(130-Web语言)