Internet Explorer Problem - Page 2 Internet Explorer Problem - Page 2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Internet Explorer Problem

Started by Anna, October 21, 2005, 01:14:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

#20
how does <!-- BEGIN FANWIRED CODE BLOCK -->
<script language="javascript">
//ad size
fanwired_width="468"; fanwired_height="60";
//ad colors DO NOT USE # in front of hexadecimal color codes
fanwired_link="0000FF"; fanwired_url="008000"; fanwired_text="000000"; fanwired_bg="FFFFFF"; fanwired_border="336699";
</script>
<script type="text/javascript" src="http://www.jethit.com/ad/dynamic/fanwired.js"></script>
<!-- END FANWIRED CODE BLOCK --><br>
Host: <a href="http://fanwired.com">Fanwired</a><br>
get included? What modifications did you apply to the theme?

Anna

Quote from: GauGau on October 25, 2005, 02:29:49 AM
how does <!-- BEGIN FANWIRED CODE BLOCK -->
<script language="javascript">
//ad size
fanwired_width="468"; fanwired_height="60";
//ad colors DO NOT USE # in front of hexadecimal color codes
fanwired_link="0000FF"; fanwired_url="008000"; fanwired_text="000000"; fanwired_bg="FFFFFF"; fanwired_border="336699";
</script>
<script type="text/javascript" src="http://www.jethit.com/ad/dynamic/fanwired.js"></script>
<!-- END FANWIRED CODE BLOCK --><br>
Host: <a href="http://fanwired.com">Fanwired</a><br>
get included? What modifications did you apply to the theme?

That part is in anycontent. And I had that in before I modfied the theme and it was fine.

The only modifications I made were the colors and the header.

Maybe something happened when I made the layout alligned to the left.

Joachim Müller

then disable it temporarily and see if your issues go away then. Remember to force-refresh the pages when you have disabled this stuff.

Anna

Quote from: GauGau on October 25, 2005, 07:04:08 PM
then disable it temporarily and see if your issues go away then. Remember to force-refresh the pages when you have disabled this stuff.

I undid the left align and it did nothing.

Anna

Ok, so I tried replacing the template and the theme.php to the original and it did nothing. When I replaced the style.css to the original the colors worked, so something is wrong with the style.css. Here it is:


body {
        background: url("images/bg.gif");
        background-color: #000000;
        font-family: "verdana;
        font-size : 9px;
        color: #000000;
        margin: 0px;
}

table {
        font-size : 12px;
}

h1{
        font-weight: normal;
        font-size: 12px;
        font-family: verdana;
        text-decoration: none;
        line-height : 120%;
        color: #718ea5;
        margin: 2px;
}

h2 {
        font-family: verdana;
        background-image : url(images/box_left_icon.gif);
        background-repeat : no-repeat;
        background-position : left;
        padding-left : 18px;
        font-size: 12px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: verdana;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: verdana;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: verdana;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: verdana;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: verdana;
        font-size: 100%;
        border: 1px solid #ccd7e0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: verdana;
        font-size: 100%;
        border: 1px solid #ccd7e0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: verdana;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: verdana;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #000000;
        text-decoration: none;
        font-size : 9px;
}

a:hover {
        color: #000000;
        text-decoration: none;
        background-color: #EFA7C3;
       font-size : 9px;
}

bblink a {
        color: #000000;
        text-decoration: none;
}

bblink a:hover {
        color: #000000;
        text-decoration: none;
}

.maintable {
        border: 1px solid #ccd7e0;
        background-color: #FFF;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        font-family:  verdana;
        background : #FAD591 ;
        color: #808080;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        font-family:  verdana;
        background : #FAD591 ;
        color: #808080;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #ffffff ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #ffffff ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #C7BDAB;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #C7BDAB;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #ffffff ;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.album_stat {
        font-size : 85%;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: none;
        color: #000000;
}


.thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 85%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: none;
}

.sortorder_cell {
        background : #FAD591;
        color: #808080;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: verdana;
        background : #FAD591;
        color: #808080;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: verdana;
        color: #808080;
        font-weight: bold;
        background : #FAD591;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #808080;
}

.navmenu a:hover {
        background : #C7BDAB;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: verdana;
        font-size: 90%;
        border: 1px solid #ccd7e0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: none;
}

.admin_menu {
        font-family: verdana;
        font-size: 90%;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #808080;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: none;
}

.comment_date{
        color : #5F5F5F;
        font-size: 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #808080;
        margin-top: 30px;
        margin-bottom: 30px;
}

.thumbnails {
        background: #C7BDAB;
        padding: 5px;
}

.footer {
        font-size : 9px;
         color: #ffffff;
}

.footer a {
        text-decoration: none;
        color: #ffffff;
}

.footer a:hover {
        color: #ffffff;
        text-decoration: none;
}

.statlink {
        color: #808080;
}

.statlink a {
        text-decoration: none;
        color: #808080;
}

.statlink a:hover {
        color: #808080;
        text-decoration: none;
}

.alblink a {
        text-decoration: none;
        color: #000000;
}

.alblink a:hover {
        color: #000000;
        text-decoration: none;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: none;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: none;
}

.topmenu {
        font-family: verdana;
        line-height : 130%;
        font-size : 110%;
}

.topmenu a {
        color : #000000;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #000000;
        text-decoration : none;
}

.img_caption_table {
        border: none;
        background-color: #808080;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size : 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #808080;
}

.img_caption_table td {
        background: #C7BDAB;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #808080;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : hand;
}

.listbox_lang {
        color: #000666;
        background-color: #C7BDAB;
        border: 1px solid #C7BDAB;
        font-size: 80%;
        font-family: verdana;
        vertical-align : middle;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : hand;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

Anna

Ok, I kind of put this off for awhile to work on other stuff.

I still need to figure out what is wrong though.

Anna

Ok, you can close this now. It FINALLY works. Heh.

Thanks to anyone who helped me out.