Virtuallee wrote (about http://www.alisonbranagan.com/new_website/index.htm):
> I've got most of a site working in Firefox, but the navigation is > moving out of alignment in IE. I can't seem to get it right. Does > anyone have any ideas? Not IE mac - haven't thought about mac yet :( Actually, a lot of this probably has to do with your HTML. The UL's you are styling have title="Navigation" or title="NavigationTop". It looks like IE is improperly translating this into class="Navigation" and class="NavigationTop" and therefore implementing the rules that are removing your margins. Firefox is properly ignoring the titles, and giving you the advantage of its default margins and padding. Try switching "title" with "class" on your UL's, then start working on it again. On 7/28/05, D Ross <[EMAIL PROTECTED]> wrote: > Don't code your site for ie mac. ie mac has been abandoned by > microsoft and hasnt been updated in 3 or so years and never will be. > More importantly, don't code for ie mac for the simple fact that your > catering to people who havent updated their browsers and computers in > a VERY long time. ... as long as your user base and business model permits you to do so. This is good advice for a business that is not heavily impacted by Mac IE usage. Typically, most businesses do not have to consider this group. As a business catering to graphic design, you will probably have a higher weighting for Macintosh than other businesses. As David mentions, Safari and Firefox will likely be your most prevalent Mac user base, but I'd recommend avoiding hard-and-fast absolutes on this. As a developer on a site that caters to several million users, 0.1% is still about 5,000 people who, if not helped on the web, will certainly call us, typically on a monthly basis, since we are a financial institution without a physical presence. That increases service center costs, as well as going against our primary mission of providing exceptional service to our customers. Your mileage may vary. HTH, Michael ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
