|
Posted by chaser7016 on 01/02/07 00:55
Hello
In IE the boxes on my site ( http://www.ryanspahn.net ) are how I want
them to be. In FireFox unfortunately the #column(the writing about
browsers is seen here) and the box to its right(the one with the member
login) #columnbox, both have moved upward. Here is my css for the
page.........
body {
background-color: #FFCCCC;
background-position: top left;
background-repeat: no-repeat;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
font-size: .85em;
padding: 0.5px 30px 0 0;
margin: 25px;
}
div.mainbox {
margin-left: 45px;
background-color: #FFF8DC;
width: 700px;
height: 525px;
}
div.box{
position:absolute;
top:83px;
left:800px;
margin-left: 20px;
width:140px;
height: 385px;
padding:10px;
background-color: #FFF8DC;
background-image: url(../images/boxbar.gif);
background-repeat: no-repeat;
border: solid 3px #000000;
line-height:17px;
}
#mainMenu {
background-color: #FFF; /* Background color of main menu */
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /*
Fonts of main menu items */
font-size:0.9em; /* Font size of main menu items */
border-bottom:1px solid #000000; /* Bottom border of main menu */
height:40px; /* Height of main menu */
position:relative; /* Don't change this position attribute */
}
#column {
position:relative;
width: 275px;
margin-top: -390px;
margin-left: 10px;
}
#columnbox {
position:relative;
left:360px;
margin-top: -305px;
width:325px;
height:303px;
background-color: #FFFFFF;
background-image: url(../images/login.gif);
background-repeat: no-repeat;
border: solid 3px #000000;
line-height:17px;
}
Any ideas or hacks to fix this and get the boxes to stay same in IE,
but have them move down a bit in FireFox?
Also, for whatever reason in IE 6 Version:
6.0.2900.2180.xpsp_sp2_gdr.050301-1519 the box to the right with the
turquoise or bright blue border enlarges itself and the pages overall
HTML text does as well. In IE 6 Version:
6.0.2900.2180.xpsp_sp2_rtm.040803-2158 and in IE7, everything looks as
it should!
Well thanks for reading...suggesting...commenting and any help u can
provide!
Cheers, Chaser
[Back to original message]
|