Jump to content

Tables - creating an isometric view


irken

Recommended Posts

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

The only way i can think of doing it is by positioning it there with css ,
[code]
#1 first script

img.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

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.