Jump to content

[SOLVED] Need a little help


D12Eminem989

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;
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.