In article <6YLwc.49811$pt3.10826@attbi_s03>, Bob Ribokas
<ri*****@comcast.net> wrote:
I would like to display a series of smaller foreground images on top of a
larger background image and possibly even control the position of the
smaller images dynamically. Is this possible? If so what is the syntax for
placing the small images on top of the large one.
The following will work. You may want to look into css styles for much
more detailed information. They will be stacked in the order defined.
<img style="position: absolute; left: 0px; top: 0px;" src="xxx.jpg" />
<img style="position: absolute; left: 50px; top: 50px;" src="yyy.jpg" />
<img style="position: absolute; left: 100px; top: 100px;" src="zzz.jpg"
/>
I'm sure others will show you other ways.
--
Dennis Marks
http://www.dcs-chico.com/~denmarks/
Mail to the return email address is bounced.
Go to web site for active email address.
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----