Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > HELP! Big CSS Problems with IE OSX

HELP! Big CSS Problems with IE OSX
Thread Tools
Professional Poster
Join Date: Jan 2001
Location: Manchester,UK
Status: Offline
Reply With Quote
Aug 6, 2004, 07:23 PM
 
Site CSS

So my daytime job is a web designer using a XP PC (yelch! I get infuriated with it on an hourly basis), I designed the above site and tested in both Firefox and IE on my PC, I also tested it in Safari at work using the excellent iCapture site, great it all works as expected (except a strange ASP bug on some of the pages only in safari though?). Unfortunately I forgot to test it in IE on my Mac at home after work, Big Mistake.
As you can see if you take a look at it in both Safari and IE there are some MAJOR PROBLEMS.

Is there anyone here who can take a look at the CSS and give me some hints on what I can do to make it work in OSX IE.
This is a bit urgent as the site is now live .
     
Mac Elite
Join Date: Oct 2000
Status: Offline
Reply With Quote
Aug 6, 2004, 09:01 PM
 
I'm currently away from my Mac for a few more days so I can't commet specifically on IE:mac but I think it may be related to the text size Going up simply one font size (in Firefox on a PC, you can't change the font size in IE) higher seems to completely break the design like you mentioned If this is the problem, the best solution would be to rework the site to be a bit more flexible size wise (might be easier than you think, but it depends). However if you're looking for a quick workaround, using a smaller font size might allow everything to "pop into place". This may or may not be the problem though
     
Grizzled Veteran
Join Date: Jun 2001
Location: Melbourne, Australia
Status: Offline
Reply With Quote
Aug 6, 2004, 11:46 PM
 
This is as good a link as any:-

http://www.alistapart.com/articles/slidingdoors2/

It looks most certainly like your menu is causing the disruption - check out the css in the sliding doors article and see if that provides any fixes for your problem

The biggest compaint I have with IE for X is that it is infuriatingly picky about clearing floats. I now make sure I have a 'spacer' div or span after each float just to make sure it is properly terminated.

E.g.
Code:
.spacer { display: block; clear: left; height: 1px; overflow: hidden; font-size: 1px; }
then:-
Code:
<span class="spacer"> </span>
You could put this underneath your menu list without any ill effects, but it may also solve your problem.
Computer thez nohhh...
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Aug 7, 2004, 06:27 AM
 
Originally posted by Simon Mundy:
The biggest compaint I have with IE for X is that it is infuriatingly picky about clearing floats. I now make sure I have a 'spacer' div or span after each float just to make sure it is properly terminated.
i've found myself using this in my markup, rather than possibly forget to throw it in my stylesheet:
Code:
<div style="clear:both"></div>
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
   
Thread Tools
Forum Links
Forum 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 On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:07 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2