Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dynamic Drive Chrome CSS - implementation help


bebory

Recommended Posts

Posted

Hello all.

 

I have been using Chrome CSS Drop Down Menu on other sites and on the intro page of one of the sites I am working on. The url is http://www.sunnysleeves.com/index1.html

 

I tried adding this into the php pages of the catalog and cannot get the menu to load. I need some help and hope that someone might have the time to give me a hand.

 

I added the info that goes into the head *of a regular html page* into the index.php file and the remainder of the code into the header document. Yet no luck.

 

Please help.

 

Thanks in advance to all who comment.

Posted

Hello all.

 

I have been using Chrome CSS Drop Down Menu on other sites and on the intro page of one of the sites I am working on. The url is http://www.sunnysleeves.com/index1.html

 

I tried adding this into the php pages of the catalog and cannot get the menu to load. I need some help and hope that someone might have the time to give me a hand.

 

I added the info that goes into the head *of a regular html page* into the index.php file and the remainder of the code into the header document. Yet no luck.

 

Please help.

 

Thanks in advance to all who comment.

The link to the script in the header of your shop is incorrect:

 

<script type="text/javascript" src="chromejs/chrome.js">

 

The script is in the root of the site not the shop, so the link probably needs to be:

 

<script type="text/javascript" src="/chromejs/chrome.js">

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

At least you have no more javascript errors.

 

I can't tell what it's supposed to do?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...