irken Posted January 13, 2007 Share Posted January 13, 2007 Hi.I'm trying to set up some kind of isometric style view using a background image on each cell in my table. If you look at the image below you'll see that there's missing a square in the middle - because the cells are square. I'm looking for ideas on how to do get the last square in there, using cells. Is this even possible?[img]http://img201.imageshack.us/img201/419/cellskj0.png[/img]Thanks for reading. Link to comment Share on other sites More sharing options...
Jtech Posted January 13, 2007 Share Posted January 13, 2007 The only way i can think of doing it is by positioning it there with css , [code]#1 first scriptimg.squareAfloat{ position:absolute; left:#; top:#; }[/code][code]#2 second script<img src="#" class="squareAfloat"/>[/code]just fill in the left,top positioning to get it where you wanted Link to comment Share on other sites More sharing options...
irken Posted January 13, 2007 Author Share Posted January 13, 2007 Hi.Ah yes. Great! Will have to make some kind of script to generate these coordinates.. no way I'm writing them all by hand ;).Thanks for your reply. Link to comment Share on other sites More sharing options...
Recommended Posts