slightly shift between pages is driving me nuts.
hello,
i've been building site , noticed there slight shift in between of pages , contact page, have copy , paste several times coding 1 page other one... shifts , down, when navigating between pages. wondering if can figure out. here coding look. first 1 si index correct position spry menu, title in, second 1 contact 1 1 shifts.
index:
<!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=utf-8" />
<title>works</title>
<style type="text/css">
img {
background-color: #fff;
top: 10px;
right: 10px;
}
#pix p img {
vertical-align: middle;
}
#pix div #menubar1 {
font-family: trebuchet ms, arial, helvetica, sans-serif;
}
#footer div p {
font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-size: x-small;
}
p {
font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-size: 14px;
}
#about p {
font-size: 9px;
}
#about p {
font-size: 12px;
}
#about p {
text-align: center;
}
#about p {
text-align: left;
}
#pic01 {
font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
letter-spacing: 0%;
clear: none;
float: none;
height: auto;
width: 500px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
left: auto;
clip: rect(auto,auto,auto,400px);
padding-left: 0px;
top: auto;
right: auto;
bottom: auto;
margin-right: auto;
margin-left: auto;
}
#header .center {
font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-size: 36px;
}
</style>
<link href="spryassets/sprymenubarhorizontal.css" rel="stylesheet" type="text/css" />
<script src="spryassets/sprymenubar.js" type="text/javascript"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script src="spryassets/sprymenubar.js" type="text/javascript"></script>
<link href="spryassets/sprymenubarhorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
font: "trebuchet ms", arial, helvetica, sans-serif;
width: 1000px;
margin: 0 auto;
font-size: 100%;
background: #fff;
}
h1 {font-size: 36px;}
#pix01 {
width: 600px;
border: 1px dotted white;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: 260px;
height: 595px;
}
#pix01 img {
height: 595px;
width: 600px;
vertical-align: middle;
}
#pix01 p {
font-size:12px;
}
#footer {
font-size:12px;
}
/**re-usable classes**/
.center {text-align:center}
.right {text-align:right}
/**clear floats**/
.clearlt {clear:left; display:block; height:1px; visibility:hidden;}
</style>
</head>
<body>
<div id="header">
<h1 align="center" class="center">arturo herrera</h1>
<ul id="menubar1" class="menubarhorizontal">
<li><a href="index.html">home</a></li>
<li><a href="works.html">works</a></li>
<li><a href="#">about</a></li>
<li><a href="#">dossier</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="#">links</a></li>
<li><a href="#">new exhibitions</a></li>
<li><a href="#">video</a></li>
</ul>
<p>
<!--clear floats in menu-->
</p>
<hr class="clearlt" />
<p><!--end header--></p>
</div>
<div id="pix01"><img src="background2.jpg" name="main" width="600" height="595" id="main" /></div>
<p align="center"> </p>
<div id="pic01">
<p align="left" class="text">background # 2 cut & paste 2/5</p>
<p align="left" class="text">mixed media: magazine collage, glue, wood, photographic paper, matt board, nails,</p>
<p align="left" class="text">plywood, wire, sylicon</p>
<p align="left" class="text">tags: identity, citizenship, illegal immigrant, immigration, racial profile, status, canada,</p>
<p align="left" class="text">usa, latino, home sexuality</p>
<p align="left" class="text">2012</p>
</div>
<p align="center"> </p>
<p align="center"><a href="https://www.facebook.com/arteisfoto" target="new" class="facebook">facebook</a></p>
<p align="center"><a href="http:/www.arteisfoto.com" target="new">arte foto</a></p>
<p align="center"> </p>
<div id="footer">
<div align="center">
<p> </p>
<p>copyright 2002-2013 © arturo herrera. site contantly changing.</p>
</div>
</div>
<p> </p>
<script type="text/javascript">
var menubar1 = new spry.widget.menubar("menubar1", {imgdown:"spryassets/sprymenubardownhover.gif", imgright:"spryassets/sprymenubarrighthover.gif"});
</script>
</body>
</html>
contact:
<!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=utf-8" />
<title>works</title>
<link href="images.css" rel="stylesheet" type="text/css" />
</head>
<body><!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=utf-8" />
<title>works</title>
<script src="spryassets/sprymenubar.js" type="text/javascript"></script>
<link href="spryassets/sprymenubarhorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
font: "trebuchet ms", arial, helvetica, sans-serif;
width: 1000px;
margin: 0 auto;
font-size: 100%;
background: #fff;
}
h1 {font-size: 36px;}
#pix01 {
width: 480px;
border: 1px dotted white;
margin: 0 auto;
}
#pix01 img {
height: 130px;
width: 130px;
vertical-align:middle;
}
#pix01 p {
font-size:12px;
}
#footer {
font-size:12px;
}
/**re-usable classes**/
.center {text-align:center}
.right {text-align:right}
/**clear floats**/
.clearlt {clear:left; display:block; height:1px; visibility:hidden;}
</style>
</head>
<body>
<div id="header">
<h1 class="center">arturo herrera</h1>
<ul id="menubar1" class="menubarhorizontal">
<li><a href="index.html">home</a></li>
<li><a href="works.html">works</a></li>
<li><a href="#">about</a></li>
<li><a href="#">dossier</a> </li>
<li><a href="contact.html">contact</a></li>
<li><a href="#">links</a></li>
<li><a href="#">new exhibitions</a></li>
<li><a href="#">video</a></li>
</ul>
<!--clear floats in menu-->
<hr class="clearlt" />
<!--end header-->
</div>
<p align="left" class="text"> </p>
<p align="left"> </p>
<p align="center" class="contact">if contact me please send me email at: <a href="mailto:hola@arturoherrera.ca">hola@arturoherrera.ca</a></p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<div id="footer">
<div align="center">
<p> </p>
<p>copyright 2002-2013 © arturo herrera. site contantly changing.</p>
</div>
</div>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<script type="text/javascript">
var menubar1 = new spry.widget.menubar("menubar1", {imgdown:"spryassets/sprymenubardownhover.gif", imgright:"spryassets/sprymenubarrighthover.gif"});
</script>
</body>
</html>
i hope easy fix, thanks!! website : www.arturoherrera.ca
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment