Shoutbox

Need help with xhtml - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: General Chit Chat (/forumdisplay.php?fid=14)
+----- Thread: Need help with xhtml (/showthread.php?tid=63083)

Need help with xhtml by illuzn on 07-12-2006 at 01:16 AM

I don't know why the following is appearing incorrectly in IE 6.0 but fine (the way I want it) in Firefox. Apologies if this is the incorrect forum for this matter and  the long post.

code:
html    {
    height: 100%;
    border: none;
    margin: 0px;
}

body    {
    background-color: #000000;
    color: #ffffff;
    height: 100%;
    border: none;
    margin: 0px;
    }
   
.frame    {
    background-color: #000000;
    background-image: url(back.gif);
    repeat: repeat;
    color: #ffffff;
    height: 100%;
    width: 100%;
    }
   
.menu    {
    background-color: #000000;
    padding: 0px;
    height: auto;
}

.body    {
    background-color: #000000;
    padding: 0px;
    height: auto;
}

.padderx    {
    width: 20px;
    height:auto;
}

.paddery    {
    height: 20px;
}

RE: Need help with xhtml by lordy on 07-12-2006 at 05:53 AM

Ok for starters you have to include ' in your brackets, like this:

code:
background-image: url('back.gif');

Also, can you state what the rendering problem is?