trueblood
Not New Member
Posts: 7
trueblood said 0 great things
|
Post by trueblood on Nov 30, 2009 20:31:29 GMT -8
Hey, can you guys help me with the apparently simple coding for this? >.< I want to arrange images in a circle for my site using an HTML table, but the table has to be invisible. It looks like this: The circle is just there to illustrate that it has to be in a circle. Help would be much appreciated!!
|
|
|
Post by Wormopolis on Nov 30, 2009 22:47:33 GMT -8
intriguing. this might be accomplished with some margin manipulation. stay tuned, I will have to run some experiments.
|
|
trueblood
Not New Member
Posts: 7
trueblood said 0 great things
|
Post by trueblood on Dec 1, 2009 17:00:19 GMT -8
It doesn't have to be exactly that, just images arranged in a circle using tables. Would you mind having some ideas for this by tomorrow? If that's ok >.<
|
|
|
Post by Wormopolis on Dec 1, 2009 20:59:31 GMT -8
this is hard
|
|
|
Post by Wormopolis on Dec 1, 2009 21:58:19 GMT -8
that is about the best I can get
|
|
trueblood
Not New Member
Posts: 7
trueblood said 0 great things
|
Post by trueblood on Dec 2, 2009 16:59:33 GMT -8
Thank you so much, I'm sorry for the trouble
|
|
|
Post by Wormopolis on Dec 2, 2009 19:03:48 GMT -8
<center> <div id="circtable" style="width:600;height:600;" align="center" valign="center"> <table> <tr style="height:80"><td width="80"></td><td width="80"></td><td width="80"><div style="position:relative; margin-bottom:-40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"><div style="position:relative; margin-bottom:-40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td></tr> <tr style="height:80"><td width="80"></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td></tr> <tr style="height:80"><td width="80"><div style="position:relative; margin-left:40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td></tr> <tr style="height:80"><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"><div style="position;relative;margin-left:40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td></tr> <tr style="height:80"><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"><div style="position;relative;margin-left:40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td></tr> <tr style="height:80"><td width="80"><div style="position;relative;margin-left:40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td></tr> <tr style="height:80"><td width="80"></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td><td width="80"></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td></tr> <tr style="height:80"><td width="80"></td><td width="80"></td><td width="80"><div style="position:relative; margin-top:-40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"><div><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"><div style="position:relative; margin-top:-40"><img src="http://i.zdnet.com/blogs/apple-worm.jpg" border="0" height="80" width="80"></div></td><td width="80"></td><td width="80"></td></tr> </table> </div> </center>
|
|
|
Post by Wormopolis on Sept 27, 2010 0:48:23 GMT -8
did you ever see the images below?
|
|