| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Awesome™ Join Date: May 2005 Location: Boston
Posts: 77
![]() | Firefox CSS Problem 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! |
| |
| | #4 (permalink) |
| New Member Join Date: May 2005 Location: Bistrita RO
Posts: 18
![]() | 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> ????: NamePros.com http://www.namepros.com/programming/100061-firefox-css-problem.html Code: .clear {
clear: both;
} |
| |
| | #5 (permalink) |
| NamePros Member Join Date: May 2005 Location: Canada
Posts: 171
![]() | I also had the same problem. Clearing the divs fixed it for me.
__________________ www.twocrazyducks.com - Two Crazy Ducks Web Hosting - Lethbridge, Alberta www.lasara.org - Lethbridge Area Search and Rescue themuellers.ca - The Mueller Family Webpage jobsitestructures.com - Job Site Structures Ltd. - for all your site office and accomodation needs! |
| |
| | #6 (permalink) |
| CEO ![]() Join Date: Jun 2005 Location: Tennessee
Posts: 1,887
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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
__________________ GIFTARD.com | CSDATE.com | INVOLVEX.com | SYATCH.com |
| |
| | #7 (permalink) | ||||
| New Member Join Date: May 2005 Location: Bistrita RO
Posts: 18
![]() |
| ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS Styles and IFRAMES problem... | makermet | Web Design Discussion | 3 | 04-14-2005 07:41 PM |
| Wierd FireFox problem! HELP! | ChrisK76 | Web Design Discussion | 8 | 03-24-2005 06:32 AM |
| Problem with firefox display - div width | volos | Web Design Discussion | 3 | 02-03-2005 09:10 AM |
| CSS Problems: IE vs. Firefox | richid | Programming | 4 | 02-01-2005 11:15 AM |
| Problem with Mozilla Firefox | Ace02 | The Break Room | 1 | 06-23-2004 09:30 PM |