Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

How can i add sliding Widget

Jun 10, 2009 9:01PM PDT

See here http://www.demonoid.com/ in sidebar there is one adbrite ad which is sliding up and down with scrolling the page.
now i want to add this kind of widget which can slide up and down
automatic on scrolling.

Note:*this is not like floating because in floating widget get constant value.But here i want sliding of widget on scrolling,so please give me the proper info for this.And i want to add this on blogger.

Discussion is locked

- Collapse -
Re: widget
Jun 10, 2009 9:12PM PDT

I looked at View>Source, and found an iframe with an absolute position. That should do the trick.

<IFRAME name="bnr3" id="bnr3" style="position: absolute; z-index: 10;" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=160 HEIGHT=614 SRC="http://www.demonoid.com/cached/bnr_right2.html?r=9"></IFRAME>

Just start experimenting.

Kees

- Collapse -
PS.
Jun 10, 2009 9:48PM PDT

No need to use an iframe. A picture with an absolute position would do also.

Just start reading about css and inline styles.

Kees

- Collapse -
They are probably using
Jun 11, 2009 2:07PM PDT

an iframe to swap out the image "easily".

~Sovereign

- Collapse -
Application
Jun 12, 2009 1:51AM PDT

how can i use <iframe> on blogger.

- Collapse -
Can you edit HTML and CSS
Jun 12, 2009 9:00AM PDT

in Blogger?

~Sovereign