Problem with CSS in IE6
Posted: 24 November 2006 05:19 AM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2006-11-24

Hello All…

I am new here and new to CSS. I am trying to create this layout:

http://eitg.us/newsite/index.html 
http://eitg.us/newsite/index2.html

Can anyone tell me what is happening in IE6 that messes everything up?  It appears fine in Firefox, Opera, Safari, and Flock.  Just not IE6.

Here is my css:

body {
    background
-color#cccccc;
    
font:13px arial,helvetica,clean,sans-serif;
    *
font-size:small;
    *
font:x-small;
}

table {
    font
-size:inherit;
    
font:100%;
}

body 
{
    line
-height:1.22em;
}


select
inputtextarea {
    font
:99arial,helvetica,clean,sans-serif;
}

pre
code {
    font
:115monospace;
    *
font-size:100%;
}


div
.mainstage {
    width
980px;
    
backgroundurl(images/mainstage.jpg);
    
background-repeatno-repeat;
    
margin-leftauto;
    
margin-rightauto;
    
margin-top:0;
    
z-index10;
    
height590px;
}

div
.whitearea {
    width
610px;
    
backgroundurl(images/whitegrow.png);
    
background-repeat:repeat-y;
    
margin-left:359px;
    
margin-top:69px;
    
float:left;
    
z-index15;
    
heightauto;
}

div
.whitebottom {
    width
607px;
    
backgroundurl(images/whitebottom.png);
    
background-repeat:no-repeat;
    
margin-left:359px;
    
float:left;
    
z-index15;
    
height28px;
}

div
.mainstage_internal {
    width
980px;
    
backgroundurl(images/mainstage_internal.jpg);
    
background-repeatno-repeat;
    
margin-leftauto;
    
margin-rightauto;
    
margin-top:0;
    
z-index10;
    
height590px;
}

div
.whitearea_internal {
    width
980px;
    
backgroundurl(images/whitegrow_internal.png);
    
background-repeat:repeat-y;
    
margin-left:auto;
    
margin-top:155px;
    
float:left;
    
z-index15;
    
heightauto;
}

div
.whitebottom_internal {
    width
980px;
    
backgroundurl(images/whitebottom_internal.png);
    
background-repeat:no-repeat;
    
margin-left:auto;
    
float:left;
    
z-index15;
    
height15px;
}

div
.textstage_internal {
    margin
-left55px;
    
font-size:92%;    
    
z-index:20;
    
width700px;
    
float:left;
}

div
.textstage {
    margin
-left30px;
    
font-size:92%;    
    
z-index:20;
    
width350px;
    
float:left;
}

div
.footer {
    width
980px;
    
margin-left:auto;
    
margin-right:auto;
    
height40px;
}


p
.copyright_home {
    position
:relative;
    
top565px;
    
width920px;
    
margin-left:auto;
    
margin-right:auto;
    
font-size:85%;
}

div
.copyright {
    width
890px;
    
margin-leftauto;
    
margin-rightauto;
  
}

div
.row span.left {
    float
left;
    
text-alignleft;
    
font-size:85%;
    
width49%;
  
}

div
.row span.right {
    float
right;
    
text-alignright;
    
font-size:85%;
    
width49%;
  
}


img
.rightcorner {
    margin
-left140px;
    
floatleft;
}


div
.floatleft {
    float
left
    
margin4px
}

div
.floatright {
    float
right
    
margin4px

Thanks in advance!

Profile
 
 
Posted: 25 November 2006 12:09 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  2
Joined  2006-11-24

Fixed it… So need for any help.

Profile