X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Browser Font Re-Sizing (https://forum.x-cart.com/showthread.php?t=22072)

bridal-land 05-25-2006 07:45 PM

Browser Font Re-Sizing
 
I'm not sure if there is a topic on this or not but I couldn't find one.

I notice that xcart for some reason does not have the function coded in to allow users to adjust text size in IE. ex. view/Text size

In firefox you are able to do it anyway but I believe that a code must be altered to allow resizing text in IE.

If anyone know how or even if you know of a post that discusses this I would appreciate it. I feel that our users that have difficulty reading smaller text would really benefit for this fix

Thanks
Mike

balinor 05-25-2006 08:08 PM

You need to set the font size to either em or percentage instead of pixel or point size.

bridal-land 05-25-2006 08:54 PM

Thanks for the reply Padraic

Here is what is in my skin1.css can you give me an example of how i would implement the em or percentage

Code:

BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
        COLOR: #89B5B9; FONT-SIZE: 10px;


balinor 05-26-2006 02:34 AM

http://css-discuss.incutio.com/?page=FontSize

B00MER 05-26-2006 12:31 PM

:arrow: http://www.cart-lab.com/X-Cart-CSS-Template-p-1.html

bridal-land 05-29-2006 06:06 PM

Thanks balinor

I was able to figure it out with that link.


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

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.