What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Site messing up in IE

Site messing up in IE
Author: Message:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. Site messing up in IE
A new website I am helping to design works perfectly in firefox, but in IE, everything is messed up. My main CSS I am using is the following:
code:
   
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #222;
    background: #fff url(grad2blue.png) repeat top;
    margin: 0;
    padding: 0;
}
a {
    color: #22f;
    text-decoration: none;
}
h2 {
    text-decoration: none;
    font-size: 15px;
    margin: 0 0 0 6px;
    padding: 0;
}
h5 {
    text-decoration: none;
    font-size: 15px;
    margin: 0 0 0 6px;
    padding: 0;
}
h1 {
    text-decoration: none;
    font-size: 15px;
    margin: 0 0 0 6px;
    padding: 0;
}
ul {
    margin: 0 0 0 6px;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}
li a {
    color: #444;
}
li {
    display: inline;
}
#tnav {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #b2ceff;
}
#tnav2 {
    border: 0;
    padding: 0;
    margin: 50%;
    width: 100%;
    background-color: #b2ceff;
    text-align: right;
    align: right;

}
   
#main {
    border: 1px solid #b2ceff;
    background-color: #d1dfff;
    margin: 2px auto 2px auto;
    padding: 5px 5px 5px 10px;
    align: center;
    width: 75%;
    height: auto;
    font-color: #222;
}
#contest {
   
    border: 1px solid #b2ceff;
    background-color: #d1dfff;
    margin: 2px auto 2px auto;
    padding: 5px 5px 5px 10px;
    height: auto;
    position: fixed;
       left: 1%;
      width: 65%;
}
#contest2 {
    border: 1px solid #b2ceff;
    background-color: #d1dfff;
    margin: 2px auto 2px auto;
    padding: 5px 5px 5px 10px;
    height: auto;
    position: fixed;
       right: 1%;
      width: 30%;
}
#main2 {
    border: 1px solid #b2ceff;
    background-color: #d1dfff;
    margin: 2px auto 2px auto;
    padding: 5px 5px 5px 10px;
    height: auto;
    position: fixed;
       right: 1%;
      width: 5%;
}
#main3 {
    height: auto;
    position: absolute;
    left: 0%;
    width: 5%;
}
#paypal {
    border: 0;
    padding: 20px;
    margin: 10px;
    width: 160px;
    height: 85px;
    background: #444;
}
#footer{
    position: fixed;
    bottom: 0px;
    text-align: center;
    border: 1px solid #b2ceff;
    background-color: #d1dfff;
    align: center;
    width: 100%;
}
#iframe1 {
    overflow-x: hidden;
   
}

If you check http://sammyservers.com in firefox, and then in IE, you will see exactly what I mean.

So which elements of my CSS arent working in IE, and how would I go about fixing them?
09-11-2009 02:35 PM
Profile E-Mail PM Find Quote Report
Menthix
forum admin
*******

Avatar

Posts: 5537
Reputation: 102
39 / Male / Flag
Joined: Mar 2002
RE: Site messing up in IE
Frames :(
Finish the problem
Menthix.net | Contact Me
09-11-2009 02:40 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Site messing up in IE
quote:
Originally posted by Menthix
Frames :(
My thoughts exactly... iFrames make me want to cut myself.
09-11-2009 03:24 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: Site messing up in IE
Frames are by far the easiest way for me to do things, considering many of the pages I link to use a whole directory and it would be very tedious to get everything to work without a frame.
09-11-2009 04:23 PM
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