Zen Cart Logo

firefox

Locked

Views: 923

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Oct 2008, 1:18 AM
#1
alwinch avatar

alwinch

New Zenner

Join Date:
Sep 2008
Posts:
56
Plugin Contributions:
0

firefox

Hi where would I deal with issues of text and text formatting problems with FireFox and Google Chrome On my view all products the text colors are worng and in individual item page the text formating is not suppossed to wrap around image. Looks correct in IE. Not sure about safari.

thanks so much.

http://www.awdwest.com/zencart/index.php?main_page=product_info&cPath=65&products_id=200

13 Oct 2008, 6:40 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: firefox

First off I suggest that you NEVER design in IE...always design in the most standards compliant browser for your platform....if on a pc FireFox is preferred then when done go and fix any IE "quirks" mode issues once.

You have mussed up this display with the following

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
		width: 70%;
float: none;
width: 38em; 
	}

Try

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	}