左侧悬浮菜单实例代码

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); }

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>众智广告 安徽专业广告公司 包装设计 企业形象设计 商标设计 画册设计制作 品牌广告策划推广 地产广告策划推广 品牌规划设计 合肥市众智广告有限公司</title> <meta name="keywords" content="众智广告 安徽专业广告公司 包装设计 企业形象设计 商标设计 画册设计制作 品牌广告策划推广 地产广告策划推广 品牌规划设计 合肥市众智广告有限公司" /> <link href="css/style.css" mce_href="css/style.css" rel="stylesheet" type="text/css" /> <link href="css/style2.css" mce_href="css/style2.css" rel="stylesheet" type="text/css" /> <link href="css/navbar.css" mce_href="css/navbar.css" rel="stylesheet" type="text/css" /> <SCRIPT src="js/jquery.js" mce_src="js/jquery.js" type=text/javascript></SCRIPT> <SCRIPT src="js/accordion.js" mce_src="js/accordion.js" type=text/javascript></SCRIPT> <SCRIPT src="js/cycle.js" mce_src="js/cycle.js" type=text/javascript></SCRIPT> <SCRIPT src="js/navbar.js" mce_src="js/navbar.js" type=text/javascript></SCRIPT> <mce:script language="javascript" type="text/javascript"><!-- function correctPNG() { for(var i=0; i<document.images.length; i++) { var img = document.images[i] var imgName = img.src.toUpperCase() if (imgName.substring(imgName.length-3, imgName.length) == "PNG") { var imgID = (img.id) ? "id='" + img.id + "' " : "" var imgClass = (img.className) ? "class='" + img.className + "' " : "" var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' " var imgStyle = "display:inline-block;" + img.style.cssText if (img.align == "left") imgStyle = "float:left;" + imgStyle if (img.align == "right") imgStyle = "float:right;" + imgStyle if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle var strNewHTML = "<span " + imgID + imgClass + imgTitle + " style="/" mce_style="/""" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";" + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader" + "(src=/'" + img.src + "/', sizingMethod='scale');/"></span>" img.outerHTML = strNewHTML i = i-1 } } } window.attachEvent("onload", correctPNG); // --></mce:script> <!-- jQuery Scripts //--> <SCRIPT type=text/javascript> <!-- // Accordion jQuery().ready(function(){ jQuery('#serviceContent').accordion({ autoheight: false }); }); // Cycle $(function() { $('#fW_Content').cycle({ fx: 'scrollLeft', pager: '#fW_Controls' }); }); //--> </SCRIPT> <mce:script src="js/function.js" mce_src="js/function.js" type="text/JavaScript"></mce:script> <mce:script src="Scripts/AC_RunActiveContent.js" mce_src="Scripts/AC_RunActiveContent.js" type="text/javascript"></mce:script> <SCRIPT type=text/javascript> function changetochinese(aobj){ var sText = aobj.innerHTML; if(sText=="Home") { aobj.innerHTML="首页"; }else if(sText=="Works") { aobj.innerHTML="工作"; }else if(sText=="About Us") { aobj.innerHTML="关于我们"; }else if(sText=="Service Domian") { aobj.innerHTML="服务领域"; }else if(sText=="contact US") { aobj.innerHTML="联系我们"; } } function changetoenglish(aobj) { var sText = aobj.innerHTML; if(sText=="首页") { aobj.innerHTML="Home"; }else if(sText=="工作") { aobj.innerHTML="Works"; }else if(sText=="关于我们") { aobj.innerHTML="About Us"; }else if(sText=="服务领域") { aobj.innerHTML="Service Domian"; }else if(sText=="联系我们") { aobj.innerHTML="contact US"; } } </script> <mce:style type="text/css"><!-- .STYLE1 { font-family: "Courier New", Courier, monospace; font-weight: bold; color: #FFFFFF; font-style: italic; } .STYLE6 { font-size: 14px; font-weight: bold; } .STYLE7 {font-size: 14} .STYLE9 {font-size: 12px; color: #666666;} --></mce:style><style type="text/css" mce_bogus="1">.STYLE1 { font-family: "Courier New", Courier, monospace; font-weight: bold; color: #FFFFFF; font-style: italic; } .STYLE6 { font-size: 14px; font-weight: bold; } .STYLE7 {font-size: 14} .STYLE9 {font-size: 12px; color: #666666;}</style> <link href="css/02.css" mce_href="css/02.css" rel="stylesheet" type="text/css" /> </head> <body οnlοad="MM_preloadImages('image/home_02.png')"> <div id="container"> <div id="banner"> <img src="images/栏头-05.jpg" mce_src="images/栏头-05.jpg" width="800px" height="168px" /> <div id="globallink"> <ul> <li width="53"><a οnmοuseοver="changetochinese(this)" οnmοuseοut="changetoenglish(this)" href="brand_home.htm" mce_href="brand_home.htm">Home</a></li> <li width="55"><a οnmοuseοver="changetochinese(this)" οnmοuseοut="changetoenglish(this)" href="brand_works.htm" mce_href="brand_works.htm">Works</a></li> <li width="74"><a οnmοuseοver="changetochinese(this)" οnmοuseοut="changetoenglish(this)" href="brand_AboutUs.html" mce_href="brand_AboutUs.html" alt="hell">About Us</a></li> <li width="117"><a οnmοuseοver="changetochinese(this)" οnmοuseοut="changetoenglish(this)" href="brand_service.html" mce_href="brand_service.html" alt="hell">Service Domian</a></li> <li width="66"><a οnmοuseοver="changetochinese(this)" οnmοuseοut="changetoenglish(this)" href="brand_contact.htm" mce_href="brand_contact.htm" alt="hell">contact US</a></li> </ul> </div> </div> <!--begin left NavaBar--> <div id="divLeftNav" class="LeftNav" style="width: 150px; top: 297.4px;"> <div style="display: none;" mce_style="display: none;" id="leftNavMenu" class="Menulist" onMouseOut="hideNavMenu(event);"> <div class="t"> </div> <div class="con"> <ul> <li><a target="_blank" href=""> <img border="0px" alt="Live Chat" src="http://chatserver.comm100.cn/BBS.aspx?siteId=80015513&planId=28" mce_src="http://chatserver.comm100.cn/BBS.aspx?siteId=80015513&planId=28" id="comm100_EmailImage"> </a> </li> <li> <a href="" target="_blank"><img border="0" align="left" title="" alt="" src="http://wpa.qq.com/pa?p=2:17131599:45" mce_src="http://wpa.qq.com/pa?p=2:17131599:45">导航菜单一</a> </li> <li> <a href="" target="_blank"><img border="0" align="left" title="" alt="" src="http://wpa.qq.com/pa?p=2:17131599:45" mce_src="http://wpa.qq.com/pa?p=2:17131599:45">导航菜单二</a> </li> <li> <a href="" target="_blank"><img border="0" align="left" title="" alt="" src="http://wpa.qq.com/pa?p=2:17131599:45" mce_src="http://wpa.qq.com/pa?p=2:17131599:45">导航菜单三</a> </li> </ul> </div> <div class="b"> </div> </div> <div id="scrollMenu" onMouseOver="OnMouseOverNav();" style="display: block;" mce_style="display: block;"><img alt="go Nav" class="press" src="images/navbar/qq_1.gif" mce_src="images/navbar/qq_1.gif"> </div> </div> <mce:script type="text/javascript"><!-- initLeftNavFloatTips(); // --></mce:script> <!--begin left NavaBar---> <div id="main"> <table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> <div id="fW_Content"><a href="#work_01" mce_href="#work_01" ><img src="images/band_banner.gif" mce_src="images/band_banner.gif" alt="点击查看更多品牌VIS" width="778" height="160" border="0" /></a><a href="#work_03" mce_href="#work_03" ><img src="images/package_banner.gif" mce_src="images/package_banner.gif" alt="点击查看更多产品包装设计" width="778" height="160" border="0" /></a><a href="#work_04" mce_href="#work_04"><img src="images/pop_banner.gif" mce_src="images/pop_banner.gif" alt="点击查看更多画册海报设计" width="778" height="160" border="0" /></a> <a href="#work_05" mce_href="#work_05"><img src="images/trade_banner.gif" mce_src="images/trade_banner.gif" alt="点击查看更多商务空间设计" width="778" height="160" border="0" /></a><a href="web_home.html" mce_href="web_home.html"><img src="images/web_banner.gif" mce_src="images/web_banner.gif" alt="点击查看更多网页设计" width="778" height="160" border="0" /></a></div> </td> </tr> </table> <div> <table width="778" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="20"></td> </tr> <tr> <td valign="top"><table width="778" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1" height="63"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="11" valign="top" class="real_txt"></td> <td width="367" valign="top" class="real_txt"> 众智TEAMWORK的品牌识别系统,能确保所有品牌设计活动能反映、建立并忠于品牌的核心价值与精神。我们的专业能力在于对不同类型品牌的深入洞察并提供切实可行的解决方案。<br /></td> <td width="14" valign="top" class="real_txt"></td> <td width="13"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="372" valign="top" class="real_txt">众智TEAMWORK的设计战略是将品牌概念提升到与消费者互动共鸣、情感交融的行动平台上,您可以通过点击以下众智所服务的品牌类型,快速了解您的品牌有哪些特点以及众智在相关领域的服务能力。</td> </tr> </table></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="154"><h4 class="STYLE9">部分战略合作伙伴:</h4> <h4 class="STYLE9">■ 国家级合肥经济技术开发区 ■ 国家级合肥新站综合开发试验区 ■ 合肥新港工业园 ■ 合肥出口加工区 ■ 安徽省测绘院 …</h4> <h4 class="STYLE9">■ 江淮汽车 ■ 金六福酒业 ■ 安徽皖酒集团 ■ 安徽路桥集团 ■ 双鹤药业</h4> <h4 class="STYLE9">■ 小刘食品 ■ 国泰食品 ■ 胡玉美 ■ 百福食品 ■ 彩蝶轩 … </h4> <h4 class="STYLE9">■ 蓝实地产 ■ 金坐标房产 ■ 润华地产 ■ 润奇地产 …</h4></td> </tr> <tr> <td height="24"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="images/bg.gif"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="8"></td> <td width="158" id="work_01"><img src="images/band_bt.jpg" mce_src="images/band_bt.jpg" height="32" /></td> <td width="588"> <div align="right"><span class="STYLE1">品牌规划设计</span></div></td> <td width="24"><a href="#top" mce_href="#top"><img src="images/top.gif" mce_src="images/top.gif" alt="点击返回头部" height="32" border="0" /></a></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="24"></td> </tr> <tr> <td valign="top"><table width="778" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90" height="63" valign="top"><img src="images/real_01.jpg" mce_src="images/real_01.jpg" width="64" height="60" /></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="362" valign="top"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><p class="real_txt">由于人们所获取信息的80%都来自视觉,因此作为企业眼的VIS(视觉识别)系统,是感知企业形象最直观的一个途径,所以品牌设计必须形象直观、具有冲击力以及后续发展的潜质。 </p></td> </tr> </table></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="324" valign="top" class="real_txt"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top">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</td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="26"></td> </tr> <tr> <td height="26" valign="top"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="262" height="110" valign="top"><a href="brand_works.htm" mce_href="brand_works.htm"><img src="images/02pic01-1.gif" mce_src="images/02pic01-1.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="262" valign="top"><a href="brand_works.htm" mce_href="brand_works.htm"><img src="images/02pic02.gif" mce_src="images/02pic02.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="254" valign="top"><a href="brand_works.htm" mce_href="brand_works.htm"><img src="images/02pic03.gif" mce_src="images/02pic03.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> </tr> <tr> <td height="110" valign="top"><a href="brand_works.htm" mce_href="brand_works.htm"><img src="images/02pic04.gif" mce_src="images/02pic04.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"><a href="brand_works.htm" mce_href="brand_works.htm"><img src="images/02pic05.gif" mce_src="images/02pic05.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"></td> </tr> </table></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40"></td> </tr> <tr> <td height="24"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="images/bg.gif"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="8"></td> <td width="188" id="work_03"><img src="images/package_bt.jpg" mce_src="images/package_bt.jpg" width="188" height="32" /></td> <td width="558"><div align="right"><span class="STYLE1">包装设计</span></div></td> <td width="24"><a href="#top" mce_href="#top"><img src="images/top.gif" mce_src="images/top.gif" alt="点击返回头部" height="32" border="0" /></a></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="24"></td> </tr> <tr> <td valign="top"><table width="778" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90" height="63" valign="top"><img src="images/real_02.jpg" mce_src="images/real_02.jpg" width="74" height="60" /></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="362" valign="top"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><p class="real_txt">包装设计最主要的功能是保护商品,其次是美化商品和传达信息。值得注意的是从现代消费来讲,后者的功能已经越来越显示出重要性,角度所能做到的是,让消费者一眼相中,便抓住不放!</p></td> </tr> </table></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="324" valign="top" class="real_txt"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top">The main function of packing is to protect product, and the functions beautifying product and transferring information are secondary. But now, </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="26"></td> </tr> <tr> <td height="26" valign="top"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="262" height="110" valign="top"><a href="brand_bz.html" mce_href="brand_bz.html"><img src="images/03pic01.gif" mce_src="images/03pic01.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="262" valign="top"><a href="brand_bz.html" mce_href="brand_bz.html"></a><a href="brand_bz.html" mce_href="brand_bz.html"><img src="images/03pic07.gif" mce_src="images/03pic07.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="254" valign="top"><a href="brand_bz.html" mce_href="brand_bz.html"></a><a href="brand_bz.html" mce_href="brand_bz.html"><img src="images/03pic06.gif" mce_src="images/03pic06.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> </tr> <tr> <td height="110" valign="top"><a href="brand_bz.html" mce_href="brand_bz.html"><img src="images/03pic08.gif" mce_src="images/03pic08.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"><a href="brand_bz.html" mce_href="brand_bz.html"><img src="images/03pic05.gif" mce_src="images/03pic05.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"><a href="brand_bz.html" mce_href="brand_bz.html"></a></td> </tr> </table></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40"></td> </tr> <tr> <td height="24"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="images/bg.gif"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="9"></td> <td width="188" id="work_04"><img src="images/pop_bt.jpg" mce_src="images/pop_bt.jpg" height="32" /></td> <td width="558"><div align="right"><span class="STYLE1">型录设计</span></div></td> <td width="24"><a href="#top" mce_href="#top"><img src="images/top.gif" mce_src="images/top.gif" alt="点击返回头部" height="32" border="0" /></a></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="24"></td> </tr> <tr> <td valign="top"><table width="778" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90" height="63" valign="top"><img src="images/real_03.jpg" mce_src="images/real_03.jpg" width="75" height="61" /></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="362" valign="top"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><p class="real_txt">画册也就是stylebook的意思,是一个精美画面缩影。作为可读可感的宣传资料,我们必须使画册及海报更有品位和深度,充分展示产品的形象及功能,有效而详实,充分发挥纸媒传播的作用。 </p></td> </tr> </table></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="324" valign="top" class="real_txt"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top">Album is the miniature of a delicate picture. As propaganda information which can be read, through our design, the albums and posters with high</td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="26"></td> </tr> <tr> <td height="26" valign="top"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="262" height="110" valign="top" ><a href="brand_huace.html" mce_href="brand_huace.html"><img src="images/04pic01.gif" mce_src="images/04pic01.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="262" valign="top"><a href="brand_huace.html" mce_href="brand_huace.html"><img src="images/04pic02.gif" mce_src="images/04pic02.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="254" valign="top"><a href="brand_huace.html" mce_href="brand_huace.html"><img src="images/04pic03.gif" mce_src="images/04pic03.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> </tr> <tr> <td height="110" valign="top"><a href="brand_huace.html" mce_href="brand_huace.html"><img src="images/04pic04.gif" mce_src="images/04pic04.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"><a href="brand_huace.html" mce_href="brand_huace.html"><img src="images/04pic06.gif" mce_src="images/04pic06.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"></td> </tr> </table></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40"></td> </tr> <tr> <td height="24"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="images/bg.gif"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="9"></td> <td width="188" id="work_05"><img src="images/trade_bt.jpg" mce_src="images/trade_bt.jpg" height="32" /></td> <td width="558"><div align="right"><span class="STYLE1">品牌推广</span></div></td> <td width="24"><a href="#top" mce_href="#top"><img src="images/top.gif" mce_src="images/top.gif" alt="点击返回头部" height="32" border="0" /></a></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="24"></td> </tr> <tr> <td valign="top"><table width="778" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90" height="63" valign="top"><img src="images/real_04.jpg" mce_src="images/real_04.jpg" width="75" height="61" /></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="362" valign="top"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><p class="real_txt">商业空间的设计需要练达、专业,以及充分的表现力。但无论何种商业空间,都应以丰富的生活智慧向顾客展示商家人性化的一面,才能从情感上打动潜在客群。角度,正是这样做的。 </p></td> </tr> </table></td> <td width="1"><table width="1" height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor="aeaeae"></td> </tr> </table></td> <td width="324" valign="top"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><p class="real_txt">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</p></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="26"></td> </tr> <tr> <td height="26" valign="top"><table width="778" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="262" height="110" valign="top"><a href="brand_sukj.html" mce_href="brand_sukj.html"><img src="images/05pic01.gif" mce_src="images/05pic01.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="262" valign="top"><a href="brand_sukj.html" mce_href="brand_sukj.html"><img src="images/05pic02.gif" mce_src="images/05pic02.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td width="254" valign="top"><a href="brand_sukj.html" mce_href="brand_sukj.html"><img src="images/05pic03.gif" mce_src="images/05pic03.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> </tr> <tr> <td height="110" valign="top"><a href="brand_sukj.html" mce_href="brand_sukj.html"><img src="images/05pic04.gif" mce_src="images/05pic04.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"><a href="brand_sukj.html" mce_href="brand_sukj.html"><img src="images/05pic05.gif" mce_src="images/05pic05.gif" alt="点击查看更多" width="252" height="99" border="0" /></a></td> <td valign="top"><a href="brand_sukj.html" mce_href="brand_sukj.html"></a></td> </tr> </table></td> </tr> </table> </div> <div id="principle"></div> <div id="service process"></div> <div id="footer"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="30" colspan="3"><span class="STYLE6">TEL:0551-5144551 5144557 QQ:1020150638</span></td> </tr> <tr> <td width="261" valign="top"><table width="98%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="26"><span class="STYLE8"><a href="index.html" mce_href="index.html" target="_parent">形象首页</a> <a href="real_home.html" mce_href="real_home.html" target="_parent">TEAMWORK地产</a></span></td> </tr> <tr> <td width="97%" height="31" valign="top" class="real_txt STYLE7"><p><a href="brand_work.html" mce_href="brand_work.html" target="_parent">作品案例</a> <a href="brand_contact.html" mce_href="brand_contact.html" target="_parent">联系我们</a></p></td> </tr> </table></td> <td width="6" valign="top"><img src="image/bottom_line.gif" mce_src="image/bottom_line.gif" width="1" height="61" /></td> <td width="511" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="37" valign="top"><img src="images/bottom_link.jpg" mce_src="images/bottom_link.jpg" width="511" height="37" border="0" usemap="#Map" /> <map name="Map" id="Map2"> <area shape="rect" mce_shape="rect" coords="154,5,206,36" mce_coords="154,5,206,36" href="http://www.newwebpick.com/" mce_href="http://www.newwebpick.com/" target="_blank" /> <area shape="rect" mce_shape="rect" coords="212,6,298,35" mce_coords="212,6,298,35" href="http://www.thefwa.com/" mce_href="http://www.thefwa.com/" target="_blank" /> <area shape="rect" mce_shape="rect" coords="401,7,454,36" mce_coords="401,7,454,36" href="http://www.deviantart.com/" mce_href="http://www.deviantart.com/" target="_blank" /> <area shape="rect" mce_shape="rect" coords="309,7,389,35" mce_coords="309,7,389,35" href="http://www.68design.net/" mce_href="http://www.68design.net/" target="_blank" /> <area shape="rect" mce_shape="rect" coords="466,6,509,35" mce_coords="466,6,509,35" href="http://www.sj63.com/" mce_href="http://www.sj63.com/" target="_blank" /> </map></td> </tr> <tr> <td height="25" align="right"><span class="index_txt">Copyright Anglead.com 2006.All rights reserved.</span></td> </tr> </table></td> </tr> <tr> <td height="80" colspan="3"><table width="778" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="776" height="24"><span class="real_txt"><b>友情连接:</b></span><a href="http://www.chinaadren.com/" mce_href="http://www.chinaadren.com/" target="_blank">中国广告人网</a> <a href="http://www.68design.net/" mce_href="http://www.68design.net/" target="_blank">网页设计师联盟</a> <a href="http://www.chda.net/" mce_href="http://www.chda.net/" target="_blank">设计艺术家网</a> <a href="http://www.chndesign.com/" mce_href="http://www.chndesign.com/" target="_blank">中国包装设计网</a> <a href="http://www.chinaui.com/" mce_href="http://www.chinaui.com/" target="_blank">中国UI设计网</a> <a href="http://www.chdajob.com/" mce_href="http://www.chdajob.com/" target="_blank">设计艺术人才网</a> <a href="http://www.4a98.com/" mce_href="http://www.4a98.com/" target="_blank">4A酒吧 </a><a href="http://www.asiaci.com/" mce_href="http://www.asiaci.com/" target="_blank">亚洲CI网</a></td> </tr> <tr> <td height="24" id="#bottom"><a href="http://www.4a98.com/" mce_href="http://www.4a98.com/" target="_blank"></a><a href="http://www.asiaci.com/" mce_href="http://www.asiaci.com/" target="_blank"></a><a href="http://hr.visionunion.com/" mce_href="http://hr.visionunion.com/" target="_blank">创意设计人才网</a> <a href="http://www.idchina.net/" mce_href="http://www.idchina.net/" target="_blank">自由设计新家园</a> <a href="http://www.han123.net/" mce_href="http://www.han123.net/" target="_blank"></a> <a href="http://www.pndd.cn/" mce_href="http://www.pndd.cn/" target="_blank">包装与设计</a> <a href="http://www.idchina.net/" mce_href="http://www.idchina.net/" target="_blank">美国室内设计</a> <a href="http://www.adwww.cn/" mce_href="http://www.adwww.cn/" target="_blank">中国广告网站联盟</a> <a href="http://bbs.redocn.com/" mce_href="http://bbs.redocn.com/" target="_blank">红动中国</a> <a href="http://dolcn.com/" mce_href="http://dolcn.com/" target="_blank">设计在线</a> <a href="http://www.zcool.com.cn/" mce_href="http://www.zcool.com.cn/" target="_blank">站酷</a> <a href="http://wz.52design.com/" mce_href="http://wz.52design.com/" target="_blank">中国设计网址大全</a> <a href="http://www.cyhd.net/" mce_href="http://www.cyhd.net/" target="_blank">创意互动</a></td> </tr> </table></td> </tr> </table></div> </div> </div> </body> </html> @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; }

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值