Jump to content

Recommended Posts

I have an issue with my css. The css scripting I coded works great in Firefox however in IE it sucks. Take a look here:

 

Here is the view in Firefox:

http://i26.tinypic.com/2e16djr.jpg

 

Here is the view in IE:

http://i26.tinypic.com/20hqdub.jpg

 

Is there anyway to fix that issue in IE?

Link to comment
https://forums.phpfreaks.com/topic/86995-solved-need-a-little-help/
Share on other sites

It works fine in Firefox. Just how I want. But IE sucks and screws everything up.. Here's my code:

 

/* General */
body {
background: #C0C0C0;
color: #FFFFFF;
font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a:link, a:active, a:visited, a.postlink {
color: #AAAAAA;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
}
.bg {
background: #40382b;
}
.announcement {
background: #40382b url(images/template/32dnsckj.jpg);
padding: 5px 115px;
}
hr {
border: none 0;
border-top: 1px dashed #000000;
height: 1px;
}
.tf {
font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
color: #FFFFFF;
background: #40382b;
border: 1px solid #000000;
padding-bottom: 2px;
padding-left: 2px;
}
img {
border:0 solid;
}

/* Poll */
.poll_bar {
border: 1px solid #000000;
height: 9px;
width: 75%;
}
.poll_bar_fill {
background-color: #000000;
height: 9px;
}

/* Menu(s) */
.menua-1 {
background: #40382b url(images/template/w8o1hh5l.jpg);
padding: 5px 5px;
}
.menua-2 {
background: #40382b url(images/template/mp9dfcv7.jpg);
height: 7px;
}
.menub-1 {
background: #40382b url(images/template/b4q8qafm.jpg);
padding: 5px 5px;
}
.menub-2 {
background: #40382b url(images/template/cy8a7p5z.jpg);
height: 7px;
}
.menuc-1 {
background: #40382b url(images/template/eb43nm8m.jpg);
padding: 5px 5px;
}
.menuc-2 {
background: #40382b url(images/template/qe57c79w.jpg);
height: 7px;
}

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.