G
GaryDean
If you go to my website, www.deanblakely.com, in I.E. you will see that it
displays fine but if you browse it in FireFox 1.7 you will see stuff on the
Master Page that is not alligning right.
I have the following elementID in my One.CSS file...
#masthead
{
text-align: right;
margin-right: 13px;
margin-left: 13px;
width: 844px;
padding: 0;
background-color: #cde;
background-image: url( './images/DOTNETONEsmall.png' );
background-repeat: no-repeat;
height: 100px;
}
and all of those lines you see are in a div with an id of Masthead.
Also if you go to www.deanblakely.com/Intro.aspx you will see text in
another div with an id of the following elementID...
#column_w
{
width: 770px;
margin: 20px;
padding-right: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-top: 20px;
}
It's 770px wide but Firefox wraps in less than half that distance.
What is wrong and what can be done to make this stuff align right?
Thanks
Gary
displays fine but if you browse it in FireFox 1.7 you will see stuff on the
Master Page that is not alligning right.
I have the following elementID in my One.CSS file...
#masthead
{
text-align: right;
margin-right: 13px;
margin-left: 13px;
width: 844px;
padding: 0;
background-color: #cde;
background-image: url( './images/DOTNETONEsmall.png' );
background-repeat: no-repeat;
height: 100px;
}
and all of those lines you see are in a div with an id of Masthead.
Also if you go to www.deanblakely.com/Intro.aspx you will see text in
another div with an id of the following elementID...
#column_w
{
width: 770px;
margin: 20px;
padding-right: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-top: 20px;
}
It's 770px wide but Firefox wraps in less than half that distance.
What is wrong and what can be done to make this stuff align right?
Thanks
Gary