Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Yet Another Firefox vs. IE
Old 10-01-2009, 12:41 AM Yet Another Firefox vs. IE
Junior Talker

Posts: 2
Name: Kyle Cline
Trades: 0
I have been battling with this IE vs Firefox issue for months. My website is www.rudmud.com. It displays fine in Firefox, but does not display properly in IE. With some recent changes, it has gotten even worse. All the source should be available at the site... the main css is in rud.css, the menu popouts are in menu.css. I'm not sure of the process here at webmaster-talk, but I'm desperate for someone to look at it. Would be nice if it was a simple, "you forgot a slash here" or "use this doctype instead"...
kylec is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-01-2009, 08:41 AM Re: Yet Another Firefox vs. IE
Average Talker

Posts: 24
Location: Germany
Trades: 0
Maybe you will have to add an extra stylesheet for IE. (Padding and margin are usually displayed different in IE.)

You do this by adding the following code in the head section:
Code:
<!--[if IE]>
    <style type="text/css">@import url(ie.css);</style>
<![endif]-->
What IE does now is: It uses the file ie.css in addition to your other css-files. But if a value is defined in ie.css and another stylesheet (like menu.css for example), IE will use the value from ie.css.
(Of course, you can use another name instead of "ie.css".)

Hope this helps.
__________________

Please login or register to view this content. Registration is FREE
- Register Now and Share Your Thoughts to Create Innovation and Wisdom


Please login or register to view this content. Registration is FREE
- Psychology, Philosophy and Self Development


Please login or register to view this content. Registration is FREE
- Read About All Those Things That Bug Me
Trey Walter is offline
Reply With Quote
View Public Profile Visit Trey Walter's homepage!
 
Old 10-01-2009, 11:06 AM Re: Yet Another Firefox vs. IE
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
Start by validating your code. Your css has errors too.

Once you have tackled these problems, we should be able to evaluate what is wrong with the website (if correcting the validation errors doesn't fix your website).
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 10-02-2009, 02:43 AM Re: Yet Another Firefox vs. IE
Junior Talker

Posts: 2
Name: Kyle Cline
Trades: 0
WOW, I love this validator! I wish I had known about this a long time ago. Interesting - I used DreamWeaver for a lot of the layout design, and although I did most of the codework... some of the stuff done by DW is invalid!
kylec is offline
Reply With Quote
View Public Profile
 
Old 10-02-2009, 08:56 AM Re: Yet Another Firefox vs. IE
TripleMoons's Avatar
Webmaster Talker

Posts: 614
Name: Stephanie Kunder
Location: Hanover, PA
Trades: 0
DreamWeaver is not a standards compliant program (none of them are), which is why must of us use things like Text Wrangle and NotePad to hand code.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 10-02-2009, 02:32 PM Re: Yet Another Firefox vs. IE
The-Pixel's Avatar
I <3 Pixel's

Posts: 888
Name: Lindi Wheaton
Location: In Photoshop
Trades: 0
Quote:
Originally Posted by TripleMoons View Post
DreamWeaver is not a standards compliant program (none of them are), which is why must of us use things like Text Wrangle and NotePad to hand code.
w00t w00t notepad.
__________________
The-Pixel

Please login or register to view this content. Registration is FREE
:: iPhone Apps, Pre-Made Templates, Widgets, Menus, etc.

Please login or register to view this content. Registration is FREE
:: Web Design / Development, Business Cards, Logo Designs, etc.
The-Pixel is offline
Reply With Quote
View Public Profile Visit The-Pixel's homepage!
 
Reply     « Reply to Yet Another Firefox vs. IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17218 seconds with 12 queries