What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Need help with xhtml

Need help with xhtml
Author: Message:
illuzn
Full Member
***

Avatar
00 Dodge Viper GTS-R

Posts: 159
– / Male / –
Joined: May 2004
O.P. Need help with xhtml
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;
}

.html File Attachment: default.html (685 bytes)
This file has been downloaded 165 time(s).
[Image: signature.jpg]
07-12-2006 01:16 AM
Profile PM Find Quote Report
lordy
Senior Member
****


Posts: 853
Reputation: 24
34 / Male / Flag
Joined: Jul 2004
Status: Away
RE: Need help with xhtml
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?
07-12-2006 05:53 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On