NameSilo

Firefox CSS Problem

Spaceship Spaceship
Watch

MasterB

Awesomeâ„¢Established Member
Impact
3
Hello everyone.
I'm having a small problem with this page:
http://multibb.malinrepair.com/files.php
And also a few other pages, but this one shows the symptom the most. In IE, it renders fine. But take a look at that page in Firefox. Do you see? The side menu seems to extend all the way down but the <div> that it is in seems to ignore that. If anyone knows how I could fix this, it would be much appreciated. Thx in advance!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
FireFox has trouble with JavaScript and DIV's.. So I don't know how you would fix, unless you use something besides DIV's..
 
0
•••
I wish I could use something else, unfortunatly thats my only option. Well I'll look into any other options I can find.
 
0
•••
I think i had the same problem once. If i understand right, you want the grey div to go all the way down with the menu at the left. Is your menu floated inside the div? in that case, you need to clear the floats at the end of the div:

Code:
<div id="greybox">
   <div id="leftmenu">my menu floated to the left</div>
   <div id="maincontent">this is the main content</div>
   <div class="clear"> </div>
</div>

and in your style sheet you should have:

Code:
.clear {
clear: both;
}
 
0
•••
I also had the same problem. Clearing the divs fixed it for me.
 
0
•••
ah, the great firefox problem... u wont have anyluck with firefox, its just gay, but secure. If you are very catioous and have programs like norton internet secrity, i recomend IE. so much better, and processes codes way better then browsers with netscape technology like firefox
 
0
•••
templaterave said:
ah, the great firefox problem... u wont have anyluck with firefox, its just gay, but secure. If you are very catioous and have programs like norton internet secrity, i recomend IE. so much better, and processes codes way better then browsers with netscape technology like firefox

That's about the biggest piece of c*ap i've heard. IE is a joke. Why don't you look into it before making statements like the one above?
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back