html - Contact page is not loading -
i have uploaded files using filezilla contact page not displaying. works fine in local server. can't figure out what's problem.
please check site here: infinityadv.com.np
edit:
<div id="menubar1"> <ul> <li><a href="#">home</a> </li> <li class="wh"><a href="#">who are</a> </li> <li class="wh"><a href="#">what do</a> </li> <li><a href="#">portfolio</a> </li> <li><a href="#">clients</a> </li> <li><a href="#">contact</a> </li> </ul> </div>
when first click @ link opens second time won't work.
ul { margin: 0 auto 0 auto; list-style-type:none; margin-left:160px; padding:0; text-decoration:none; ; } li { color:#ffffff; text-decoration:none; padding-top:30px; font-family: arial, helvetica, sans-serif; width:120px; height:36px; float:left; display:block; text-align:center; } ul li a:link { color:#ffffff; text-decoration:none; display:block; } ul li a:visited { color:rgb(255, 255, 255); }
ul li a:active { margin-top:-44px; font-weight:bold; padding-top:35px; width:120px; height:60px; text-decoration:none; color:rgb(0, 153, 255); background-image:url(../image/hoverbutton.png); background-repeat:no-repeat; } ul li a:hover { margin-top:-44px; font-weight:bold; padding-top:35px; width:120px; height:60px; text-decoration:none; color:rgb(0, 153, 255); background-image:url(../image/hoverbutton.png); background-repeat:no-repeat; }
.wh :hover { margin:-43px 0 0 -19px; font-weight:bold; padding-top:35px; width:160px; height:60px; text-decoration:none; color:rgb(0, 153, 255); background-image:url(../image/hoverbutton1.png); background-repeat:no-repeat; }
seems have not given correct links in pages menue divs thats why on clicking what do link converted yourpastlink# , never go other links.
contactus.html page not uploaded correctly. open directly http://infinityadv.com.np/contactus.html
Comments
Post a Comment