How do you make a scroll box so that the pictures inside go horizontally instead of vertically?
MYSPACE: Scroll box + pictures inside?
Try this code:
%26lt;DIV style="width:500px; overflow:scroll"%26gt;
%26lt;NOBR%26gt;
%26lt;img src="your picture.jpg"%26gt; %26lt;img src="your picture.jpg"%26gt; %26lt;img src="your picture.jpg"%26gt;
%26lt;/NOBR%26gt;
%26lt;/div%26gt;
Put as many pictures as you want inside and make the width whatever you want.
You can also use CSS for things like a border.. just put:
%26lt;DIV style="width:500px; overflow:scroll; border: 1 solid 000000"%26gt; Or whatever you want.
No comments:
Post a Comment