john85
03-01-2005, 08:41 PM
in ie my site looks fine http://www.geocities.com/^^^^_dev_shadow/
because of geocities, it has bugged it a lil bit. but in IE mostly it is fine i have had to make a mirror site for firefox because, the sizes are off from ie (really badly off) and the div areas are not in line when you click the firefox button it will show up like it does on the ie page this is because i haven't found the solution to the firefox problem. and am here asking for help
how do i make divs place spacing between the divs i use a style sheet with this
DIV.table-row {
BACKGROUND-color: #000000;
border: solid #000000 1px;
color: #ffcc3e;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding: 0;
text-align: center;
width: 100%;
filter: alpha(opacity=40); /* Used for IE opacity */
-moz-opacity: 0.40; /* used for mozilla opacity */
opacity: 0.5 /* used i think for opera opacity */
}
i have tried the margin-'s they didn't seem to do much, also the site in opera shows all the black as solid instead of translucent what is the code to make it translucent the 3 listed there handle mozilla and IE
any help as to problems with firefox spacing/sizing and the transparency issues will be greatfull accepted.
because of geocities, it has bugged it a lil bit. but in IE mostly it is fine i have had to make a mirror site for firefox because, the sizes are off from ie (really badly off) and the div areas are not in line when you click the firefox button it will show up like it does on the ie page this is because i haven't found the solution to the firefox problem. and am here asking for help
how do i make divs place spacing between the divs i use a style sheet with this
DIV.table-row {
BACKGROUND-color: #000000;
border: solid #000000 1px;
color: #ffcc3e;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding: 0;
text-align: center;
width: 100%;
filter: alpha(opacity=40); /* Used for IE opacity */
-moz-opacity: 0.40; /* used for mozilla opacity */
opacity: 0.5 /* used i think for opera opacity */
}
i have tried the margin-'s they didn't seem to do much, also the site in opera shows all the black as solid instead of translucent what is the code to make it translucent the 3 listed there handle mozilla and IE
any help as to problems with firefox spacing/sizing and the transparency issues will be greatfull accepted.