Ok--I am baffled. I have a page
www.sunsart.net that isn't always consistent. I am trying to have a 10px margin to the left of the picture of Sun. Sometimes it's there..sometimes it's not. Try clicking on a different button and then going back to "about"---what is causing this. I need the 10 px gap there.
Here's my styling:
body {
font-family: sans-serif;
margin: 0;
margin-top:5px;
padding: 0;
background: url(site_images/back.jpg) center;
background-repeat: repeat-y;
}
h1, h6 {
margin: 0;
font-weight: normal;
}
div#main {
width:800px;
margin-left:auto;
margin-right:auto;
}
div#header {
border:2px solid black;
margin-bottom:5px;
font-size:0;
}
div#aboutbutton {
border: 2px solid black;
float:left;
font-size:0;
margin-bottom:-59px;
}
div#exhibitbutton {
border-top: 2px solid black;
border-bottom: 2px solid black;
float:left;
font-size:0;
margin-bottom:-59px;
}
div#awardsbutton {
border: 2px solid black;
float:left;
font-size:0;
margin-bottom:-59px;
}
div#artbutton {
border-top: 2px solid black;
border-bottom: 2px solid black;
border-right: 2px solid black;
float:left;
font-size:0;
margin-bottom:-59px;
}
div#container {
position:relative;
margin-top:58px;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;
}
div#footer
{
background:white;
border-bottom: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
border-top: 1px solid black;
padding:10px;
}
div#test {
font: arial;
}
div#addpicturesbutton
{
border: 2px solid black;
float:left;
font-size:0;
margin-bottom:-59px
}
div#addshowbutton
{
border-top: 2px solid black;
border-bottom: 2px solid black;
float:left;
font-size:0;
margin-bottom:-59px
}
div#addawardsbutton
{
border: 2px solid black;
float:left;
clear:right;
font-size:0;
margin-bottom:-59px
}
div#sunpic
{
position:relative;
margin-top:10px;
margin-right:10px;
float:left;
width:310;
margin-left:110px;
border:2px solid black;
font-size:0;
background:purple;
}
div#abouttext
{
margin:10px;
font-family: sans-serif;
}
div#showsright
{
margin-left:435px;
padding:10px;
min-height:300px;
}
div#awardleft
{
margin-top:10px;
margin-left:10px;
}
div#awardright
{
position:absolute;
top:0;
bottom:0;
width:400px;
margin-left:430px;
min-height:735px;
padding-top:9px;
}
#login
{
background:white;
border-right:2px solid black;
}
.absolute
{
position: absolute;
top:50px;
left:50px;
background-color: #5795df;
width: 320px;
border:double 2px black;
text-align:center;
}
.MyView
{
border-color: Blue;
}
.MyView td
{
border-color: Blue;
}
div#main2
{
width:800px;
margin-left:auto;
margin-right:auto;
position:relative;
}
THANKS!!!
Rob