•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 391,900 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,578 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1598 | Replies: 11
![]() |
Hello All,
I am stuck with some problem.
I have implemented some CSS in my webpage, it works fine with IE but the saddest part is that it is not supported by Firefox.
Any ideas how to make it work with Firefox and other browsers (which currently does not support CSS)
Thanx in advance
I am stuck with some problem.
I have implemented some CSS in my webpage, it works fine with IE but the saddest part is that it is not supported by Firefox.
Any ideas how to make it work with Firefox and other browsers (which currently does not support CSS)
Thanx in advance
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,879
Reputation:
Rep Power: 32
Solved Threads: 107
Of course Firefox supports CSS. If none of your CSS is working, you might have some weird setting configured in your FireFox. Unfortunately, however, while both IE and FireFox support CSS, their standards are a bit different, and sometimes you have to jump through hoops with your code to get it to display exactly the way you want on both.
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
...and in fact, the FireFox implementation is much stricter about adhering to standards. So, if it isn't working in FireFox, but is in IE, you either have a custom unsupported IE CSS thing (like a filter, not part of the CSS standard), or in fact your CSS is broken and IE is in a roundabout way giving you want you want, anyway.
Which DOCTYPE are you using? That's the first step in resolving browser inconsistencies: use a proper doctype.
Which DOCTYPE are you using? That's the first step in resolving browser inconsistencies: use a proper doctype.
•
•
Join Date: Apr 2008
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
I am having the same problem. My CSS website is working fine in IE but not in FF. The weirdst part is some of the pages display great everything working, but other pages look horrible. Even if I copy the exact code for one of the "working" pages it does not work on the "Non-Working" page.
AHHHH Help!
AHHHH Help!
•
•
Join Date: Dec 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
ALWAYS...
design for FF FIRST, then for IE. You will have far fewer headaches.
The primary differences you will run into between the two will relate to spacing: especially padding and margins. If an item appears to be missing from your page in FF, it is probably shoved off so far to one side you can't see it.
I learned this one the hard way, but I found a way to fix it that was easier than what most had warned me about.
Go to your CSS file and have a version of you page up in IE and FF. In the more complex CSS items, take away the lines which deal with position or spacing. You can do it one line at a time if you want. Upload your new CSS and refresh both browsers.
Keep chipping away until you get them both looking about the same, even if it is not what you want it to look like in the final version.
Make small changes and upload/refresh to see how both have changed. Basically, if it is right in FF, it will be right in IE - at least for the most part.
design for FF FIRST, then for IE. You will have far fewer headaches.
The primary differences you will run into between the two will relate to spacing: especially padding and margins. If an item appears to be missing from your page in FF, it is probably shoved off so far to one side you can't see it.
I learned this one the hard way, but I found a way to fix it that was easier than what most had warned me about.
Go to your CSS file and have a version of you page up in IE and FF. In the more complex CSS items, take away the lines which deal with position or spacing. You can do it one line at a time if you want. Upload your new CSS and refresh both browsers.
Keep chipping away until you get them both looking about the same, even if it is not what you want it to look like in the final version.
Make small changes and upload/refresh to see how both have changed. Basically, if it is right in FF, it will be right in IE - at least for the most part.
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,139
Reputation:
Rep Power: 10
Solved Threads: 258
Say thank you to uncle Bill that signs his bills as Gates
As vicshoup said, design for firefox as they follows w3c standards and then optimize for IE
As vicshoup said, design for firefox as they follows w3c standards and then optimize for IE
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
I had a BS problem in my CSS in FF.
I had td tag defined before tr in my CSS document and it wasnt working.
I switched them around so the tr tag is defined before the td and it worked.
This is all BS as with my bigger CSS documents I like my elements alpha order and this will just be all over the place!!!
Anyone have any solution? Thanks
Regards, X
PS: Not a fan of firefox if anyone can give any tips on how to construct webpages IE/FF compliant ill be greatful
I had td tag defined before tr in my CSS document and it wasnt working.
I switched them around so the tr tag is defined before the td and it worked.
This is all BS as with my bigger CSS documents I like my elements alpha order and this will just be all over the place!!!
Anyone have any solution? Thanks
Regards, X
PS: Not a fan of firefox if anyone can give any tips on how to construct webpages IE/FF compliant ill be greatful
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
•
•
•
•
beta bon browser browsers browsing code css development div dreamweaver echo email encryption europe firefox gecko google checkout google checkout vat html html api internet internet explorer internet explorer 7 javascript leak linux memory microsoft mozilla networking news open source open-source patch phishing scams security social software super symantec tables testing users w3c web webmail wysiwyg xml
- Floating/scrolling image? (JavaScript / DHTML / AJAX)
- stymiee is here (Community Introductions)
- CSS border problem in Firefox .. (HTML and CSS)
- Firefox leaves space with images (HTML and CSS)
- Easy drop down menu? (JavaScript / DHTML / AJAX)
- CSS dropshadow probs IE vs. FF/NS (HTML and CSS)
- Rounded corners via css: Fine in IE, broken in Firefox (HTML and CSS)
- Which browser do you design for? (HTML and CSS)
Other Threads in the HTML and CSS Forum
- Previous Thread: Expanding Data Table using only CSS
- Next Thread: Fading on Mouseover



Linear Mode