Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
IE6 - header not showing
Old 08-17-2008, 03:57 PM IE6 - header not showing
Skilled Talker

Posts: 68
Trades: 0
Can someone help. The header isn`t appearing on IE6.... fine on FF and IE7. Here is the demo site - http://kayzoesolutions.com/demo/index.php

Here is the style sheet
HTML Code:
body {
    margin: 0px;
    padding: 0px;
}
* {
    margin: 0px;
    padding: 0px;
}
.clear {
    font-size: 1px;
    clear: both;
    height: 1px;
}

#container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 950px;
    background-image:url(http://www.southerncharmstitches.com/images/tile.jpg);
    background-repeat: repeat-y;
    margin-top: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
#logo {
    display: block;
    padding-bottom: 5px;
    
}
#content {
    background-image:url(http://www.southerncharmstitches.com/images/marginup.gif);
    background-repeat: no-repeat;
    padding-bottom:20px;
}
#bottom {
    background-image:url(http://www.southerncharmstitches.com/images/margindown.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#flowerBgd {
    
    padding-top:200px;
}
#left {
padding-top:200px;
}
#motto {
    padding-bottom: 73px;
}


#left h2 {
    color: #76644c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 53px;
    line-height: 16px;
    padding-bottom: 10px;
}
#left ul {
    text-align: left;
    padding-left: 43px;
    list-style-type: none;
    padding-bottom: 15px;
    line-height: 16px;
}
#left ul a {
    color: #E3B1B4;
    text-decoration: none;
    font-size: 12px;
}
#left ul a:hover {
    color: #FFFFFF;
}




#right {
    
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

#right h2 {
    color: #523f30;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 10px;
}
#mainmenu {
    display: block;
    height: 26px;
    text-align: left;
    padding-right: 25px;
    padding-top: 60px;
    
}
#right #mainmenu{
    padding-bottom: 0px;
}
#mainmenu li {
    display: inline;
    padding-right: 0px;
    padding-left: 0px;
}

#homepic {
    float: left;
}
#hometext {
    padding-left: 80px;
    padding-right:20px;
    padding-bottom:50px;
    float: left;
    padding-top: 10px;
    
}


#contpad {
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px;
    
}



#right p {
    padding-bottom: 12px;
}
#right h2 {
    font-size: 20px;
    font-weight: normal;
    color: #60473b;
}
#right ul {
    padding-bottom: 12px;
    padding-left: 35px;
    list-style-position: outside;
}
#right ol {
    padding-bottom: 12px;
    padding-left: 15px;
    list-style-position: outside;
}

#right #hometext p {
    text-align: right;
}

#right #hometext p span {
    font-size: 20px;
    font-weight: normal;
    color: #60473b;
    line-height: 21px;
}
#cart {
    
    margin-left: 62px;
}
#cart a {
    background-image: url(cart.jpg);
    background-repeat: no-repeat;
    height: 23px;
    padding-left: 27px;
    padding-top: 8px;
    display: block;
}
#footer {
    color: #565655;
    font-family: Tahoma;
    font-size: 10px;
    
    height: 13px;
    background-position: right top;
    width: 743px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    padding-right: 43px;
    margin-top: 3px;
    padding-bottom: 12px;
    line-height: 12px;
}
Thanks so much!!
kayla2 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-17-2008, 04:48 PM Re: IE6 - header not showing
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
It's a hasLayout problem. Put height: 1% on #content and the problem is solved. However, you should NOT put that in your main CSS file, but put that in a separate CSS file that is called by Conditional Comments (and only read by IE). This will prevent any other browser from reading it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-17-2008, 05:46 PM Re: IE6 - header not showing
Skilled Talker

Posts: 68
Trades: 0
AWESOME!!!! Thanks so much!
kayla2 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE6 - header not showing
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34157 seconds with 12 queries