Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What customers are saying


bigbob2

Recommended Posts

Posted

Hi there, I was wondering if anyone knows of a simple way to have some scrolling text in an info box (scrolling vertically). I would like to put an info box on our site with some of the positive comments customers have given us about our service just slowly scrolling past the info box window.

 

Any help would be appreciated.

 

Kev

Posted

Hi there, I was wondering if anyone knows of a simple way to have some scrolling text in an info box (scrolling vertically). I would like to put an info box on our site with some of the positive comments customers have given us about our service just slowly scrolling past the info box window.

 

Any help would be appreciated.

 

Kev

 

Actually I have just found a contribution, so do not worry :o)

Posted

Hi there, I was wondering if anyone knows of a simple way to have some scrolling text in an info box (scrolling vertically). I would like to put an info box on our site with some of the positive comments customers have given us about our service just slowly scrolling past the info box window.

 

Any help would be appreciated.

 

Kev

There is a couple of ways of doing it. Have you searched the add ons yet? I'm not aware of any just for that purpose. there is a scrolling specials box that could be adapted if you have even a minor amount of coding background.

 

If you want to create a new info box and hard code the comments you can use a scrolling table data. It is a simple marquee code. Play with the values...

 

<td align=center>
       <marquee scrollamount=2 direction=up loop=true height="150" >
       text goes here
        </marquee>
</td>

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

There is a couple of ways of doing it. Have you searched the add ons yet? I'm not aware of any just for that purpose. there is a scrolling specials box that could be adapted if you have even a minor amount of coding background.

 

If you want to create a new info box and hard code the comments you can use a scrolling table data. It is a simple marquee code. Play with the values...

 

<td align=center>
       <marquee scrollamount=2 direction=up loop=true height="150" >
       text goes here
        </marquee>
</td>

 

Thank you, that was even easier than the contributions I have since found. All I needed was hard coding. Cheers

Kev

Archived

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

×
×
  • Create New...