Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Are you talking about the small text? What exactly; the way its bleeding off the page? Do you have live host so we can play around with the code?
 
Are you sure it's not the code, I cannot understand php yet 🙁 but looks like it could be going through an unwanted div that might be creating more padding 😕.
Silly but basic suggestion have you overwitten the browsers padding for headers p { padding0 margin 0}😱
 
That import thing should work, everyone hates ie, I don't even try to accomodate it which is a bit silly as I think it still takes a big chunk of the market.
I'll have to accomodate it in my new site. How did you test ie on mac, did you use virtual pc? Or just ie for mac?
 
Which version of IE? I've used the Google fonts without problem in IE7, not sure of IE6 but that is an increasingly small percentage of my audience.

A quick trick you can try is to add

Code:
border: 1px solid red;

to each of your CSS rules in turn (well those that apply to block items anyway) and check if you get the border in IE. IE doesn't support some of the less common CSS selectors so it may be this that is the problem - see http://www.quirksmode.org/css/contents.html for a fuller list. Without more info it's hard to tell though.
 
You're right to do it properly with css etc as you'll be able to find your site in search engines now.
Don't worry too much about internet explorer, I just had a look at w3schools.com statistics and ie is only about 15% now. Last year it was 50% so it's custom is decreasing at a rapid rate and will soon acknowledge css or be extinct.
 
Well, I just downloaded the Platform Preview 2 for IE9 and installed that on my PC. Huge improvements --- the page actually renders correctly, although it still doesn't look anyway near what I made it to look like. I guess I'll just have to abandon IE support.

One of the differences between print and the web is that not every viewing experience is the same - you have no idea if someone is going to view your site on a widescreen monitor with the browser set to full screen or on a mobile device - so you have to be flexible. You extend this flexibility to browsers with graceful degradation and progressive enhancement. So long as the site is useable in IE then all the niceties such as drop-shadows, rounded corners etc are progressive enhancement. If you rely on some new technology then graceful degradation means that those visitors without it will still be able to use the site.

No need to drop IE support altogether but don't get hung up on it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.