As steven said, trust Firefox and find the IE hack that possibly is making the things different for IE...
Just one notes to be considered:
* Usually you need full control of your theme CSS to find solutions to problems like this font-difference
* You need the right tools (Firebug for FF and Webdeveloper toolbar for IE) and time to fix those details
* CSS is a nice and pretty useful technology, learn it because Zikula will be able to use all its power
So, all relies in the control of your theme.
My recent problem was with font families between operative systems, not browsers, and in that case "Verdana,Arial,sans-serif" was the error. It must be "Verdana,sans-serif" to be rendered almost identical in Ubuntu and Windows...
Good luck with that
--
- Mateo T. -
Mis principios... son mis fines
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Suppress <h2> tags in Web_Links??
-
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
-
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
-
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
I'm seeing in Firebug taht I have:
Code
font-family:Geneva,Arial,Helvetica,sans-serif;
So do I need to modify my style.css in some way to only render "Verdana,sans-serif".
TIA...
nestormateo
As steven said, trust Firefox and find the IE hack that possibly is making the things different for IE...
Just one notes to be considered:
* Usually you need full control of your theme CSS to find solutions to problems like this font-difference
* You need the right tools (Firebug for FF and Webdeveloper toolbar for IE) and time to fix those details
* CSS is a nice and pretty useful technology, learn it because Zikula will be able to use all its power
So, all relies in the control of your theme.
My recent problem was with font families between operative systems, not browsers, and in that case "Verdana,Arial,sans-serif" was the error. It must be "Verdana,sans-serif" to be rendered almost identical in Ubuntu and Windows...
Good luck with that
--
Kindest regards,
Michael...
WINSNORT.com Management Team Member
--
Pick up your FREE Windows Snort installation guides
mailto:support@winsnort.com
Website: http://www.winsnort.com
Snort: Open Source Network IDS - http://www.snort.org -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
That was my case between operative systems,
but your browser issue is completely weird.
There may be a special IE hack that modifies the "Geneva,Arial,Helvetica,sans-serif" for IE and mees it up...
IF exists...
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
The theme I have, has been modified from Postnuke/Autotheme to Zikula/Xanthia. So if I had a new theme built from scratch for Zikula/Xanthia I would be seeing the same result? -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
Looking for Webdeveloper toolbar for IE, any idea where to download? Found a bunch of links for Non-IE. -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
- Moderated by:
- Support
