Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to make a floating box?

How to make a floating box?

Locked

Views: 2,512

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
25 Jun 2009, 1:19 AM
#1
dreamwheel avatar

dreamwheel

New Zenner

Join Date:
Feb 2009
Posts:
16
Plugin Contributions:
0

How to make a floating box?

I want to make a floating box. I mean, when a client enter my online shop, there will be a floatng box above my shop. In the box, I can write some kind of notices.
Does ayone know how to do that? Or is there an addon I need?
Thank you in advance!

25 Jun 2009, 2:33 AM
#2
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: How to make a floating box?

take a peek on http://www.dynamicdrive.com

lots of goodies like that there.

25 Jun 2009, 11:56 AM
#3
dreamwheel avatar

dreamwheel

New Zenner

Join Date:
Feb 2009
Posts:
16
Plugin Contributions:
0

Re: How to make a floating box?

not php, is it OK?

25 Jun 2009, 12:41 PM
#4
tech_e avatar

tech_e

Zen Follower

Join Date:
Jan 2007
Posts:
159
Plugin Contributions:
0

Re: How to make a floating box?

Floating boxes are done with JavaScript or Ajax (which uses JavaScript). These are client-side languages.

PHP is a server-side language. You have to do floating boxes using a client-side language, which runs in the user's browser.

26 Jun 2009, 8:09 AM
#5
dreamwheel avatar

dreamwheel

New Zenner

Join Date:
Feb 2009
Posts:
16
Plugin Contributions:
0

Re: How to make a floating box?

Thank you.
So how can I add a floating box in my website? How to add the Javascrips in Zen Cart system?
Thank you again.