Sliding Billboard Support Product Page

Answered

Rendering sliding billboard

Asked 23 Jun 2010 17:52:57
1
has this question
23 Jun 2010 17:52:57 Giancarlo Barba posted:
Hi to all
I used sliding billboard in a site. I make it full dynamic with classical asp and a access db. Well work fine and my request is not a pryority.
When i load my page sliding billboard not load all but some items at display and after some seconds load all. Is possible control the redering of that portion of page?
www.lagusta.it/
thanks

Official Answer

Replied 23 Jun 2010 22:11:15
Hi Giancarlo,

This is because the browser shows the billboard contents before it gets initialized. You can solve this by making the billboard initially hidden, just add to the style of the main div:

visibility:hidden

in your case:

change:

<div class="dmxBillboard apple_inspired_light" id="billboard1" style="width:650px;height:450px;">


to

<div class="dmxBillboard apple_inspired_light" id="billboard1" style="width:650px;height:450px;visibility:hidden">


Greetings,
George

Replies

Replied 23 Jun 2010 22:11:15
23 Jun 2010 22:11:15 George Petrov replied:
Hi Giancarlo,

This is because the browser shows the billboard contents before it gets initialized. You can solve this by making the billboard initially hidden, just add to the style of the main div:

visibility:hidden

in your case:

change:

<div class="dmxBillboard apple_inspired_light" id="billboard1" style="width:650px;height:450px;">


to

<div class="dmxBillboard apple_inspired_light" id="billboard1" style="width:650px;height:450px;visibility:hidden">


Greetings,
George
Replied 24 Jun 2010 10:11:25
24 Jun 2010 10:11:25 Giancarlo Barba replied:
Thanks George
now it work better.

Reply to this topic