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

AusNetIT 08-31-2010 09:41 PM

CSS Issue
 
HI All,

Just creating the http://www.preciousgems.com.au/ and got few issues.

1. In FF i can see the home page properley but IE can not see the background image or not align?

altskin.css
body
{
min-width: 960px;
text-align: center;
background: url(../images/2column/line.jpg)repeat;
}

2. In FF i can not click any of the top menu? but IE can?

What i did wrong?:(

Thanks,

cflsystems 09-01-2010 03:12 AM

Re: CSS Issue
 
Top menu gives out an error as soon as you point the mouse over.

geckoday 09-01-2010 06:45 AM

Re: CSS Issue
 
IE doesn't like the missing space before "repeat" even though it validates fine in the CSS validator. Add the space and your background will display. Align is working for me in both FF & IE. Top menu works the same for me in FF and IE - only the Gems and Jewellry menu items are active.

AusNetIT 09-01-2010 06:29 PM

Re: CSS Issue
 
space fix the background image but still got that menu error...

gb2world 09-01-2010 07:58 PM

Re: CSS Issue
 
Sometimes the javascript errors are easier to debug using Firefox/Firebug than IE. You may want to take a look at it with Firebug. It is saying that your mouseover script is not defined (MM_swapImage and MM_swapImgRestore)


All times are GMT -8. The time now is 10:26 AM.

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