The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
CSS/Javascript conflict?
Author Message
Reply with quote
Post CSS/Javascript conflict? 
I'm using Agora Cart for the first time. I am using non secure pages for the index and other static info pages. I'm using CSS and Javascript for the menus. 2 problems:

1. Only some of my javascript rollovers are working at the top of the page. The checkout button and customer service image aren't working.
2. In IE 5.2 (Mac), the rollover works until I actually click on it. It seems to be changing the background color similar to what my a:active is in the CSS.

Is there a conflict with CSS and Javascript? Or could it be Agora? I've hard coded my Javascript and link to CSS in the store/html/index.html page. I also added the CSS and Javascript to the second free logic box.

This is the store url:
https://host346.ipowerweb.com/~signatur/cgi-bin/ecommerce/ac/agora.cgi

This is the static url:
http://signaturesensation.com/index.html

Any input would be helpful, thanks!

View user's profile Send private message
Reply with quote
Post  
hell-o
this maybe killing your mac thingie. it usually doesn't present a problem but one never knows about cross platform stuff, at least i don't. i'm not familiar with mac. anyways you have redundant forward slashes..
<img src="http://www.signaturesensation.com//images/cart.gif"

don't run your store in ssl. it creats problems and excessive server load. but when you link to a remote css file or js file while in ssl you need to link to them in ssl as well. also, because of nocache and being in ssl sometimes there are intermittent problems with stuff like rollovers.
<link href="http://www.signaturesensation.com/stylesheet.css" rel="stylesheet" type="text/css">
<link href="https://host346.ipowerweb.com/~signatur/stylesheet.css" rel="stylesheet" type="text/css">
your images should be linked using ssl as well. but only when the page is ssl.

it appears as though not all of the js is in the head tag for the store pages. you have other scripts in the homepage and it looks like scripts to fix rollovers for xbrowser compliance.
regards,
dan

Reply with quote
Post  
hell-o
oh, btw, nice site. that's going to look real good when finished.
regards,
dan

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum