Log In · Register

 
 
Closed TopicStart new topic
Wordpress sidebar works in IE and not in FireFox, my sidebar wont show up right in FireFox
miiszxclassiic
post Jul 6 2007, 11:29 AM
Post #1


Senior Member
***

Group: Member
Posts: 50
Joined: Jul 2007
Member No: 541,260



I've been trying to learn wordpress and get a theme together for the longest time because I'm new to it. I made a test site before I actually put the time into making a real one. The problem now is that my wordpress sidebar shows up in IE but not in Firefox. mellow.gif I've spent forever trying to figure this out and this is staring to get really frustrating trying to figure out all this stuff. If anyone can help, it would be greatly appreciated

Here is my css style sheet:
CODE
/*
Theme Name: Blah Blah
Theme URI:
Description: Layout
Version:
Author: Blah
Author URI:
*/


/* Basics and Typography


*/


BODY {
background-color: #262423;
background-image:url('');
line-height: 15px;
text-align: justify;
font-family: tahoma;
font-size: 8pt
color: #ff9900;
margin: 0px auto;
padding: 0px;
}

BODY{
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #262423;
scrollbar-face-color: #262423;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;

}

.post, input, textarea, select, button {
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #ffffff;
color: #ff9900;
font-size: 8pt;
font-family: tahoma;
line-height: 15px;

}

A:link {
color: #ff3399;
font-weight: bold;
text-decoration: none;
}

A:visited {
color: #000000;
font-weight: bold;
text-decoration: none;
}

A:active {
color: #ff3399;
font-weight: bold;
text-decoration: none;
}

A:hover {
color: #BEBEBE;
background-color: #;
font-weight: bold;
text-decoration: none;
border-bottom: 0px dashed #000000;
}

b, strong {
color: #0000ff;
}

i {
color: #555555;

u {
color: #99ff00;
font-family: tahoma;
}

.sidebar1 {
border-bottom: 1px solid #bebebe;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-top:0px solid #000000;
margin-left: 3px;
color: #ff9900;
line-height:15px;
background-color: #999999;
font-family: tahoma;
font-weight: bold;
font-size: 20px;
}

.sidebar2 {
border-bottom: 0px solid #bebebe;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-top:0px solid #000000;
margin-left: 3px;
color: #ff9900;
line-height:15px;
background-color: #999999;
font-family: tahoma;
font-weight: none;
font-size: 8pt;
}

.nav {
background-color : #000000;
line-height : 0px;
text-align : left;
border : 0px;
width : 100%;
}


**************** COMMENTS **************** */

.commentlist li {
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-bottom: 0px solid #000000;
margin: 4px;
list-style: none;
background-color: #;

}

#commentlist {
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-bottom: 0px solid #000000;
background-color: #;
font-family: tahoma;
font-size: 8pt;
padding: 5px;
color: #ff3399;
}

#commentlist li {
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-bottom: 0px solid #000000;
background-color: #;
font-family: tahoma;
font-size: 8pt;
padding: 5px;
color: #ff3399;
}



.alt {
border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-bottom: 0px solid #000000;
background-color: #;
font-family: tahoma;
font-size: 8pt;
padding: 5px;
color: #ff9900;
}



.commenttitle {
margin-bottom: 0;
padding: 5px;
font-size: 8pt;
}

.commentmeta {
margin-top: 0;
font-size: 0.9em;
padding: 5px;
color: #000000;
}

.commentdate {
font-family: Tahoma;
font-size: 9pt;
color: #000000;
padding: 5px;

}/*


.small {
font-family: tahoma;
}

p {
font-size: 1em;
line-height: 13px;
margin: 1.2em 0;
}

ol, ul {
font-size: 1em;
line-height:12px;
}




and here is my sidebar.php:
CODE
</div></div>


<!------------Sidebar Begins-------------->

<div style="position:absolute; top:315px; left:325px; width:190; height:0;">


<div class="sidebar1">TEXT</div>
<div class="sidebar2">
text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,

text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,

<?php include (TEMPLATEPATH . '/searchform.php'); ?>

</div>

<BR>

<div class="sidebar1">TEXT</div>
<div class="sidebar2">
text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,

text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,
text, text, text, text, text,
<br><br>

</div>


</div></div>
<BR><BR><BR>

<!------------Sidebar Ends-------------->

 
*karmakiller*
post Jul 6 2007, 06:28 PM
Post #2





Guest






Moved to Wordpress Support.
 
pandora
post Nov 14 2007, 07:28 AM
Post #3


i did your boyfriend
*******

Group: Official Designer
Posts: 3,335
Joined: Feb 2004
Member No: 4,071



can you provide a link?
 
IVIike
post Nov 14 2007, 10:09 PM
Post #4


Hey, I'm Mike
******

Group: Staff Alumni
Posts: 1,272
Joined: May 2006
Member No: 406,241



sidebar codes tend not to work in firefox mellow.gif It's one of the firefox cons
 
pandora
post Nov 15 2007, 07:50 PM
Post #5


i did your boyfriend
*******

Group: Official Designer
Posts: 3,335
Joined: Feb 2004
Member No: 4,071



um thats ridiculous. they always work fine for me and i use firefox.
 
IVIike
post Nov 15 2007, 10:12 PM
Post #6


Hey, I'm Mike
******

Group: Staff Alumni
Posts: 1,272
Joined: May 2006
Member No: 406,241



oh sorry my bad... they usually don't work for me _unsure.gif
 
pandora
post Nov 16 2007, 12:26 AM
Post #7


i did your boyfriend
*******

Group: Official Designer
Posts: 3,335
Joined: Feb 2004
Member No: 4,071



are you coding them badly?
 
aesthetic
post Nov 18 2007, 11:55 PM
Post #8


Lover
***

Group: Member
Posts: 77
Joined: Mar 2005
Member No: 117,184



I recommend using this tutorial to learn how to customize wordpress.
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: