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)
-   -   CSS Compatability (https://forum.x-cart.com/showthread.php?t=3081)

davesphoto 06-07-2003 09:03 AM

CSS Compatability
 
My text styles only seem to render properly with IE5. I also have Netscape 6, Safari (current) and Omni 4.5. None of these other browsers render the text size (designated in "px") or "bold" option. Omni did when i had 4.2 but I upgraded to 4.5 today and it stoped rendering right! Are some of the tags outdated? Does anybody else have a similar problem?

davesphoto 06-09-2003 11:17 AM

I don't know if anybody cares but I figured it out: My cart displays much more consistantly from browser to browser if i split the bold function from the same tag as the font size. Eg. instead of
Code:

.TopLabel {
        COLOR: #000000; FONT: bold 12px;
}


which is how it was when I installed x-cart use:
Code:

.TopLabel {
        COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: bold;
}

This seems to display exactly the same in IE5 and IE6 but seems to be more universal (works also in Netscape, Omni, Safari and Opera).

I hope this might help some other newbie like myself.

shan 06-09-2003 03:45 PM

Again , It would be better if shortcuts like this were not made.


All times are GMT -8. The time now is 09:43 AM.

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