Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

IE7 is killing me

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-25-2010, 07:51 AM
 
RPRESTEL RPRESTEL is offline
 

Member
  
Join Date: Jan 2008
Posts: 25
 

Default IE7 is killing me

I am having a ton of problems with my site in IE. I have spent hours upon hours trying to fix these ridiculous bugs and I am about ready to throw my computer through a wall. I was curious if anyone could help us fix some of these bugs. Take a look at our site in Firefox and then and IE and it wont take you long to see how Microsh!t ruins my website.

HELP, PLEASE!
__________________
Ryan Prestel
X-Cart 4.2 & 4.3 on [Unix]
Columbus, Ohio
http://www.meatheadmania.com
Reply With Quote
  #2  
Old 02-25-2010, 08:31 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,054
 

Default Re: IE7 is killing me

Browser compatibility is always provides fun and games, and often lots of frustration - but IE7 to be fair, is usually an easy one to get right - it's IE6 and IE8 that usually give problems, then your Safaris and Chromes more often than IE7.
What you need to try and do I'd say, is write compliant code, then you've got more chance of it working in the majority of browsers.
Check here, and you'll see what I mean.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.meatheadmania.com%2Fhom e.php&charset=%28detect+automatically%29&doctype=I nline&group=0
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote
  #3  
Old 02-25-2010, 08:32 AM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: IE7 is killing me

Hi
Well out of the box x-cart is fine with all browsers, apart from maybe minor issues.

If you have custom design done by others or yourself, then this is down purely, to bad development, for other browsers. Your main issues as I see are IE6/7 although some people don't bother development for ie6...

It's all down to getting ie6/7 css sorted you will be surprised for example what >

{
zoom: 1;
}

Can do to fix many issues for the dreaded IE. At the end of the day if you done this yourself or a developer, you need to just read up on your issues that you are having.

So really they are not bugs but all related to cross browser compatibility that hasn't been taken into account.

Sorry I cannot be of more help, if it was my site I would start with fixing the issues in what you should have is ie6/7 css style sheets and add fixes there, also a simple clear fix can put right to many issues you are having with ie..

Hope you don't take this the wrong way, but I'm sure many other people would agree it's purely bad development...
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote
  #4  
Old 02-25-2010, 08:35 AM
 
RPRESTEL RPRESTEL is offline
 

Member
  
Join Date: Jan 2008
Posts: 25
 

Default Re: IE7 is killing me

We are a bunch of hacks, thats the bottome line. We did the development ourselves and are looking to fix our bugs.

I am not sure what your example does. Where would that go to help?
__________________
Ryan Prestel
X-Cart 4.2 & 4.3 on [Unix]
Columbus, Ohio
http://www.meatheadmania.com
Reply With Quote
  #5  
Old 02-25-2010, 08:43 AM
 
RPRESTEL RPRESTEL is offline
 

Member
  
Join Date: Jan 2008
Posts: 25
 

Default Re: IE7 is killing me

How do people go about even debugging in IE? Firefox gives us Firebug, Microsoft's stuff sucks.
__________________
Ryan Prestel
X-Cart 4.2 & 4.3 on [Unix]
Columbus, Ohio
http://www.meatheadmania.com
Reply With Quote
  #6  
Old 02-25-2010, 08:48 AM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default Re: IE7 is killing me

Quote:
Originally Posted by RPRESTEL
How do people go about even debugging in IE? Firefox gives us Firebug, Microsoft's stuff sucks.

There is a developers tool for IE but fire bug works the best. I just keep two browsers open to fix IE quirks.
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote
  #7  
Old 02-25-2010, 09:23 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: IE7 is killing me

Agree with Paul. IE7 compare to IE6 even IE8 is almost a pleasure to work with. You have to remember though IE interprets width/height of the elements and their margins/paddings differently then the other compliant browsers. It is a pain sometimes if you do not count on the browser's default settings you will get better results
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #8  
Old 02-25-2010, 09:27 AM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: IE7 is killing me

Establish where your faults are, to me at first glance Ie doesn't like your rounded corners, that would appear where it's breaking. (It's most probably minor)

Maybe a good starting point, as others have said persistence pays off eventually you will find the fix.

I remember once I spent 2 days just to correct IE6 issues with a float issue. (Yea I know most wouldn't bother)

Google is also a good tool for helping you out using the right search term.
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote
  #9  
Old 02-25-2010, 09:36 AM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: IE7 is killing me

I not it doesn't help but I use this css quite a lot, a simple and validated way to get rounded: (All browsers) Good for a basic rounded surround...No images at all..

b.rtop, b.rbottom{display:block;background: #D4CCAA} /* controls corner colour */
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background: #FFF}/* controls background colour */
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote
  #10  
Old 02-25-2010, 11:05 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: IE7 is killing me

Another good practice is to normalize your css. See this for an example.

This takes away any of the cross browser differences in how css settings are initialized. Its intent is to give you control of all the css. But - it does impose some discipline on you in that you are not depending on any one browser for any default settings - you have to set up just about everything. Ideally - it helps you figure out all the settings that are defaulted on your browser of choice (FF) and helps you impose them on the other browsers.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:05 PM.

   

 
X-Cart forums © 2001-2020