User Name Password Register
DaniWeb IT Discussion Community
All
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
Reply
Join Date: Dec 2004
Location: India
Posts: 234
Reputation: cancer10 is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
cancer10's Avatar
cancer10 cancer10 is offline Offline
Posting Whiz in Training

Help CSS not for FIREFOX?

  #1  
Apr 9th, 2006
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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,879
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 107
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: CSS not for FIREFOX?

  #2  
Apr 9th, 2006
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.
Reply With Quote  
Join Date: Dec 2004
Posts: 1,589
Reputation: tgreer is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 34
Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: CSS not for FIREFOX?

  #3  
Apr 9th, 2006
...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.
Reply With Quote  
Join Date: Dec 2004
Location: India
Posts: 234
Reputation: cancer10 is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
cancer10's Avatar
cancer10 cancer10 is offline Offline
Posting Whiz in Training

Re: CSS not for FIREFOX?

  #4  
Apr 9th, 2006
Thanx for the reply
Reply With Quote  
Join Date: Apr 2008
Posts: 2
Reputation: Lynsey007 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Lynsey007 Lynsey007 is offline Offline
Newbie Poster

Re: CSS not for FIREFOX?

  #5  
Apr 1st, 2008
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!
Reply With Quote  
Join Date: Dec 2007
Posts: 6
Reputation: vicshoup is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
vicshoup vicshoup is offline Offline
Newbie Poster

Re: CSS not for FIREFOX?

  #6  
Apr 1st, 2008
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.
Reply With Quote  
Join Date: Apr 2008
Posts: 2
Reputation: Lynsey007 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Lynsey007 Lynsey007 is offline Offline
Newbie Poster

Re: CSS not for FIREFOX?

  #7  
Apr 1st, 2008
Thanks so much it is starting to work the only problem is my bullets will not go in the tables but if thats the only problem I am ok with it. This is such a headache they should all work the SAME!!!!

Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,139
Reputation: peter_budo has a spectacular aura about peter_budo has a spectacular aura about peter_budo has a spectacular aura about 
Rep Power: 10
Solved Threads: 258
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: CSS not for FIREFOX?

  #8  
Apr 2nd, 2008
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
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.
Reply With Quote  
Join Date: Sep 2006
Posts: 10
Reputation: tjl30 is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
tjl30 tjl30 is offline Offline
Newbie Poster

Re: CSS not for FIREFOX?

  #9  
Apr 2nd, 2008
I have never heard of something working in IE but not firefox. For me its always the other way around. LOLZ
Reply With Quote  
Join Date: Dec 2007
Posts: 334
Reputation: OmniX is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 1
OmniX's Avatar
OmniX OmniX is offline Offline
Posting Whiz

Re: CSS not for FIREFOX?

  #10  
Apr 7th, 2008
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
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb HTML and CSS Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 7:30 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC